From f8d63d5ab173da788c8157dd0664a7deb122ef72 Mon Sep 17 00:00:00 2001 From: oakes Date: Sun, 17 Aug 2014 13:51:11 -0400 Subject: [PATCH] Correct the iOS instructions --- TUTORIAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TUTORIAL.md b/TUTORIAL.md index f6a76d0..bc6a187 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -418,4 +418,4 @@ Note that this will only catch runtime errors, not compile errors such as misspe 3. Install Xcode from the Mac App Store. 4. Download and extract [the latest RoboVM](http://download.robovm.org/). 5. In Nightcode, click on the `ios` folder for your project in the sidebar. You should see a red-colored button called _RoboVM_. Click that, and find the folder you extracted the SDK to. -6. Click _Run_ and wait for the app to be built and run in the iOS simulator (the _Build_ button will send it to your device, but you need the certificates set up for that and may need to edit `ios/project.clj` to pass the appropriate values to RoboVM). +6. Click _Run_ and wait for the app to be built and run in the iOS simulator (the _Build_ button will build an ipa, but you need the certificates set up for that and may need to edit `ios/project.clj` to pass the appropriate values to RoboVM).