Skip to content

Commit

Permalink
Merge pull request #34 from 1ec5/1ec5-bitcode-mode
Browse files Browse the repository at this point in the history
Set BITCODE_GENERATION_MODE
  • Loading branch information
tomtaylor authored Sep 15, 2016
2 parents d4effb3 + 0d8b35c commit a5fcafb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Polyline.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
BITCODE_GENERATION_MODE = bitcode;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
Expand Down Expand Up @@ -600,6 +601,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
BITCODE_GENERATION_MODE = bitcode;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
Expand Down

0 comments on commit a5fcafb

Please sign in to comment.