Skip to content

Commit

Permalink
uninclude bitcode to avoid build error
Browse files Browse the repository at this point in the history
  • Loading branch information
hkalexling committed Nov 4, 2015
1 parent 67b3b51 commit 81fea52
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions KonaBot.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,9 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_IDENTITY = "iPhone Distribution";
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
Expand All @@ -528,6 +529,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = hkalexling.KonaBot;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "ea200194-af61-4bb0-a3e4-0fa612a204c0";
SWIFT_OBJC_BRIDGING_HEADER = "KonaBot/KonaBot-Bridging-Header.h";
};
name = Debug;
Expand All @@ -536,8 +538,9 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_IDENTITY = "iPhone Distribution";
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
Expand All @@ -548,6 +551,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = hkalexling.KonaBot;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "ea200194-af61-4bb0-a3e4-0fa612a204c0";
SWIFT_OBJC_BRIDGING_HEADER = "KonaBot/KonaBot-Bridging-Header.h";
};
name = Release;
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion KonaBot/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit 81fea52

Please sign in to comment.