Skip to content

Commit

Permalink
Update iOS docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Khen Solomon Lethil committed Dec 14, 2021
1 parent 65d4ba3 commit 7867a4b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions TOOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,26 @@ flutter build apk --split-per-abi --release

## flutter: build iOS

As of firebase `platform :ios, '10.0'` need to set in *Podfile*.

- Runner->Project->Configurations

```sh
Debug
Runner: Generated
Runner: Pods-Runner.debug
Release
Runner: Generated
Runner: Pods-Runner.Release
Profile
Runner: Generated
Runner: Pods-Runner.Profile
```

- Runner->Project->Localizations

Add English, Burmese and Norwegian

```sh
...
```
Expand Down

0 comments on commit 7867a4b

Please sign in to comment.