Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 4a94503

Browse files
author
Chris Yang
authored
Update cirrus to create IOS simulator on 13.2 an xCode 11 (#2275)
1 parent 2c92b3f commit 4a94503

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ task:
8282
task:
8383
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
8484
osx_instance:
85-
image: mojave-xcode-10.2-flutter
85+
image: mojave-xcode-11.2.1-flutter
8686
setup_script:
8787
- pod repo update
8888
upgrade_script:
@@ -94,7 +94,7 @@ task:
9494
activate_script: pub global activate flutter_plugin_tools
9595
create_simulator_script:
9696
- xcrun simctl list
97-
- xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-X com.apple.CoreSimulator.SimRuntime.iOS-12-2 | xargs xcrun simctl boot
97+
- xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-X com.apple.CoreSimulator.SimRuntime.iOS-13-2 | xargs xcrun simctl boot
9898
matrix:
9999
- name: build_all_plugins_ipa
100100
script:

packages/e2e/example/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: e2e_example
22
description: Demonstrates how to use the e2e plugin.
3+
version: 0.0.1
34
publish_to: 'none'
45

56
environment:

0 commit comments

Comments
 (0)