diff --git a/Cryptomator.xcodeproj/project.pbxproj b/Cryptomator.xcodeproj/project.pbxproj index 1d0d5ff92..dbb245170 100644 --- a/Cryptomator.xcodeproj/project.pbxproj +++ b/Cryptomator.xcodeproj/project.pbxproj @@ -3101,7 +3101,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - MARKETING_VERSION = 2.2.5; + MARKETING_VERSION = 2.3.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -3163,7 +3163,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 13.0; - MARKETING_VERSION = 2.2.5; + MARKETING_VERSION = 2.3.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=200 -Xfrontend -warn-long-function-bodies=200"; @@ -3267,7 +3267,6 @@ CODE_SIGN_ENTITLEMENTS = CryptomatorIntents/CryptomatorIntents.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = AUTOMATIC; DEVELOPMENT_TEAM = YZQJQUHA3L; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = CryptomatorIntents/Info.plist; @@ -3278,7 +3277,6 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 2.2.5; PRODUCT_BUNDLE_IDENTIFIER = org.cryptomator.ios.intents; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "match Development org.cryptomator.ios.intents"; @@ -3293,7 +3291,6 @@ CODE_SIGN_ENTITLEMENTS = CryptomatorIntents/CryptomatorIntents.entitlements; CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = AUTOMATIC; DEVELOPMENT_TEAM = YZQJQUHA3L; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = CryptomatorIntents/Info.plist; @@ -3304,7 +3301,6 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 2.2.5; PRODUCT_BUNDLE_IDENTIFIER = org.cryptomator.ios.intents; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "match AppStore org.cryptomator.ios.intents"; diff --git a/fastlane/changelog.txt b/fastlane/changelog.txt index 54b015833..63693234c 100644 --- a/fastlane/changelog.txt +++ b/fastlane/changelog.txt @@ -1,4 +1,2 @@ -- Failed uploads are now actually shown with an error instead of being stuck in "Waiting" -- Added "Retry Upload" action (#219) -- Added "Clear from Cache" action (#149, #220) -- Added Chinese (Traditional & Hong Kong) and Swahili (Tanzania) translations \ No newline at end of file +- Added Shortcuts integration, which allows you to create automations like "auto photo upload" (#56, #114, #222) +- Improved vault format 8 compatibility (#198, cryptolib-swift#9) \ No newline at end of file diff --git a/fastlane/metadata/de-DE/release_notes.txt b/fastlane/metadata/de-DE/release_notes.txt index fb0c2061c..8cdd7c6ad 100644 --- a/fastlane/metadata/de-DE/release_notes.txt +++ b/fastlane/metadata/de-DE/release_notes.txt @@ -1,4 +1,2 @@ -- Fehlgeschlagene Uploads werden nun tatsächlich mit einer Fehlermeldung angezeigt, statt in „Warten“ zu hängen -- Funktion "Upload erneut versuchen" hinzugefügt (#219) -- Funktion "Aus Zwischenspeicher entfernen" hinzugefügt (#149, #220) -- Übersetzungen für Chinesisch (Langzeichen & Hongkong) und Swahili (Tansania) hinzugefügt \ No newline at end of file +- Kurzbefehle-Integration hinzugefügt, die es erlaubt, Automatisierungen wie "automatischer Foto-Upload" zu erstellen (#56, #114, #222) +- Kompatibilität mit Tresorformat 8 verbessert (#198, cryptolib-swift#9) \ No newline at end of file diff --git a/fastlane/metadata/en-US/release_notes.txt b/fastlane/metadata/en-US/release_notes.txt index 54b015833..63693234c 100644 --- a/fastlane/metadata/en-US/release_notes.txt +++ b/fastlane/metadata/en-US/release_notes.txt @@ -1,4 +1,2 @@ -- Failed uploads are now actually shown with an error instead of being stuck in "Waiting" -- Added "Retry Upload" action (#219) -- Added "Clear from Cache" action (#149, #220) -- Added Chinese (Traditional & Hong Kong) and Swahili (Tanzania) translations \ No newline at end of file +- Added Shortcuts integration, which allows you to create automations like "auto photo upload" (#56, #114, #222) +- Improved vault format 8 compatibility (#198, cryptolib-swift#9) \ No newline at end of file