Skip to content

Commit

Permalink
Merge branch 'release/2.4.6' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tobihagemann committed Feb 2, 2023
2 parents 7d24166 + 2c7afc0 commit a4ea9f3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cryptomator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3260,7 +3260,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 2.4.5;
MARKETING_VERSION = 2.4.6;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -3322,7 +3322,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 2.4.5;
MARKETING_VERSION = 2.4.6;
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
3 changes: 2 additions & 1 deletion fastlane/changelog.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Fixed adding WebDAV connection stuck at "Authenticating…" when using self-signed certificate (#295, #298)
- Fixed random crashes when downloading/uploading files via WebDAV (#299, #301)
- Fixed use of apostrophes in vault names (or their containing path) in Google Drive (#296)
3 changes: 2 additions & 1 deletion fastlane/config/freemium/metadata/de-DE/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Hinzufügen von WebDAV-Verbindungen behoben, die bei "Authentifizierung …" hingen, wenn ein selbstsigniertes Zertifikat verwendet wurde (#295, #298)
- Zufällige Abstürze beim Herunterladen/Hochladen von Dateien über WebDAV behoben (#299, #301)
- Nutzung von Apostrophen in Tresornamen (oder dem darin enthaltenen Pfad) in Google Drive behoben (#296)
3 changes: 2 additions & 1 deletion fastlane/config/freemium/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Fixed adding WebDAV connection stuck at "Authenticating…" when using self-signed certificate (#295, #298)
- Fixed random crashes when downloading/uploading files via WebDAV (#299, #301)
- Fixed use of apostrophes in vault names (or their containing path) in Google Drive (#296)
3 changes: 2 additions & 1 deletion fastlane/config/premium/metadata/de-DE/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Hinzufügen von WebDAV-Verbindungen behoben, die bei "Authentifizierung …" hingen, wenn ein selbstsigniertes Zertifikat verwendet wurde (#295, #298)
- Zufällige Abstürze beim Herunterladen/Hochladen von Dateien über WebDAV behoben (#299, #301)
- Nutzung von Apostrophen in Tresornamen (oder dem darin enthaltenen Pfad) in Google Drive behoben (#296)
3 changes: 2 additions & 1 deletion fastlane/config/premium/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- Fixed adding WebDAV connection stuck at "Authenticating…" when using self-signed certificate (#295, #298)
- Fixed random crashes when downloading/uploading files via WebDAV (#299, #301)
- Fixed use of apostrophes in vault names (or their containing path) in Google Drive (#296)

0 comments on commit a4ea9f3

Please sign in to comment.