Skip to content

Commit b6ea55d

Browse files
authored
Merge pull request #27 from rileytestut/develop
Pull from Upstream
2 parents bf212b6 + 9934ef5 commit b6ea55d

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

AltPlugin/Info.plist

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,12 @@
160160
<string>6FF8B077-81FA-45A4-BD57-17CDE79F13A5</string>
161161
<string>A4B49485-0377-4FAB-8D8E-E3B8018CFC21</string>
162162
</array>
163+
<key>Supported13.0PluginCompatibilityUUIDs</key>
164+
<array>
165+
<string>25288CEF-7D9B-49A8-BE6B-E41DA6277CF3</string>
166+
<string>6FF8B077-81FA-45A4-BD57-17CDE79F13A5</string>
167+
<string>A4B49485-0377-4FAB-8D8E-E3B8018CFC21</string>
168+
<string>890E3F5B-9490-4828-8F3F-B6561E513FCC</string>
169+
</array>
163170
</dict>
164171
</plist>

AltStore.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3029,7 +3029,7 @@
30293029
CODE_SIGN_IDENTITY = "-";
30303030
CODE_SIGN_STYLE = Automatic;
30313031
COMBINE_HIDPI_IMAGES = YES;
3032-
CURRENT_PROJECT_VERSION = 10;
3032+
CURRENT_PROJECT_VERSION = 11;
30333033
DEVELOPMENT_TEAM = "";
30343034
INFOPLIST_FILE = AltPlugin/Info.plist;
30353035
INSTALL_PATH = "$(HOME)/Library/Mail/Bundles/";
@@ -3041,7 +3041,7 @@
30413041
"/Users/Riley/Library/Developer/Xcode/DerivedData/AltStore-bhqnkrahfutztzeudtxhcxccgtlo/Build/Products/Debug",
30423042
);
30433043
MACOSX_DEPLOYMENT_TARGET = 10.14;
3044-
MARKETING_VERSION = 1.9;
3044+
MARKETING_VERSION = 1.10;
30453045
PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.AltPlugin;
30463046
PRODUCT_NAME = "$(TARGET_NAME)";
30473047
SDKROOT = macosx;
@@ -3060,7 +3060,7 @@
30603060
CODE_SIGN_IDENTITY = "-";
30613061
CODE_SIGN_STYLE = Automatic;
30623062
COMBINE_HIDPI_IMAGES = YES;
3063-
CURRENT_PROJECT_VERSION = 10;
3063+
CURRENT_PROJECT_VERSION = 11;
30643064
DEVELOPMENT_TEAM = "";
30653065
INFOPLIST_FILE = AltPlugin/Info.plist;
30663066
INSTALL_PATH = "$(HOME)/Library/Mail/Bundles/";
@@ -3072,7 +3072,7 @@
30723072
"/Users/Riley/Library/Developer/Xcode/DerivedData/AltStore-bhqnkrahfutztzeudtxhcxccgtlo/Build/Products/Debug",
30733073
);
30743074
MACOSX_DEPLOYMENT_TARGET = 10.14;
3075-
MARKETING_VERSION = 1.9;
3075+
MARKETING_VERSION = 1.10;
30763076
PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.AltPlugin;
30773077
PRODUCT_NAME = "$(TARGET_NAME)";
30783078
SDKROOT = macosx;

0 commit comments

Comments
 (0)