mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
Update Integration tests for Xcode 16.
This commit is contained in:
parent
6e83ecb290
commit
7b42df84ae
@ -140,14 +140,14 @@ lane :integration_tests do
|
||||
clear_derived_data()
|
||||
|
||||
create_simulator_if_necessary(
|
||||
name: "iPhone 15 Pro",
|
||||
type: "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro",
|
||||
runtime: "com.apple.CoreSimulator.SimRuntime.iOS-17-5"
|
||||
name: "iPhone 16 Pro",
|
||||
type: "com.apple.CoreSimulator.SimDeviceType.iPhone-16-Pro",
|
||||
runtime: "com.apple.CoreSimulator.SimRuntime.iOS-18-0"
|
||||
)
|
||||
|
||||
run_tests(
|
||||
scheme: "IntegrationTests",
|
||||
devices: ["iPhone 15 Pro"],
|
||||
devices: ["iPhone 16 Pro"],
|
||||
ensure_devices_found: true,
|
||||
result_bundle: true,
|
||||
reset_simulator: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user