We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aaefc3 commit e6e6916Copy full SHA for e6e6916
1 file changed
src/cli/templates.hh
@@ -1016,7 +1016,7 @@ constexpr auto gXCodeProject = R"ASCII(// !$*UTF8*$!
1016
MTL_FAST_MATH = YES;
1017
ONLY_ACTIVE_ARCH = YES;
1018
SDKROOT = {{ios_sdkroot}};
1019
- SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
+ SUPPORTED_PLATFORMS = "iphonesimulator iphoneos ipados ipadsimulator";
1020
};
1021
name = Debug;
1022
@@ -1075,7 +1075,7 @@ constexpr auto gXCodeProject = R"ASCII(// !$*UTF8*$!
1075
MTL_ENABLE_DEBUG_INFO = NO;
1076
1077
1078
1079
VALIDATE_PRODUCT = YES;
1080
1081
name = Release;
0 commit comments