Skip to content

Commit

Permalink
Remove iPad for macOS (#1756)
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna authored Oct 24, 2023
1 parent 0e3e38b commit 7c87dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cordova/apple/xcode/ios/Outline.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@
STRIP_BITCODE_FROM_COPIED_FILES = NO;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = YES;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,6";
VALIDATE_WORKSPACE = NO;
Expand Down Expand Up @@ -727,7 +727,7 @@
STRIP_BITCODE_FROM_COPIED_FILES = NO;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = YES;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,6";
VALIDATE_WORKSPACE = NO;
Expand Down

0 comments on commit 7c87dc1

Please sign in to comment.