Files
shorebird-workspace/.gitignore
T
Tony d8e7cfb237 Add macOS configuration files and implement license flavor patching
- 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>
2026-06-25 01:59:41 +08:00

29 lines
399 B
Plaintext

# Platform/generated checkout metadata.
.gclient
.gclient_entries
.gclient_previous_*
.gcs_entries
.cipd/
buildtools/
engine/
sdk/
# Root scratch output.
build_log*.txt
build_patched_sdk.*
compare_tool.dart
test_bytecode.dart
*.log
# Local agent state.
.agents/
# Dart/Flutter build output in root-owned test fixtures.
**/.dart_tool/
**/build/
# Local editor/OS files.
.DS_Store
.idea/
.vscode/