d8e7cfb237
- Created AppInfo.xcconfig, Debug.xcconfig, Release.xcconfig, and Warnings.xcconfig for macOS Runner target. - Added entitlements files for DebugProfile and Release configurations to enable app sandboxing. - Implemented Info.plist for application metadata and MainFlutterWindow.swift for window management. - Added unit tests in RunnerTests.swift and widget tests in widget_test.dart. - Updated pubspec.lock and pubspec.yaml to include flutter_lints and updated dependencies. - Enhanced verify_aot_patch.dart for better AOT patching support and added utility functions. - Included web assets: favicon, icons, index.html, and manifest.json for web deployment. Signed-off-by: Tony <tonylu@tony-cloud.com>
40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
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 and should not be manually edited.
|
|
|
|
version:
|
|
revision: "9754ce03d76fb06c23a72ddbd8b7137bfa85446c"
|
|
channel: "[user-branch]"
|
|
|
|
project_type: app
|
|
|
|
# Tracks metadata for the flutter migrate command
|
|
migration:
|
|
platforms:
|
|
- platform: root
|
|
create_revision: 9754ce03d76fb06c23a72ddbd8b7137bfa85446c
|
|
base_revision: 9754ce03d76fb06c23a72ddbd8b7137bfa85446c
|
|
- platform: android
|
|
create_revision: 9754ce03d76fb06c23a72ddbd8b7137bfa85446c
|
|
base_revision: 9754ce03d76fb06c23a72ddbd8b7137bfa85446c
|
|
- platform: ios
|
|
create_revision: 9754ce03d76fb06c23a72ddbd8b7137bfa85446c
|
|
base_revision: 9754ce03d76fb06c23a72ddbd8b7137bfa85446c
|
|
- platform: macos
|
|
create_revision: 9754ce03d76fb06c23a72ddbd8b7137bfa85446c
|
|
base_revision: 9754ce03d76fb06c23a72ddbd8b7137bfa85446c
|
|
- platform: web
|
|
create_revision: 9754ce03d76fb06c23a72ddbd8b7137bfa85446c
|
|
base_revision: 9754ce03d76fb06c23a72ddbd8b7137bfa85446c
|
|
|
|
# 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'
|