1
0
mirror of https://github.com/flutter/samples.git synced 2026-07-08 18:13:21 +00:00

Update for 3.13 stable (#1992)

This commit is contained in:
Brett Morgan
2023-08-25 02:52:33 +10:00
committed by GitHub
parent f1fd4341ff
commit 7d169b4d98
82 changed files with 1141 additions and 819 deletions

View File

@@ -10,10 +10,7 @@ steps:
- windows
- name: Flutter recreate
flutter: create . --platforms android,ios,linux,macos,windows
- name: Strip DEVELOPMENT_TEAM
strip-lines-containing: DEVELOPMENT_TEAM =
path: ios/Runner.xcodeproj/project.pbxproj
- name: Build for iOS
flutter: build ios
flutter: build ios --simulator
- name: Build for macOS
flutter: build macos