Skip to content

Commit 2c294ae

Browse files
Merge pull request #16 from snipsco/task/activate-bitcode
Enable bitcode for iOS
2 parents 00c3aac + 7d99800 commit 2c294ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Postal.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,7 @@
931931
DYLIB_COMPATIBILITY_VERSION = 1;
932932
DYLIB_CURRENT_VERSION = 1;
933933
DYLIB_INSTALL_NAME_BASE = "@rpath";
934+
ENABLE_BITCODE = YES;
934935
GCC_PREPROCESSOR_DEFINITIONS = (
935936
"NO_MACROS=1",
936937
"DEBUG=1",
@@ -961,6 +962,7 @@
961962
DYLIB_COMPATIBILITY_VERSION = 1;
962963
DYLIB_CURRENT_VERSION = 1;
963964
DYLIB_INSTALL_NAME_BASE = "@rpath";
965+
ENABLE_BITCODE = YES;
964966
GCC_PREPROCESSOR_DEFINITIONS = "NO_MACROS=1";
965967
HEADER_SEARCH_PATHS = "$(SRCROOT)/dependencies/build/ios/include";
966968
INFOPLIST_FILE = "Postal-iOS/Info.plist";

0 commit comments

Comments
 (0)