Skip to content

Commit

Permalink
feat: update supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Dec 5, 2023
1 parent 80f41e8 commit fb97b19
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -480,13 +480,13 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = HelloWorld;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
SUPPORTED_PLATFORMS = "xros xrsimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,7";
TARGETED_DEVICE_FAMILY = "7";
VERSIONING_SYSTEM = "apple-generic";
};
name = Debug;
Expand All @@ -511,12 +511,12 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = HelloWorld;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
SUPPORTED_PLATFORMS = "xros xrsimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,7";
TARGETED_DEVICE_FAMILY = "7";
VERSIONING_SYSTEM = "apple-generic";
};
name = Release;
Expand Down

0 comments on commit fb97b19

Please sign in to comment.