Skip to content

Commit 839a6cc

Browse files
committed
Updates AltStore + AltServer to 1.1
1 parent b29faef commit 839a6cc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

AltServer/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0.1</string>
20+
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
2222
<string>2</string>
2323
<key>LSMinimumSystemVersion</key>

AltStore.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1656,6 +1656,7 @@
16561656
"@executable_path/../Frameworks",
16571657
);
16581658
MACOSX_DEPLOYMENT_TARGET = 10.14.4;
1659+
MARKETING_VERSION = 1.1;
16591660
PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.AltServer;
16601661
PRODUCT_NAME = "$(TARGET_NAME)";
16611662
SDKROOT = macosx;
@@ -1705,6 +1706,7 @@
17051706
"@executable_path/../Frameworks",
17061707
);
17071708
MACOSX_DEPLOYMENT_TARGET = 10.14.4;
1709+
MARKETING_VERSION = 1.1;
17081710
PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.AltServer;
17091711
PRODUCT_NAME = "$(TARGET_NAME)";
17101712
SDKROOT = macosx;
@@ -1921,6 +1923,7 @@
19211923
"$(inherited)",
19221924
"@executable_path/Frameworks",
19231925
);
1926+
MARKETING_VERSION = 1.1;
19241927
PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.AltStore;
19251928
PRODUCT_NAME = "$(TARGET_NAME)";
19261929
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1947,6 +1950,7 @@
19471950
"$(inherited)",
19481951
"@executable_path/Frameworks",
19491952
);
1953+
MARKETING_VERSION = 1.1;
19501954
PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.AltStore;
19511955
PRODUCT_NAME = "$(TARGET_NAME)";
19521956
PROVISIONING_PROFILE_SPECIFIER = "";

AltStore/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<key>CFBundlePackageType</key>
3737
<string>APPL</string>
3838
<key>CFBundleShortVersionString</key>
39-
<string>1.0.1</string>
39+
<string>$(MARKETING_VERSION)</string>
4040
<key>CFBundleURLTypes</key>
4141
<array>
4242
<dict>

0 commit comments

Comments
 (0)