1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-19 05:22:16 +00:00

[Material3] Add RunnerTests target for macOS (#1670)

In https://github.com/flutter/samples/pull/1615 updates were applied to
the Material 3 demo that included the updated macOS Podfile from the
macOS app template. However, the app template itself had recently been
updated to refer to a new target (RunnerTests) in the default Xcode
project template that allows for authoring tests of the bits of the
Flutter application implemented in Swift. This adds the missing
RunnerTests bits to the Xcode project file by copying those over from
the app template.
This commit is contained in:
Chris Bracken
2023-02-23 20:04:31 -08:00
committed by GitHub
parent 139c9efce9
commit d53a8ee93f
5 changed files with 250 additions and 18 deletions

View File

@@ -4,7 +4,7 @@
# This file should be version controlled.
version:
revision: 7e2d09f29b2f416b63fd6c4544a40d3aaa1ec423
revision: 610450523b20e59f42a908d6bc711a739e7d85e8
channel: master
project_type: app
@@ -13,23 +13,11 @@ project_type: app
migration:
platforms:
- platform: root
create_revision: 7e2d09f29b2f416b63fd6c4544a40d3aaa1ec423
base_revision: 7e2d09f29b2f416b63fd6c4544a40d3aaa1ec423
- platform: android
create_revision: 7e2d09f29b2f416b63fd6c4544a40d3aaa1ec423
base_revision: 7e2d09f29b2f416b63fd6c4544a40d3aaa1ec423
- platform: ios
create_revision: 7e2d09f29b2f416b63fd6c4544a40d3aaa1ec423
base_revision: 7e2d09f29b2f416b63fd6c4544a40d3aaa1ec423
create_revision: 610450523b20e59f42a908d6bc711a739e7d85e8
base_revision: 610450523b20e59f42a908d6bc711a739e7d85e8
- platform: macos
create_revision: 7e2d09f29b2f416b63fd6c4544a40d3aaa1ec423
base_revision: 7e2d09f29b2f416b63fd6c4544a40d3aaa1ec423
- platform: web
create_revision: 7e2d09f29b2f416b63fd6c4544a40d3aaa1ec423
base_revision: 7e2d09f29b2f416b63fd6c4544a40d3aaa1ec423
- platform: windows
create_revision: 7e2d09f29b2f416b63fd6c4544a40d3aaa1ec423
base_revision: 7e2d09f29b2f416b63fd6c4544a40d3aaa1ec423
create_revision: 610450523b20e59f42a908d6bc711a739e7d85e8
base_revision: 610450523b20e59f42a908d6bc711a739e7d85e8
# User provided section