Skip to content

Commit

Permalink
Disable Bitcode on Mac target
Browse files Browse the repository at this point in the history
- This was causing the framework to fail building when used in a Mac project
  • Loading branch information
Reda Lemeden committed Oct 23, 2015
1 parent baf62da commit 18bd384
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Decodable.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
FRAMEWORK_VERSION = A;
GCC_GENERATE_TEST_COVERAGE_FILES = YES;
INFOPLIST_FILE = Decodable/Info.plist;
Expand All @@ -585,6 +586,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = NO;
FRAMEWORK_VERSION = A;
GCC_GENERATE_TEST_COVERAGE_FILES = YES;
INFOPLIST_FILE = Decodable/Info.plist;
Expand Down

0 comments on commit 18bd384

Please sign in to comment.