Skip to content

Commit

Permalink
Merge pull request #39 from icapps/feature/build-libraries-for-distri…
Browse files Browse the repository at this point in the history
…bution

Enable BUILD_LIBRARY_FOR_DISTRIBUTION
  • Loading branch information
fousa authored Jun 9, 2020
2 parents 6677a74 + 9b87dce commit 5f8af65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cara/Cara.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
Expand Down Expand Up @@ -434,6 +435,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
Expand Down

0 comments on commit 5f8af65

Please sign in to comment.