Updated deployment target to VisionOS 1.3

This commit is contained in:
Sam Lantinga
2025-09-12 10:28:27 -07:00
parent e022c60d3a
commit 3c627390bb

View File

@@ -3181,7 +3181,7 @@
SUPPORTED_PLATFORMS = "xrsimulator xros macosx iphonesimulator iphoneos appletvsimulator appletvos"; SUPPORTED_PLATFORMS = "xrsimulator xros macosx iphonesimulator iphoneos appletvsimulator appletvos";
SUPPORTS_MACCATALYST = YES; SUPPORTS_MACCATALYST = YES;
TVOS_DEPLOYMENT_TARGET = 11.0; TVOS_DEPLOYMENT_TARGET = 11.0;
XROS_DEPLOYMENT_TARGET = 1.0; XROS_DEPLOYMENT_TARGET = 1.3;
}; };
name = Release; name = Release;
}; };
@@ -3245,7 +3245,7 @@
SUPPORTED_PLATFORMS = "xrsimulator xros macosx iphonesimulator iphoneos appletvsimulator appletvos"; SUPPORTED_PLATFORMS = "xrsimulator xros macosx iphonesimulator iphoneos appletvsimulator appletvos";
SUPPORTS_MACCATALYST = YES; SUPPORTS_MACCATALYST = YES;
TVOS_DEPLOYMENT_TARGET = 11.0; TVOS_DEPLOYMENT_TARGET = 11.0;
XROS_DEPLOYMENT_TARGET = 1.0; XROS_DEPLOYMENT_TARGET = 1.3;
}; };
name = Debug; name = Debug;
}; };