Skip to content

Commit

Permalink
Some changes before submitting update
Browse files Browse the repository at this point in the history
  • Loading branch information
hkalexling committed Feb 24, 2016
1 parent 3c94d1b commit 20efe9c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions KonaBot.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,8 @@
baseConfigurationReference = 45D08A0DF5AB84ADDE690111 /* Pods.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer: Alex Ling (X2TMJLM595)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Alex Ling (X2TMJLM595)";
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -663,7 +663,7 @@
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = hkalexling.KonaBot;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "c1c169ca-1729-4647-ae97-fd0d8c9b1536";
PROVISIONING_PROFILE = "d8040986-7359-4bcf-8677-b318c4078048";
SWIFT_OBJC_BRIDGING_HEADER = "KonaBot/KonaBot-Bridging-Header.h";
};
name = Debug;
Expand All @@ -673,8 +673,8 @@
baseConfigurationReference = DED2764263359DECA2BAE97F /* Pods.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer: Alex Ling (X2TMJLM595)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Alex Ling (X2TMJLM595)";
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -688,7 +688,7 @@
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = hkalexling.KonaBot;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "c1c169ca-1729-4647-ae97-fd0d8c9b1536";
PROVISIONING_PROFILE = "d8040986-7359-4bcf-8677-b318c4078048";
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>4</string>
<string>10</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
18 changes: 9 additions & 9 deletions Pods/Target Support Files/Pods/Pods-frameworks.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 20efe9c

Please sign in to comment.