From 6907cdcffdc19df7cfbd381c02ae4acced61e81e Mon Sep 17 00:00:00 2001 From: Yegor Date: Tue, 3 May 2016 07:32:14 -0700 Subject: [PATCH] provide link to instructions for building for iOS Fixes #https://github.com/flutter/flutter/issues/3689 --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f797cc69e73..1182703623a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.