Skip to content

Commit 95bd789

Browse files
committed
Merge branch 'release/2.0.3'
2 parents 8d451f0 + b1a89d1 commit 95bd789

File tree

7 files changed

+20
-7
lines changed

7 files changed

+20
-7
lines changed

Cryptomator.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2629,7 +2629,7 @@
26292629
GCC_WARN_UNUSED_FUNCTION = YES;
26302630
GCC_WARN_UNUSED_VARIABLE = YES;
26312631
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
2632-
MARKETING_VERSION = 2.0.2;
2632+
MARKETING_VERSION = 2.0.3;
26332633
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
26342634
MTL_FAST_MATH = YES;
26352635
ONLY_ACTIVE_ARCH = YES;
@@ -2691,7 +2691,7 @@
26912691
GCC_WARN_UNUSED_FUNCTION = YES;
26922692
GCC_WARN_UNUSED_VARIABLE = YES;
26932693
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
2694-
MARKETING_VERSION = 2.0.2;
2694+
MARKETING_VERSION = 2.0.3;
26952695
MTL_ENABLE_DEBUG_INFO = NO;
26962696
MTL_FAST_MATH = YES;
26972697
OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=200 -Xfrontend -warn-long-function-bodies=200";

Cryptomator.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"repositoryURL": "https://github.com/cryptomator/cloud-access-swift.git",
2525
"state": {
2626
"branch": null,
27-
"revision": "c4597ccf64ffc5cc4d75dde879a0cee6a71fc2e3",
28-
"version": "1.1.1"
27+
"revision": "a033fc732b5c7baa2dbc6134591e6fd5345c620e",
28+
"version": "1.1.2"
2929
}
3030
},
3131
{

FileProviderExtension/Info.plist

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
23+
<key>NSAppTransportSecurity</key>
24+
<dict>
25+
<key>NSAllowsArbitraryLoads</key>
26+
<true/>
27+
</dict>
2328
<key>NSExtension</key>
2429
<dict>
2530
<key>NSExtensionFileProviderDocumentGroup</key>

FileProviderExtensionUI/Info.plist

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
23+
<key>NSAppTransportSecurity</key>
24+
<dict>
25+
<key>NSAllowsArbitraryLoads</key>
26+
<true/>
27+
</dict>
2328
<key>NSExtension</key>
2429
<dict>
2530
<key>NSExtensionPrincipalClass</key>

fastlane/changelog.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Welcome to the new Cryptomator for iOS app! This new app is fully integrated into the Files app of iOS. Happy crypting!
1+
- Fixed upload errors in Google Drive (#134)
2+
- Fixed support of self-signed certificates and HTTP for WebDAV connections (#133)
+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Willkommen bei der neuen Cryptomator für iOS-App! Diese neue App ist vollständig in die App „Dateien“ von iOS integriert. Viel Spaß beim Verschlüsseln!
1+
- Upload-Fehler in Google Drive behoben (#134)
2+
- Unterstützung von selbstsignierten Zertifikaten und HTTP für WebDAV-Verbindungen behoben (#133)
+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Welcome to the new Cryptomator for iOS app! This new app is fully integrated into the Files app of iOS. Happy crypting!
1+
- Fixed upload errors in Google Drive (#134)
2+
- Fixed support of self-signed certificates and HTTP for WebDAV connections (#133)

0 commit comments

Comments
 (0)