Skip to content

Commit e6e6916

Browse files
committed
refactor(cli): support 'ipados' and 'ipadsimulator'
1 parent 0aaefc3 commit e6e6916

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/cli/templates.hh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ constexpr auto gXCodeProject = R"ASCII(// !$*UTF8*$!
10161016
MTL_FAST_MATH = YES;
10171017
ONLY_ACTIVE_ARCH = YES;
10181018
SDKROOT = {{ios_sdkroot}};
1019-
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
1019+
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos ipados ipadsimulator";
10201020
};
10211021
name = Debug;
10221022
};
@@ -1075,7 +1075,7 @@ constexpr auto gXCodeProject = R"ASCII(// !$*UTF8*$!
10751075
MTL_ENABLE_DEBUG_INFO = NO;
10761076
MTL_FAST_MATH = YES;
10771077
SDKROOT = {{ios_sdkroot}};
1078-
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
1078+
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos ipados ipadsimulator";
10791079
VALIDATE_PRODUCT = YES;
10801080
};
10811081
name = Release;

0 commit comments

Comments
 (0)