File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 5222
5222
PRODUCT_BUNDLE_IDENTIFIER = "$(MAIN_APP_BUNDLE_IDENTIFIER)";
5223
5223
PRODUCT_NAME = "$(TARGET_NAME)";
5224
5224
PROVISIONING_PROFILE_SPECIFIER = "$(LOOP_PROVISIONING_PROFILE_SPECIFIER_DEBUG)";
5225
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
5226
+ SUPPORTS_MACCATALYST = NO;
5227
+ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
5225
5228
TARGETED_DEVICE_FAMILY = 1;
5226
5229
};
5227
5230
name = Debug;
5245
5248
PRODUCT_BUNDLE_IDENTIFIER = "$(MAIN_APP_BUNDLE_IDENTIFIER)";
5246
5249
PRODUCT_NAME = "$(TARGET_NAME)";
5247
5250
PROVISIONING_PROFILE_SPECIFIER = "$(LOOP_PROVISIONING_PROFILE_SPECIFIER_RELEASE)";
5251
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
5252
+ SUPPORTS_MACCATALYST = NO;
5253
+ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
5248
5254
TARGETED_DEVICE_FAMILY = 1;
5249
5255
};
5250
5256
name = Release;
You can’t perform that action at this time.
0 commit comments