Add some build notes for iOS
This commit is contained in:
parent
86395febb5
commit
f77bf079cf
10
BUILD.md
10
BUILD.md
|
@ -64,3 +64,13 @@ This will create a `root` directory will all the various apks (arm32, arm64, i32
|
|||
|
||||
- On Windows, clone the repo with Unix line endings: `git clone ... --config core.autocrlf=input`
|
||||
- The builder image is a ~3GB download and 7GB uncompressed.
|
||||
|
||||
## iOS
|
||||
|
||||
- pod install
|
||||
- change bundle identifier / set signing profile
|
||||
- Increase min OS version to 12.1
|
||||
- Runner/General/Deployment Info
|
||||
- Runner/Flutter/AppFramework.info
|
||||
- Pods
|
||||
|
||||
|
|
Loading…
Reference in New Issue