From b20c19b4d02f390e9a2d0159d4101bade36166f6 Mon Sep 17 00:00:00 2001 From: Jon Maddox Date: Mon, 25 Mar 2013 12:34:57 -0400 Subject: [PATCH] explain where the app will be after being built --- ios/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ios/README.md b/ios/README.md index 6a4128c324..3a32f28fb5 100644 --- a/ios/README.md +++ b/ios/README.md @@ -64,6 +64,8 @@ script/build_app This will build the iOS app, codesign everything that needs to, and package it into a distributable IPA. +Once completed, you can find the IPA inside the `ios/build/Release-iphoneos` directory. + ## Cleaning If you want to wipe everything out and start from scratch, run: