Skip to content

Commit 7b5f020

Browse files
committed
Enabled BitCode
1 parent 2950c5e commit 7b5f020

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Swift Push 4.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
282282
CODE_SIGN_IDENTITY = "iPhone Developer";
283283
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
284-
ENABLE_BITCODE = NO;
284+
ENABLE_BITCODE = YES;
285285
INFOPLIST_FILE = "Swift Push 4/Info.plist";
286286
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
287287
PRODUCT_BUNDLE_IDENTIFIER = eu.trease.www.swift.push;
@@ -295,7 +295,7 @@
295295
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
296296
CODE_SIGN_IDENTITY = "iPhone Developer";
297297
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
298-
ENABLE_BITCODE = NO;
298+
ENABLE_BITCODE = YES;
299299
INFOPLIST_FILE = "Swift Push 4/Info.plist";
300300
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
301301
PRODUCT_BUNDLE_IDENTIFIER = eu.trease.www.swift.push;

Swift Push 4/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>539</string>
22+
<string>540</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UIBackgroundModes</key>

Swift Push 4/Settings.bundle/Root.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<array>
77
<dict>
88
<key>DefaultValue</key>
9-
<string>539</string>
9+
<string>540</string>
1010
<key>Key</key>
1111
<string>CurrentBuildNumber</string>
1212
<key>Title</key>

0 commit comments

Comments
 (0)