Skip to content

Commit

Permalink
Enable destination support
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Feb 17, 2024
1 parent 23c3a00 commit c6de7f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Aware.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,8 @@
PRODUCT_BUNDLE_IDENTIFIER = com.awaremac.Aware;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SUPPORTED_PLATFORMS = macosx;
SUPPORTS_MACCATALYST = NO;
SWIFT_VERSION = 5.0;
};
name = Debug;
Expand Down Expand Up @@ -400,6 +402,8 @@
PRODUCT_BUNDLE_IDENTIFIER = com.awaremac.Aware;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SUPPORTED_PLATFORMS = macosx;
SUPPORTS_MACCATALYST = NO;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_VERSION = 5.0;
Expand Down

0 comments on commit c6de7f8

Please sign in to comment.