mirror of
https://github.com/ProtonMail/ios-mail.git
synced 2026-01-11 20:06:44 +00:00
Xcode 16.3
This commit is contained in:
parent
3cd79129a5
commit
45fa4becc4
3 changed files with 4 additions and 4 deletions
|
|
@ -55,7 +55,7 @@ stages:
|
|||
- cd ..
|
||||
|
||||
.macos_job:
|
||||
image: team-mail:2
|
||||
image: team-mail:3
|
||||
cache:
|
||||
- key:
|
||||
files:
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ final class LaunchTests: XCTestCase {
|
|||
|
||||
func testStart_whenCoreDataSetupFails_itShouldNotLoadUsers() {
|
||||
mockSetupCoreData.setupStub.bodyIs { _ in
|
||||
throw NSError()
|
||||
throw NSError(domain: "", code: 0)
|
||||
}
|
||||
setUpAppAccessGranted_and_userInUserDefaults()
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ DEVELOPER_KEYCHAIN_PASSWORD = "TUFJTF9JT1NfQ0VSVElGSUNBVEVfS0VZQ0hBSU4="
|
|||
CERTIFICATE_PATH = "Certificates.p12"
|
||||
APP_IDENTIFIER = "ch.protonmail.protonmail"
|
||||
|
||||
TEST_DEVICE = "iPhone 16 Pro (18.2)"
|
||||
TEST_DEVICE = "iPhone 16 Pro (18.4)"
|
||||
UNIT_TEST_SCHEME = "ProtonMailTests"
|
||||
UI_TEST_SCHEME = "ProtonMailUITests"
|
||||
|
||||
|
|
@ -29,7 +29,7 @@ ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "120"
|
|||
|
||||
def select_xcode
|
||||
xcodes(
|
||||
version: '16.2',
|
||||
version: '16.3',
|
||||
select_for_current_build_only: true,
|
||||
)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue