This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 86
86
only_if : $CIRRUS_TAG == ''
87
87
use_compute_credits : $CIRRUS_USER_COLLABORATOR == 'true'
88
88
osx_instance :
89
- image : mojave-xcode-11.2.1 -flutter
89
+ image : mojave-xcode-11.3 -flutter
90
90
setup_script :
91
91
- pod repo update
92
92
upgrade_script :
98
98
activate_script : pub global activate flutter_plugin_tools
99
99
create_simulator_script :
100
100
- xcrun simctl list
101
- - xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-X com.apple.CoreSimulator.SimRuntime.iOS-13-2 | xargs xcrun simctl boot
101
+ - xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-X com.apple.CoreSimulator.SimRuntime.iOS-13-3 | xargs xcrun simctl boot
102
102
matrix :
103
103
- name : build_all_plugins_ipa
104
104
script :
@@ -133,7 +133,7 @@ task:
133
133
only_if : $CIRRUS_TAG == ''
134
134
use_compute_credits : $CIRRUS_USER_COLLABORATOR == 'true'
135
135
osx_instance :
136
- image : mojave-xcode-11.2.1 -flutter
136
+ image : mojave-xcode-11.3 -flutter
137
137
setup_script :
138
138
- pod repo update
139
139
- flutter config --enable-macos-desktop
You can’t perform that action at this time.
0 commit comments