Skip to content

Commit

Permalink
Merge pull request #72 from Bennik2000/ios-app
Browse files Browse the repository at this point in the history
Add the iOS chapter to Publish.md
  • Loading branch information
Bennik2000 authored Oct 13, 2020
2 parents f9a37b0 + 9451b22 commit e1e249c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,11 @@

## iOS

TBD
- Open a terminal and execute `flutter clean ios` then execute `flutter build ios`
- Open the Runner project in Xcode
- In the menu go to `Product` -> `Scheme` and select "Runner"
- In the menu go to `Product` -> `Destination` and select "Generic iOS Device"
- Go to the properties of the Runner project. In the "General" page increase the version and build number.
- In the menu go to `Product`-> `Archive`. Wait until the build finishes and a window opens
- Click on "Validate App"
- Click on "Distribute App"

0 comments on commit e1e249c

Please sign in to comment.