From 45600126e13b9d510f115524fa6f9e0701a7564d Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Fri, 14 Aug 2015 22:07:13 +0200 Subject: [PATCH] doc: updated sources/guide/packaging-ios-prerequisites.rst --- .../guide/packaging-ios-prerequisites.rst | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/sources/guide/packaging-ios-prerequisites.rst b/doc/sources/guide/packaging-ios-prerequisites.rst index fe4907b0b..4d4ff114b 100644 --- a/doc/sources/guide/packaging-ios-prerequisites.rst +++ b/doc/sources/guide/packaging-ios-prerequisites.rst @@ -5,9 +5,9 @@ IOS Prerequisites The following guide assumes: - * XCode 5.1 - * MacOSX 10.9 - + * XCode 5.1 or above + * MacOSX 10.9 or above + Your experience may vary with different versions. Getting started @@ -15,8 +15,7 @@ Getting started In order to submit any application to the iTunes store, you will need an `iOS Developer License `_. For -testing, you will need an actual device as kivy does not yet support the -iOS emulators that Apple supplies. +testing, you can use a physical device or the XCode iOS emulator. Please note that in order to test on the device, you need to register these devices and install your "provisioning profile" on them. Please refer to the @@ -28,8 +27,8 @@ Homebrew -------- We use the `Homebrew `_ package mananger for OSX to install -some of the dependencies and tools used by Kivy. It's a really helpful tool and -is an Open Source project hosted on +some of the dependencies and tools used by Kivy. It's a really helpful tool +and is an Open Source project hosted on `Github `_. Due to the nature of package management (complications with versions and @@ -49,11 +48,12 @@ If you still receive build errors, check your Homebrew is in a healthy state:: brew doctor -For further help, please refer to the `Homebrew wiki `_. - +For further help, please refer to the +`Homebrew wiki `_. + The last, final and desperate step to get things working might be to remove Homebrew altogether, get the lastest version, install that and then re-install the dependencies. - `How to Uninstall and Remove Homebrew for Mac OSX `_ - + `How to Uninstall and Remove Homebrew for Mac OSX + `_