From e716cc358c1580836ebaeb36ca1bea93279a6e6a Mon Sep 17 00:00:00 2001 From: Ian Fischer Date: Wed, 24 Jun 2015 10:58:41 -0700 Subject: [PATCH] Updating with a link to the iOS build instructions --- HACKING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HACKING.md b/HACKING.md index 90b45578d72..a147d46ad67 100644 --- a/HACKING.md +++ b/HACKING.md @@ -10,6 +10,8 @@ The build directory will be `out/Debug` for Linux debug builds, and `out/Release` for Linux release builds. For Android builds, prefix `android_`, as in, `android_Debug`. +For Sky on iOS, you can try following these [experimental instructions](https://docs.google.com/document/d/1qm8Vvyz8Mngw6EsSg4FELQ7FOegjBJ5Itg9OBJGN5JM/edit#heading=h.ikz9bdwswdct). + Running applications --------------------