Skip to content

Commit

Permalink
Preparing 2.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tobihagemann committed Mar 12, 2023
1 parent 317e6cb commit 2cb5dbb
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 24 deletions.
17 changes: 8 additions & 9 deletions Cryptomator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2309,8 +2309,8 @@
);
mainGroup = 4A5E5B202453119100BD6298;
packageReferences = (
4A1521E227C55EA2006C96B2 /* XCRemoteSwiftPackageReference "TPInAppReceipt.git" */,
4AED9A6D286B38D900352951 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect.git" */,
4A1521E227C55EA2006C96B2 /* XCRemoteSwiftPackageReference "TPInAppReceipt" */,
4AED9A6D286B38D900352951 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */,
);
productRefGroup = 4A5E5B2A2453119100BD6298 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -2979,7 +2979,6 @@
};
4A9172722619F16C003C4043 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
productRef = 4A9172712619F16C003C4043;
};
4A9BED69268F379300721BAA /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
Expand Down Expand Up @@ -3265,7 +3264,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 2.4.8;
MARKETING_VERSION = 2.4.9;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -3327,7 +3326,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 2.4.8;
MARKETING_VERSION = 2.4.9;
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 @@ -3665,15 +3664,15 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
4A1521E227C55EA2006C96B2 /* XCRemoteSwiftPackageReference "TPInAppReceipt.git" */ = {
4A1521E227C55EA2006C96B2 /* XCRemoteSwiftPackageReference "TPInAppReceipt" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/tikhop/TPInAppReceipt.git";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 3.3.0;
};
};
4AED9A6D286B38D900352951 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect.git" */ = {
4AED9A6D286B38D900352951 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/siteline/SwiftUI-Introspect.git";
requirement = {
Expand All @@ -3686,7 +3685,7 @@
/* Begin XCSwiftPackageProductDependency section */
4A1521E327C55EA2006C96B2 /* TPInAppReceipt */ = {
isa = XCSwiftPackageProductDependency;
package = 4A1521E227C55EA2006C96B2 /* XCRemoteSwiftPackageReference "TPInAppReceipt.git" */;
package = 4A1521E227C55EA2006C96B2 /* XCRemoteSwiftPackageReference "TPInAppReceipt" */;
productName = TPInAppReceipt;
};
4A33092C282EC23400876A3E /* CryptomatorCommonCore */ = {
Expand All @@ -3703,7 +3702,7 @@
};
4AED9A6E286B38DA00352951 /* Introspect */ = {
isa = XCSwiftPackageProductDependency;
package = 4AED9A6D286B38D900352951 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect.git" */;
package = 4AED9A6D286B38D900352951 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */;
productName = Introspect;
};
/* End XCSwiftPackageProductDependency section */
Expand Down
5 changes: 2 additions & 3 deletions fastlane/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
- Fixed file upload errors with certain Nextcloud servers via WebDAV (#308)
- Improved debug logging with WebDAV
- Improved background upload support (you may need to reinstall the app for this to take effect)
- Added Hebrew translation
- Fixed "not found" error when listing a directory with unreachable files in iCloud Drive (#313)
5 changes: 2 additions & 3 deletions fastlane/config/freemium/metadata/de-DE/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
- Fehler beim Hochladen von Dateien mit bestimmten Nextcloud-Servern über WebDAV behoben (#308)
- Diagnose-Protokollierung mit WebDAV verbessert
- Unterstützung für Uploads im Hintergrund verbessert (evtl. muss die App neu installiert werden, damit dies funktioniert)
- Hebräische Übersetzung hinzugefügt
- Fehler "nicht gefunden" beim Auflisten eines Verzeichnisses mit nicht erreichbaren Dateien in iCloud Drive behoben (#313)
5 changes: 2 additions & 3 deletions fastlane/config/freemium/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
- Fixed file upload errors with certain Nextcloud servers via WebDAV (#308)
- Improved debug logging with WebDAV
- Improved background upload support (you may need to reinstall the app for this to take effect)
- Added Hebrew translation
- Fixed "not found" error when listing a directory with unreachable files in iCloud Drive (#313)
5 changes: 2 additions & 3 deletions fastlane/config/premium/metadata/de-DE/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
- Fehler beim Hochladen von Dateien mit bestimmten Nextcloud-Servern über WebDAV behoben (#308)
- Diagnose-Protokollierung mit WebDAV verbessert
- Unterstützung für Uploads im Hintergrund verbessert (evtl. muss die App neu installiert werden, damit dies funktioniert)
- Hebräische Übersetzung hinzugefügt
- Fehler "nicht gefunden" beim Auflisten eines Verzeichnisses mit nicht erreichbaren Dateien in iCloud Drive behoben (#313)
5 changes: 2 additions & 3 deletions fastlane/config/premium/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
- Fixed file upload errors with certain Nextcloud servers via WebDAV (#308)
- Improved debug logging with WebDAV
- Improved background upload support (you may need to reinstall the app for this to take effect)
- Added Hebrew translation
- Fixed "not found" error when listing a directory with unreachable files in iCloud Drive (#313)

0 comments on commit 2cb5dbb

Please sign in to comment.