Skip to content

Commit e2ec992

Browse files
committed
Disable bitcode
...until we know better.
1 parent f12f0f8 commit e2ec992

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RMQClient.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -995,6 +995,7 @@
995995
AEA45EE01C440FE400FE1F62 /* Debug */ = {
996996
isa = XCBuildConfiguration;
997997
buildSettings = {
998+
ENABLE_BITCODE = NO;
998999
FRAMEWORK_SEARCH_PATHS = (
9991000
"$(inherited)",
10001001
"$(PROJECT_DIR)/Carthage/Build/iOS",
@@ -1011,6 +1012,7 @@
10111012
AEA45EE11C440FE400FE1F62 /* Release */ = {
10121013
isa = XCBuildConfiguration;
10131014
buildSettings = {
1015+
ENABLE_BITCODE = NO;
10141016
FRAMEWORK_SEARCH_PATHS = (
10151017
"$(inherited)",
10161018
"$(PROJECT_DIR)/Carthage/Build/iOS",
@@ -1118,6 +1120,7 @@
11181120
DYLIB_COMPATIBILITY_VERSION = 1;
11191121
DYLIB_CURRENT_VERSION = 2;
11201122
DYLIB_INSTALL_NAME_BASE = "@rpath";
1123+
ENABLE_BITCODE = NO;
11211124
FRAMEWORK_SEARCH_PATHS = (
11221125
"$(inherited)",
11231126
"$(PROJECT_DIR)/Carthage/Build/iOS",
@@ -1138,6 +1141,7 @@
11381141
DYLIB_COMPATIBILITY_VERSION = 1;
11391142
DYLIB_CURRENT_VERSION = 2;
11401143
DYLIB_INSTALL_NAME_BASE = "@rpath";
1144+
ENABLE_BITCODE = NO;
11411145
FRAMEWORK_SEARCH_PATHS = (
11421146
"$(inherited)",
11431147
"$(PROJECT_DIR)/Carthage/Build/iOS",

0 commit comments

Comments
 (0)