diff --git a/plug-ins/Apple.Core/Apple.Core_Unity/Assets/Apple.Core/Runtime/Apple.Core.asmdef b/plug-ins/Apple.Core/Apple.Core_Unity/Assets/Apple.Core/Runtime/Apple.Core.asmdef index fc59d4b2..66cda8b7 100644 --- a/plug-ins/Apple.Core/Apple.Core_Unity/Assets/Apple.Core/Runtime/Apple.Core.asmdef +++ b/plug-ins/Apple.Core/Apple.Core_Unity/Assets/Apple.Core/Runtime/Apple.Core.asmdef @@ -14,7 +14,9 @@ "overrideReferences": false, "precompiledReferences": [], "autoReferenced": true, - "defineConstraints": [], + "defineConstraints": [ + "UNITY_IOS || UNITY_STANDALONE_OSX || UNITY_TVOS || UNITY_VISIONOS" + ], "versionDefines": [], "noEngineReferences": false } \ No newline at end of file diff --git a/plug-ins/Apple.GameKit/Apple.GameKit_Unity/Assets/Apple.GameKit/Demos/Apple.GameKit.Sample/Apple.Arcade.GameKit.Sample.asmdef b/plug-ins/Apple.GameKit/Apple.GameKit_Unity/Assets/Apple.GameKit/Demos/Apple.GameKit.Sample/Apple.Arcade.GameKit.Sample.asmdef index b4e044a6..9882e725 100644 --- a/plug-ins/Apple.GameKit/Apple.GameKit_Unity/Assets/Apple.GameKit/Demos/Apple.GameKit.Sample/Apple.Arcade.GameKit.Sample.asmdef +++ b/plug-ins/Apple.GameKit/Apple.GameKit_Unity/Assets/Apple.GameKit/Demos/Apple.GameKit.Sample/Apple.Arcade.GameKit.Sample.asmdef @@ -17,7 +17,9 @@ "overrideReferences": false, "precompiledReferences": [], "autoReferenced": true, - "defineConstraints": [], + "defineConstraints": [ + "UNITY_IOS || UNITY_STANDALONE_OSX || UNITY_TVOS || UNITY_VISIONOS" + ], "versionDefines": [], "noEngineReferences": false } \ No newline at end of file diff --git a/plug-ins/Apple.GameKit/Apple.GameKit_Unity/Assets/Apple.GameKit/Source/Apple.GameKit.asmdef b/plug-ins/Apple.GameKit/Apple.GameKit_Unity/Assets/Apple.GameKit/Source/Apple.GameKit.asmdef index 79601579..36f568ba 100644 --- a/plug-ins/Apple.GameKit/Apple.GameKit_Unity/Assets/Apple.GameKit/Source/Apple.GameKit.asmdef +++ b/plug-ins/Apple.GameKit/Apple.GameKit_Unity/Assets/Apple.GameKit/Source/Apple.GameKit.asmdef @@ -16,7 +16,9 @@ "overrideReferences": false, "precompiledReferences": [], "autoReferenced": true, - "defineConstraints": [], + "defineConstraints": [ + "UNITY_IOS || UNITY_STANDALONE_OSX || UNITY_TVOS || UNITY_VISIONOS" + ], "versionDefines": [], "noEngineReferences": false } \ No newline at end of file diff --git a/plug-ins/Apple.PHASE/Apple.PHASE_Unity/Assets/Runtime/Apple.PHASE.asmdef b/plug-ins/Apple.PHASE/Apple.PHASE_Unity/Assets/Runtime/Apple.PHASE.asmdef index bc62bbcc..e059b08f 100644 --- a/plug-ins/Apple.PHASE/Apple.PHASE_Unity/Assets/Runtime/Apple.PHASE.asmdef +++ b/plug-ins/Apple.PHASE/Apple.PHASE_Unity/Assets/Runtime/Apple.PHASE.asmdef @@ -17,7 +17,9 @@ "overrideReferences": false, "precompiledReferences": [], "autoReferenced": true, - "defineConstraints": [], + "defineConstraints": [ + "UNITY_IOS || UNITY_STANDALONE_OSX || UNITY_TVOS || UNITY_VISIONOS" + ], "versionDefines": [], "noEngineReferences": false } \ No newline at end of file diff --git a/plug-ins/Apple.PHASE/Apple.PHASE_Unity/Assets/Tests/Runtime/Apple.PHASE.Tests.asmdef b/plug-ins/Apple.PHASE/Apple.PHASE_Unity/Assets/Tests/Runtime/Apple.PHASE.Tests.asmdef index a7d09e67..70e3ef92 100644 --- a/plug-ins/Apple.PHASE/Apple.PHASE_Unity/Assets/Tests/Runtime/Apple.PHASE.Tests.asmdef +++ b/plug-ins/Apple.PHASE/Apple.PHASE_Unity/Assets/Tests/Runtime/Apple.PHASE.Tests.asmdef @@ -21,6 +21,7 @@ ], "autoReferenced": false, "defineConstraints": [ + "UNITY_IOS || UNITY_STANDALONE_OSX", "UNITY_INCLUDE_TESTS" ], "versionDefines": [],