|
1923 | 1923 | VERSIONING_SYSTEM = "apple-generic";
|
1924 | 1924 | VERSION_INFO_PREFIX = "";
|
1925 | 1925 | WATCHOS_DEPLOYMENT_TARGET = 6.0;
|
| 1926 | + XROS_DEPLOYMENT_TARGET = 1.0; |
1926 | 1927 | };
|
1927 | 1928 | name = Debug;
|
1928 | 1929 | };
|
|
1987 | 1988 | VERSIONING_SYSTEM = "apple-generic";
|
1988 | 1989 | VERSION_INFO_PREFIX = "";
|
1989 | 1990 | WATCHOS_DEPLOYMENT_TARGET = 6.0;
|
| 1991 | + XROS_DEPLOYMENT_TARGET = 1.0; |
1990 | 1992 | };
|
1991 | 1993 | name = Release;
|
1992 | 1994 | };
|
|
2014 | 2016 | PRODUCT_BUNDLE_IDENTIFIER = com.parse.ParseSwift;
|
2015 | 2017 | PRODUCT_NAME = ParseSwift;
|
2016 | 2018 | SKIP_INSTALL = YES;
|
2017 |
| - SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"; |
| 2019 | + SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator xros xrsimulator"; |
2018 | 2020 | SUPPORTS_MACCATALYST = YES;
|
2019 | 2021 | SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
|
2020 | 2022 | SWIFT_SWIFT3_OBJC_INFERENCE = Off;
|
|
2049 | 2051 | PRODUCT_BUNDLE_IDENTIFIER = com.parse.ParseSwift;
|
2050 | 2052 | PRODUCT_NAME = ParseSwift;
|
2051 | 2053 | SKIP_INSTALL = YES;
|
2052 |
| - SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"; |
| 2054 | + SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator xros xrsimulator"; |
2053 | 2055 | SUPPORTS_MACCATALYST = YES;
|
2054 | 2056 | SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
|
2055 | 2057 | SWIFT_SWIFT3_OBJC_INFERENCE = Off;
|
|
2080 | 2082 | PRODUCT_NAME = "$(TARGET_NAME)";
|
2081 | 2083 | PROVISIONING_PROFILE_SPECIFIER = "";
|
2082 | 2084 | "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
|
2083 |
| - SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"; |
| 2085 | + SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator xrsimulator xros"; |
2084 | 2086 | SUPPORTS_MACCATALYST = YES;
|
2085 | 2087 | SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
|
2086 | 2088 | SWIFT_VERSION = 5.0;
|
|
2109 | 2111 | PRODUCT_NAME = "$(TARGET_NAME)";
|
2110 | 2112 | PROVISIONING_PROFILE_SPECIFIER = "";
|
2111 | 2113 | "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
|
2112 |
| - SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"; |
| 2114 | + SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator xrsimulator xros"; |
2113 | 2115 | SUPPORTS_MACCATALYST = YES;
|
2114 | 2116 | SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
|
2115 | 2117 | SWIFT_VERSION = 5.0;
|
|
0 commit comments