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 378378 PRODUCT_BUNDLE_IDENTIFIER = com.whispercppdemo.WhisperCppDemo;
379379 PRODUCT_NAME = "$(TARGET_NAME)";
380380 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;
382384 SWIFT_EMIT_LOC_STRINGS = YES;
383385 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
384386 SWIFT_VERSION = 5.0;
423425 PRODUCT_BUNDLE_IDENTIFIER = com.whispercppdemo.WhisperCppDemo;
424426 PRODUCT_NAME = "$(TARGET_NAME)";
425427 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;
427431 SWIFT_EMIT_LOC_STRINGS = YES;
428432 SWIFT_VERSION = 5.0;
429433 TARGETED_DEVICE_FAMILY = "1,2";
You can’t perform that action at this time.
0 commit comments