Skip to content

Commit 895f307

Browse files
jhen0409liuyang.marshall
authored andcommitted
whisper.swiftui : switch Mac dest to Mac (Designed for iPad) (ggml-org#2562)
1 parent 7cd4580 commit 895f307

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

examples/whisper.swiftui/whisper.swiftui.xcodeproj/project.pbxproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,9 @@
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;
@@ -423,7 +425,9 @@
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";

0 commit comments

Comments
 (0)