Skip to content

Commit

Permalink
xrOS: added to list of supported platforms (#2682)
Browse files Browse the repository at this point in the history
### Dependencies:

- #2680
- #2681
- #2683

### Future changes:
- [x] Enable for `PurchaseTester`: #2685
- [ ] Build this target in `CI`
- [ ] Run tests on `xrOS`
  • Loading branch information
NachoSoto authored Jun 22, 2023
1 parent 7dc9e90 commit c166023
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions RevenueCat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down Expand Up @@ -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;
};
Expand Down

0 comments on commit c166023

Please sign in to comment.