provide link to instructions for building for iOS

Fixes #https://github.com/flutter/flutter/issues/3689
This commit is contained in:
Yegor 2016-05-03 07:32:14 -07:00
parent a0fd858c22
commit 6907cdcffd

View File

@ -92,6 +92,10 @@ If you're going to be debugging crashes in the engine, make sure you add
`android/AndroidManifest.xml` file for the Flutter app you are using
to test the engine.
### iOS
See [this wiki page](https://github.com/flutter/engine/wiki/Flutter-Apps-on-iOS).
### Desktop (Mac and Linux), for tests
* `gclient sync` to update your dependencies.