File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 82
82
task :
83
83
use_compute_credits : $CIRRUS_USER_COLLABORATOR == 'true'
84
84
osx_instance :
85
- image : mojave-xcode-10.2 -flutter
85
+ image : mojave-xcode-11.2.1 -flutter
86
86
setup_script :
87
87
- pod repo update
88
88
upgrade_script :
94
94
activate_script : pub global activate flutter_plugin_tools
95
95
create_simulator_script :
96
96
- 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
98
98
matrix :
99
99
- name : build_all_plugins_ipa
100
100
script :
Original file line number Diff line number Diff line change 1
1
name : e2e_example
2
2
description : Demonstrates how to use the e2e plugin.
3
+ version : 0.0.1
3
4
publish_to : ' none'
4
5
5
6
environment :
You can’t perform that action at this time.
0 commit comments