Skip to content

Commit 6ebfec2

Browse files
committed
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fastlane/Scanfile

Lines changed: 1 addition & 1 deletion
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

Lines changed: 7 additions & 2 deletions
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)