From c166023e67e211265903867aaf5be01a340aec2a Mon Sep 17 00:00:00 2001 From: NachoSoto Date: Thu, 22 Jun 2023 08:00:05 -0700 Subject: [PATCH] `xrOS`: added to list of supported platforms (#2682) ### Dependencies: - #2680 - #2681 - #2683 ### Future changes: - [x] Enable for `PurchaseTester`: #2685 - [ ] Build this target in `CI` - [ ] Run tests on `xrOS` --- RevenueCat.xcodeproj/project.pbxproj | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/RevenueCat.xcodeproj/project.pbxproj b/RevenueCat.xcodeproj/project.pbxproj index d55d1b06b5..ec2b3a7005 100644 --- a/RevenueCat.xcodeproj/project.pbxproj +++ b/RevenueCat.xcodeproj/project.pbxproj @@ -3796,9 +3796,11 @@ RUN_DOCUMENTATION_COMPILER = YES; SDKROOT = ""; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos watchsimulator watchos appletvsimulator appletvos"; + SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator xros xrsimulator"; + SUPPORTS_MACCATALYST = YES; + SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - TARGETED_DEVICE_FAMILY = "1,2,3,4,6"; + TARGETED_DEVICE_FAMILY = "1,2,3,4,6,7"; }; name = Debug; }; @@ -3832,8 +3834,10 @@ RUN_DOCUMENTATION_COMPILER = YES; SDKROOT = ""; SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos watchsimulator watchos appletvsimulator appletvos"; - TARGETED_DEVICE_FAMILY = "1,2,3,4,6"; + SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator xros xrsimulator"; + SUPPORTS_MACCATALYST = YES; + SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; + TARGETED_DEVICE_FAMILY = "1,2,3,4,6,7"; }; name = Release; };