Skip to content

Commit cdf1725

Browse files
committed
Merge commit 6212134
Apple.Accessibility 1.1.4 Apple.Core 3.1.8 Apple.CoreHaptics 1.3.1 Apple.GameController 1.2.4 Apple.GameKit 3.0.2 Apple.PHASE 1.2.4 - Remove references to some unused packages.
1 parent a1009f8 commit cdf1725

File tree

36 files changed

+67
-241
lines changed

36 files changed

+67
-241
lines changed

plug-ins/Apple.Accessibility/Apple.Accessibility_Unity/Assets/Apple.Accessibility/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# CHANGELOG
22
All notable changes to this project will be documented in this file.
33

4+
## [1.1.4] - 2025-01-29
5+
- Remove references to some unused packages.
6+
47
## [1.1.3] - 2024-12-10
58
- Add Apache 2.0 license file.
69

plug-ins/Apple.Accessibility/Apple.Accessibility_Unity/Assets/Apple.Accessibility/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.apple.unityplugin.accessibility",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"displayName": "Apple.Accessibility",
55
"description": "A Unity-port of Apple's UIAccessibility protocol from UIKit.framework",
66
"unity": "2022.3",
77
"dependencies": {
8-
"com.apple.unityplugin.core": "3.1.7"
8+
"com.apple.unityplugin.core": "3.1.8"
99
},
1010
"keywords": [
1111
"accessibility",

plug-ins/Apple.Accessibility/Apple.Accessibility_Unity/Packages/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"dependencies": {
33
"com.apple.unityplugin.core": "file:../../../Apple.Core/Apple.Core_Unity/Assets/Apple.Core",
4-
"com.unity.ai.navigation": "1.1.5",
54
"com.unity.test-framework": "1.1.33",
65
"com.unity.ugui": "1.0.0",
76
"com.unity.modules.ai": "1.0.0",

plug-ins/Apple.Accessibility/Apple.Accessibility_Unity/Packages/packages-lock.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,6 @@
66
"source": "local",
77
"dependencies": {}
88
},
9-
"com.unity.ai.navigation": {
10-
"version": "1.1.5",
11-
"depth": 0,
12-
"source": "registry",
13-
"dependencies": {
14-
"com.unity.modules.ai": "1.0.0"
15-
},
16-
"url": "https://packages.unity.com"
17-
},
189
"com.unity.ext.nunit": {
1910
"version": "1.0.6",
2011
"depth": 1,
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2022.3.50f1
2-
m_EditorVersionWithRevision: 2022.3.50f1 (c3db7f8bf9b1)
1+
m_EditorVersion: 2022.3.57f1
2+
m_EditorVersionWithRevision: 2022.3.57f1 (9d8bd91adc0a)

plug-ins/Apple.Accessibility/Native/Accessibility.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ NATIVE_LIBRARY_ROOT_FOLDER_NAME=Apple.Accessibility
2525
// ------------------
2626

2727
GENERATE_INFOPLIST_FILE = YES
28-
CURRENT_PROJECT_VERSION = 1.1.3
28+
CURRENT_PROJECT_VERSION = 1.1.4
2929
MARKETING_VERSION = $CURRENT_PROJECT_VERSION
3030
VERSIONING_SYSTEM = apple-generic
3131
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021 - 2024 Apple, Inc. All rights reserved."

plug-ins/Apple.Core/Apple.Core_Unity/Assets/Apple.Core/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# CHANGELOG
22
All notable changes to this project will be documented in this file.
33

4+
## [3.1.8] - 2025-01-29
5+
- Remove references to some unused packages.
6+
47
## [3.1.7] - 2024-12-10
58
- Add Apache 2.0 license file.
69
- Fixed build issues due to spaces in paths or project names.

plug-ins/Apple.Core/Apple.Core_Unity/Assets/Apple.Core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.apple.unityplugin.core",
33
"displayName": "Apple.Core",
44
"description": "Provides project settings, post-build automation tools, and other shared functionality for Apple Unity Plug-ins.",
5-
"version": "3.1.7",
5+
"version": "3.1.8",
66
"unity": "2022.3",
77
"keywords": [
88
"apple"

plug-ins/Apple.Core/Apple.Core_Unity/Packages/manifest.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
{
22
"dependencies": {
3-
"com.unity.2d.sprite": "1.0.0",
4-
"com.unity.2d.tilemap": "1.0.0",
5-
"com.unity.ai.navigation": "1.1.5",
6-
"com.unity.ide.rider": "3.0.28",
3+
"com.unity.ide.rider": "3.0.34",
74
"com.unity.ide.visualstudio": "2.0.22",
85
"com.unity.ide.vscode": "1.2.5",
96
"com.unity.test-framework": "1.4.5",
10-
"com.unity.textmeshpro": "3.0.7",
11-
"com.unity.timeline": "1.7.6",
7+
"com.unity.textmeshpro": "3.0.9",
128
"com.unity.ugui": "1.0.0",
139
"com.unity.modules.ai": "1.0.0",
1410
"com.unity.modules.androidjni": "1.0.0",

plug-ins/Apple.Core/Apple.Core_Unity/Packages/packages-lock.json

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,5 @@
11
{
22
"dependencies": {
3-
"com.unity.2d.sprite": {
4-
"version": "1.0.0",
5-
"depth": 0,
6-
"source": "builtin",
7-
"dependencies": {}
8-
},
9-
"com.unity.2d.tilemap": {
10-
"version": "1.0.0",
11-
"depth": 0,
12-
"source": "builtin",
13-
"dependencies": {
14-
"com.unity.modules.tilemap": "1.0.0",
15-
"com.unity.modules.uielements": "1.0.0"
16-
}
17-
},
18-
"com.unity.ai.navigation": {
19-
"version": "1.1.5",
20-
"depth": 0,
21-
"source": "registry",
22-
"dependencies": {
23-
"com.unity.modules.ai": "1.0.0"
24-
},
25-
"url": "https://packages.unity.com"
26-
},
273
"com.unity.ext.nunit": {
284
"version": "2.0.3",
295
"depth": 1,
@@ -32,7 +8,7 @@
328
"url": "https://packages.unity.com"
339
},
3410
"com.unity.ide.rider": {
35-
"version": "3.0.31",
11+
"version": "3.0.34",
3612
"depth": 0,
3713
"source": "registry",
3814
"dependencies": {
@@ -68,26 +44,14 @@
6844
"url": "https://packages.unity.com"
6945
},
7046
"com.unity.textmeshpro": {
71-
"version": "3.0.7",
47+
"version": "3.0.9",
7248
"depth": 0,
7349
"source": "registry",
7450
"dependencies": {
7551
"com.unity.ugui": "1.0.0"
7652
},
7753
"url": "https://packages.unity.com"
7854
},
79-
"com.unity.timeline": {
80-
"version": "1.7.6",
81-
"depth": 0,
82-
"source": "registry",
83-
"dependencies": {
84-
"com.unity.modules.audio": "1.0.0",
85-
"com.unity.modules.director": "1.0.0",
86-
"com.unity.modules.animation": "1.0.0",
87-
"com.unity.modules.particlesystem": "1.0.0"
88-
},
89-
"url": "https://packages.unity.com"
90-
},
9155
"com.unity.ugui": {
9256
"version": "1.0.0",
9357
"depth": 0,

0 commit comments

Comments
 (0)