aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2013-05-27 00:58:21 +0200
committerMemphiz <memphis@machzwo.de>2013-05-27 19:08:03 +0200
commit6896c70b119f0433630f7179d62b0a937b1f1d76 (patch)
tree3dec03b7e71e8b27ddcc952f1a88b336c7619bbd /docs
parent7baaca00ed01f1ca0f16df44e545a05b0740c899 (diff)
[doc] - updated READM.ios for using the merged xcode project
Diffstat (limited to 'docs')
-rw-r--r--docs/README.ios14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/README.ios b/docs/README.ios
index 9544cd0938..08da69c564 100644
--- a/docs/README.ios
+++ b/docs/README.ios
@@ -114,11 +114,11 @@ from the step 3.1.
-----------------------------------------------------------------------------
4.1 Using Xcode
-----------------------------------------------------------------------------
-Start XCode and open the XBMC project (XBMC-IOS.xcodeproj or XBMC-ATV2.xcodeproj)
+Start XCode and open the XBMC project (XBMC.xcodeproj)
located in $HOME/XBMC.
-There are two relevant build targets : Release and Debug. Compile always for device
-end not simulator.
+There are two relevant build configurations : Release and Debug. Compile always for device
+end not simulator and select the wanted target (either XBMC-iOS or XBMC-ATV2)
If you have selected a specific iOS SDK Version in step 3.1 then you might need
to adapt the active target to use the same iOS SDK version. Else build will fail
@@ -129,14 +129,14 @@ to adapt the active target to use the same iOS SDK version. Else build will fail
-----------------------------------------------------------------------------
$ cd $HOME/XBMC
- $ xcodebuild -project XBMC-IOS.xcodeproj -target XBMC -configuration Release build \
- ONLY_ACTIVE_ARCH=YES ARCHS=armv7 VALID_ARCHS=armv7 IPHONEOS_DEPLOYMENT_TARGET=4.1 \
+ $ xcodebuild -project XBMC.xcodeproj -target XBMC-iOS -configuration Release build \
+ ONLY_ACTIVE_ARCH=YES ARCHS=armv7 VALID_ARCHS=armv7 IPHONEOS_DEPLOYMENT_TARGET=4.2 \
SDKROOT=iphoneos4.2
or
- $ xcodebuild -project XBMC-ATV2.xcodeproj -target XBMC -configuration Release build \
- ONLY_ACTIVE_ARCH=YES ARCHS=armv7 VALID_ARCHS=armv7 IPHONEOS_DEPLOYMENT_TARGET=4.1 \
+ $ xcodebuild -project XBMC.xcodeproj -target XBMC-ATV2 -configuration Release build \
+ ONLY_ACTIVE_ARCH=YES ARCHS=armv7 VALID_ARCHS=armv7 IPHONEOS_DEPLOYMENT_TARGET=4.2 \
SDKROOT=iphoneos4.2
Make sure to set SDKROOT to the iOS SDK you want to use. This should be the same