dpogue commented on code in PR #1663:
URL: https://github.com/apache/cordova-ios/pull/1663#discussion_r4069463726


##########
templates/project/App.xcodeproj/project.pbxproj:
##########
@@ -414,16 +417,19 @@
                                "INSTALL_PATH[sdk=macosx*]" = 
"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)";
                                "INSTALL_PATH[sdk=xrsimulator*]" = 
"$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)";
                                IPHONEOS_DEPLOYMENT_TARGET = 13.0;
+                               "IPHONEOS_DEPLOYMENT_TARGET[sdk=*27.*]" = 15.0;
                                LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
                                MTL_ENABLE_DEBUG_INFO = NO;
                                MTL_FAST_MATH = YES;
                                SDKROOT = iphoneos;
                                STRING_CATALOG_GENERATE_SYMBOLS = YES;
+                               SUPPORTED_PLATFORMS = "iphonesimulator iphoneos 
xros xrsimulator";
                                SUPPORTS_MACCATALYST = YES;
                                SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
                                SWIFT_COMPILATION_MODE = wholemodule;
-                               TARGETED_DEVICE_FAMILY = "1,2";
+                               TARGETED_DEVICE_FAMILY = "1,2,6,7";

Review Comment:
   As I mentioned in 
https://github.com/apache/cordova-ios/pull/1663#issuecomment-4673452172 that's 
intentional to de-duplicate some inconsistent per-target overrides



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to