Skip to content

Commit

Permalink
Merge pull request #53 from Nirma/offCatalyst
Browse files Browse the repository at this point in the history
turn off mac catalyst support
  • Loading branch information
Nirma committed Jul 15, 2020
2 parents 8aabec6 + 88cf7a0 commit 6991c8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UIDeviceComplete.xcodeproj/project.pbxproj
Expand Up @@ -410,6 +410,7 @@
PRODUCT_BUNDLE_IDENTIFIER = nmaccharoli.UIDeviceComplete;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SUPPORTS_MACCATALYST = NO;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -433,6 +434,7 @@
PRODUCT_BUNDLE_IDENTIFIER = nmaccharoli.UIDeviceComplete;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SUPPORTS_MACCATALYST = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down

0 comments on commit 6991c8c

Please sign in to comment.