File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
examples/whisper.swiftui/whisper.swiftui.xcodeproj Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 378
378
PRODUCT_BUNDLE_IDENTIFIER = com.whispercppdemo.WhisperCppDemo;
379
379
PRODUCT_NAME = "$(TARGET_NAME)";
380
380
SDKROOT = auto;
381
- SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
381
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
382
+ SUPPORTS_MACCATALYST = NO;
383
+ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
382
384
SWIFT_EMIT_LOC_STRINGS = YES;
383
385
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
384
386
SWIFT_VERSION = 5.0;
423
425
PRODUCT_BUNDLE_IDENTIFIER = com.whispercppdemo.WhisperCppDemo;
424
426
PRODUCT_NAME = "$(TARGET_NAME)";
425
427
SDKROOT = auto;
426
- SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
428
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
429
+ SUPPORTS_MACCATALYST = NO;
430
+ SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
427
431
SWIFT_EMIT_LOC_STRINGS = YES;
428
432
SWIFT_VERSION = 5.0;
429
433
TARGETED_DEVICE_FAMILY = "1,2";
You can’t perform that action at this time.
0 commit comments