diff --git a/Publish.md b/Publish.md index 658fae72..d7bc2fc3 100644 --- a/Publish.md +++ b/Publish.md @@ -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"