Skip to content

Commit 6ebfec2

Browse files
committedSep 14, 2024
Merge branch 'release/2.6.1'
2 parents 59d83fe + 2cfc241 commit 6ebfec2

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-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.0;
3323+
MARKETING_VERSION = 2.6.1;
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.0;
3385+
MARKETING_VERSION = 2.6.1;
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"kind" : "remoteSourceControl",
6969
"location" : "https://github.com/cryptomator/cloud-access-swift.git",
7070
"state" : {
71-
"revision" : "ff48ad0c1c0f8493ef6eeed172752cf0c03b509e",
72-
"version" : "1.11.1"
71+
"revision" : "92e6e3d8c592c1189acd5c9a765a388e296b9b04",
72+
"version" : "1.11.2"
7373
}
7474
},
7575
{

‎fastlane/Scanfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
scheme("AllTests")
2-
device("iPhone 14")
2+
device("iPhone 15")
33
clean(true)
44
output_types("html")
55
skip_slack(true)

‎fastlane/Snapfile

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
# Workaround: https://www.jessesquires.com/blog/2024/01/04/simctl-status_bar-still-broken/
2+
ios_version("16.0")
3+
14
# A list of devices you want to take the screenshots from
25
devices([
3-
"iPhone 15 Pro Max",
4-
"iPad Pro 13-inch (M4)",
6+
"iPhone 14 Pro Max",
7+
"iPad Pro (12.9-inch) (5th generation)",
58
])
69

710
languages([
@@ -13,7 +16,9 @@ languages([
1316
scheme("Snapshots")
1417

1518
# Set the status bar to 9:41 AM, and show full battery and reception. See also override_status_bar_arguments for custom options.
19+
ENV["SNAPSHOT_SIMULATOR_WAIT_FOR_BOOT_TIMEOUT"] = "10" # This should already be the default value, but it isn't for some reason
1620
override_status_bar(true)
21+
override_status_bar_arguments("--time 2007-01-09T09:41:00+02:00 --dataNetwork wifi --wifiMode active --wifiBars 3 --cellularMode active --operatorName '' --cellularBars 4 --batteryState charged --batteryLevel 100 --dataNetwork wifi") # Workaround for daylight saving time, probably not needed otherwise
1722

1823
localize_simulator(true)
1924

0 commit comments

Comments
 (0)