Skip to content

Commit

Permalink
Select "Optimize interface for Mac" at the project level for Mac Cata…
Browse files Browse the repository at this point in the history
…lyst.
  • Loading branch information
sbruens committed Aug 9, 2023
1 parent ecdd922 commit 04d5a60
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 @@ -684,7 +684,7 @@
SUPPORTS_MACCATALYST = YES;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = "1,2,6";
VALIDATE_WORKSPACE = NO;
};
name = Debug;
Expand Down Expand Up @@ -730,7 +730,7 @@
SUPPORTS_MACCATALYST = YES;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = "1,2,6";
VALIDATE_WORKSPACE = NO;
};
name = Release;
Expand Down

0 comments on commit 04d5a60

Please sign in to comment.