From fa4dcfa5aaab437e56674bb4e77784ae0ee70d52 Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Wed, 13 Nov 2019 10:27:05 -0800 Subject: [PATCH 1/5] update cirrus to create ios simulator on 13.2 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index a3fc1382cc04..28d0d763c89e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -94,7 +94,7 @@ task: activate_script: pub global activate flutter_plugin_tools create_simulator_script: - xcrun simctl list - - xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-X com.apple.CoreSimulator.SimRuntime.iOS-12-2 | xargs xcrun simctl boot + - xcrun simctl create Flutter-iPhone com.apple.CoreSimulator.SimDeviceType.iPhone-X com.apple.CoreSimulator.SimRuntime.iOS-13-2 | xargs xcrun simctl boot matrix: - name: build_all_plugins_ipa script: From 09ff1cb749684bbd5c49f210d395f3918328e394 Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Wed, 13 Nov 2019 10:59:20 -0800 Subject: [PATCH 2/5] upgrade to xcode 11 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 28d0d763c89e..af37fc630c2f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -82,7 +82,7 @@ task: task: use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' osx_instance: - image: mojave-xcode-10.2-flutter + image: mojave-xcode-11.2.1-flutter setup_script: - pod repo update upgrade_script: From 1a5ca5e9f00660a70d038870f20e68f394b434dd Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Wed, 13 Nov 2019 11:22:06 -0800 Subject: [PATCH 3/5] update image --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index af37fc630c2f..932d5042105b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -82,7 +82,7 @@ task: task: use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' osx_instance: - image: mojave-xcode-11.2.1-flutter + image: mojave-flutter setup_script: - pod repo update upgrade_script: From d486b6c2d12f0534d6499745c2d1edb47d0fddd9 Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Wed, 13 Nov 2019 14:31:03 -0800 Subject: [PATCH 4/5] add version for e2e example app --- packages/e2e/example/pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/e2e/example/pubspec.yaml b/packages/e2e/example/pubspec.yaml index 456a62f2b36a..433fe782ad5e 100644 --- a/packages/e2e/example/pubspec.yaml +++ b/packages/e2e/example/pubspec.yaml @@ -1,5 +1,6 @@ name: e2e_example description: Demonstrates how to use the e2e plugin. +version: 0.0.1 publish_to: 'none' environment: From ccca7ba42515c81af1f6ea447f234f86ebcec974 Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Wed, 13 Nov 2019 16:06:55 -0800 Subject: [PATCH 5/5] Update .cirrus.yml --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 932d5042105b..af37fc630c2f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -82,7 +82,7 @@ task: task: use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' osx_instance: - image: mojave-flutter + image: mojave-xcode-11.2.1-flutter setup_script: - pod repo update upgrade_script: