diff --git a/AltPlugin/Info.plist b/AltPlugin/Info.plist index 6188d46b..e24386aa 100644 --- a/AltPlugin/Info.plist +++ b/AltPlugin/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.0 + $(MARKETING_VERSION) CFBundleVersion 1 NSHumanReadableCopyright @@ -58,5 +58,9 @@ # For mail version 13.0 (3594.4.2) on OS X Version 10.15 (build 19A558d) 6EEA38FB-1A0B-469B-BB35-4C2E0EEA9053 + Supported11.0PluginCompatibilityUUIDs + + D985F0E4-3BBC-4B95-BBA1-12056AC4A531 + diff --git a/AltServer/AltPlugin.zip b/AltServer/AltPlugin.zip new file mode 100644 index 00000000..d6c5b41c Binary files /dev/null and b/AltServer/AltPlugin.zip differ diff --git a/AltStore.xcodeproj/project.pbxproj b/AltStore.xcodeproj/project.pbxproj index 6e31f3da..1f91f69b 100644 --- a/AltStore.xcodeproj/project.pbxproj +++ b/AltStore.xcodeproj/project.pbxproj @@ -2809,6 +2809,7 @@ "/Users/Riley/Library/Developer/Xcode/DerivedData/AltStore-bhqnkrahfutztzeudtxhcxccgtlo/Build/Products/Debug", ); MACOSX_DEPLOYMENT_TARGET = 10.14; + MARKETING_VERSION = 1.1; PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.AltPlugin; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx; @@ -2838,6 +2839,7 @@ "/Users/Riley/Library/Developer/Xcode/DerivedData/AltStore-bhqnkrahfutztzeudtxhcxccgtlo/Build/Products/Debug", ); MACOSX_DEPLOYMENT_TARGET = 10.14; + MARKETING_VERSION = 1.1; PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.AltPlugin; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx;