Skip to content

Commit

Permalink
Skip install on CLI to make Xcode archive it correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
inket committed Aug 6, 2022
1 parent 702fa44 commit 099a43f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MacSymbolicator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
};
name = Debug;
Expand All @@ -614,6 +615,7 @@
MACOSX_DEPLOYMENT_TARGET = 12.1;
MTL_FAST_MATH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
};
name = Release;
Expand Down

0 comments on commit 099a43f

Please sign in to comment.