Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.

Commit

Permalink
Enable bitcode for iOS targets. (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiekko authored and benjohnde committed Jul 22, 2016
1 parent c598ce9 commit 868a42d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ZXingObjC.xcodeproj/project.pbxproj
Expand Up @@ -6605,6 +6605,7 @@
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = NO;
DSTROOT = /tmp/ZXingObjC.dst;
ENABLE_BITCODE = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ios-Prefix.pch";
OTHER_LDFLAGS = "-ObjC";
Expand Down Expand Up @@ -6751,6 +6752,7 @@
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = NO;
DSTROOT = /tmp/ZXingObjC.dst;
ENABLE_BITCODE = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ios-Prefix.pch";
OTHER_LDFLAGS = "-ObjC";
Expand All @@ -6768,6 +6770,7 @@
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = NO;
DSTROOT = /tmp/ZXingObjC.dst;
ENABLE_BITCODE = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ios-Prefix.pch";
OTHER_LDFLAGS = "-ObjC";
Expand Down Expand Up @@ -6923,6 +6926,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ios-Prefix.pch";
Expand Down Expand Up @@ -6965,6 +6969,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ios-Prefix.pch";
Expand Down Expand Up @@ -7003,6 +7008,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_BITCODE = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ios-Prefix.pch";
Expand Down

0 comments on commit 868a42d

Please sign in to comment.