Skip to content

Commit 95126b1

Browse files
committed
Update build version number
1 parent 35cd5d6 commit 95126b1

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ SPEC CHECKSUMS:
137137
PromisesObjC: c119f3cd559f50b7ae681fa59dc1acd19173b7e6
138138
SwiftLint: 79d48a17c6565dc286c37efb8322c7b450f95c67
139139

140-
PODFILE CHECKSUM: e3ad5972da41a88854e69330a4902ec177fe813e
140+
PODFILE CHECKSUM: 736b78321437044ebbf3785ed7603fee3da355ff
141141

142142
COCOAPODS: 1.9.1

iCookTV.xcodeproj/project.pbxproj

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,9 @@
422422
TargetAttributes = {
423423
B5F7BF471BA9C95F00A75099 = {
424424
CreatedOnToolsVersion = 7.1;
425+
DevelopmentTeam = U27B56TU48;
425426
LastSwiftMigration = 1030;
427+
ProvisioningStyle = Manual;
426428
};
427429
B5F7BF581BA9C95F00A75099 = {
428430
CreatedOnToolsVersion = 7.1;
@@ -436,7 +438,6 @@
436438
developmentRegion = en;
437439
hasScannedForEncodings = 0;
438440
knownRegions = (
439-
English,
440441
en,
441442
Base,
442443
"zh-Hant",
@@ -882,11 +883,15 @@
882883
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
883884
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
884885
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
885-
CODE_SIGN_IDENTITY = "iPhone Developer";
886+
CODE_SIGN_IDENTITY = "iPhone Distribution";
887+
CODE_SIGN_STYLE = Manual;
888+
CURRENT_PROJECT_VERSION = 103;
889+
DEVELOPMENT_TEAM = U27B56TU48;
886890
INFOPLIST_FILE = iCookTV/Info.plist;
887891
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
888892
PRODUCT_BUNDLE_IDENTIFIER = com.thepolydice.icook;
889893
PRODUCT_NAME = iCookTV;
894+
PROVISIONING_PROFILE_SPECIFIER = "match AppStore com.thepolydice.icook tvos";
890895
};
891896
name = Debug;
892897
};
@@ -897,11 +902,15 @@
897902
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
898903
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
899904
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
900-
CODE_SIGN_IDENTITY = "iPhone Developer";
905+
CODE_SIGN_IDENTITY = "iPhone Distribution";
906+
CODE_SIGN_STYLE = Manual;
907+
CURRENT_PROJECT_VERSION = 103;
908+
DEVELOPMENT_TEAM = U27B56TU48;
901909
INFOPLIST_FILE = iCookTV/Info.plist;
902910
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
903911
PRODUCT_BUNDLE_IDENTIFIER = com.thepolydice.icook;
904912
PRODUCT_NAME = iCookTV;
913+
PROVISIONING_PROFILE_SPECIFIER = "match AppStore com.thepolydice.icook tvos";
905914
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
906915
};
907916
name = Release;

iCookTV/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>develop</string>
23-
<key>LSRequiresIPhoneOS</key>
24-
<true/>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
2523
<key>FacebookAutoInitEnabled</key>
2624
<false/>
25+
<key>LSRequiresIPhoneOS</key>
26+
<true/>
2727
<key>UIRequiredDeviceCapabilities</key>
2828
<array>
2929
<string>arm64</string>

0 commit comments

Comments
 (0)