mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
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.
31 lines
928 B
Plaintext
31 lines
928 B
Plaintext
# This file tracks properties of this Flutter project.
|
|
# Used by Flutter tool to assess capabilities and perform upgrades etc.
|
|
#
|
|
# This file should be version controlled.
|
|
|
|
version:
|
|
revision: 610450523b20e59f42a908d6bc711a739e7d85e8
|
|
channel: master
|
|
|
|
project_type: app
|
|
|
|
# Tracks metadata for the flutter migrate command
|
|
migration:
|
|
platforms:
|
|
- platform: root
|
|
create_revision: 610450523b20e59f42a908d6bc711a739e7d85e8
|
|
base_revision: 610450523b20e59f42a908d6bc711a739e7d85e8
|
|
- platform: macos
|
|
create_revision: 610450523b20e59f42a908d6bc711a739e7d85e8
|
|
base_revision: 610450523b20e59f42a908d6bc711a739e7d85e8
|
|
|
|
# User provided section
|
|
|
|
# List of Local paths (relative to this file) that should be
|
|
# ignored by the migrate tool.
|
|
#
|
|
# Files that are not part of the templates will be ignored by default.
|
|
unmanaged_files:
|
|
- 'lib/main.dart'
|
|
- 'ios/Runner.xcodeproj/project.pbxproj'
|