Skip to content

Commit eb62ce2

Browse files
committedSep 16, 2024··
Merge branch 'release/2.6.2'
2 parents 6ebfec2 + efdae77 commit eb62ce2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

‎Cryptomator.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3320,7 +3320,7 @@
33203320
GCC_WARN_UNUSED_FUNCTION = YES;
33213321
GCC_WARN_UNUSED_VARIABLE = YES;
33223322
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
3323-
MARKETING_VERSION = 2.6.1;
3323+
MARKETING_VERSION = 2.6.2;
33243324
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
33253325
MTL_FAST_MATH = YES;
33263326
ONLY_ACTIVE_ARCH = YES;
@@ -3382,7 +3382,7 @@
33823382
GCC_WARN_UNUSED_FUNCTION = YES;
33833383
GCC_WARN_UNUSED_VARIABLE = YES;
33843384
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
3385-
MARKETING_VERSION = 2.6.1;
3385+
MARKETING_VERSION = 2.6.2;
33863386
MTL_ENABLE_DEBUG_INFO = NO;
33873387
MTL_FAST_MATH = YES;
33883388
OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=200 -Xfrontend -warn-long-function-bodies=200";

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,19 @@
5757
{
5858
"identity" : "box-swift-sdk-gen",
5959
"kind" : "remoteSourceControl",
60-
"location" : "https://github.com/box/box-swift-sdk-gen.git",
60+
"location" : "https://github.com/tobihagemann/box-swift-sdk-gen.git",
6161
"state" : {
62-
"revision" : "a6b5793ab4053f9b55b840245ad07c9e3fdae344",
63-
"version" : "0.5.0"
62+
"revision" : "b2bb9db3b4fc5e86807f3c5043bedcab9fdf48f7",
63+
"version" : "0.5.0-cryptomator"
6464
}
6565
},
6666
{
6767
"identity" : "cloud-access-swift",
6868
"kind" : "remoteSourceControl",
6969
"location" : "https://github.com/cryptomator/cloud-access-swift.git",
7070
"state" : {
71-
"revision" : "92e6e3d8c592c1189acd5c9a765a388e296b9b04",
72-
"version" : "1.11.2"
71+
"revision" : "2d8444001a4b2c2ccf396942fd78680eefa9dc52",
72+
"version" : "1.11.3"
7373
}
7474
},
7575
{

0 commit comments

Comments
 (0)
Please sign in to comment.