Skip to content

Commit

Permalink
Preparing 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobihagemann committed May 31, 2022
1 parent f055447 commit 8fb8b3f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
8 changes: 2 additions & 6 deletions Cryptomator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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";
Expand Down Expand Up @@ -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;
Expand All @@ -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";
Expand All @@ -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;
Expand All @@ -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";
Expand Down
6 changes: 2 additions & 4 deletions fastlane/changelog.txt
Original file line number Diff line number Diff line change
@@ -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
- 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)
6 changes: 2 additions & 4 deletions fastlane/metadata/de-DE/release_notes.txt
Original file line number Diff line number Diff line change
@@ -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
- 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)
6 changes: 2 additions & 4 deletions fastlane/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -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
- 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)

0 comments on commit 8fb8b3f

Please sign in to comment.