diff options
author | Stephan Diederich <stephan.diederich@gmail.com> | 2013-05-25 17:54:28 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2013-05-27 19:08:02 +0200 |
commit | 7baaca00ed01f1ca0f16df44e545a05b0740c899 (patch) | |
tree | 0ebcadd6c7dd63ab360e59a9e4fedd478db062a6 /tools/buildsteps | |
parent | dc95ca5f9c2a5bfd7eacfbbd011cc280cc6c8328 (diff) |
[jenkins] adjust build steps to point to iOS and ATV2 Target for using the new merged xcode project
Diffstat (limited to 'tools/buildsteps')
-rwxr-xr-x | tools/buildsteps/atv2/make-xbmc | 2 | ||||
-rwxr-xr-x | tools/buildsteps/ios/make-xbmc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/buildsteps/atv2/make-xbmc b/tools/buildsteps/atv2/make-xbmc index 5a68e3d206..d565cbcb35 100755 --- a/tools/buildsteps/atv2/make-xbmc +++ b/tools/buildsteps/atv2/make-xbmc @@ -3,6 +3,6 @@ XBMC_PLATFORM_DIR=atv2 . $WORKSPACE/tools/buildsteps/defaultenv cd $WORKSPACE;make -j$BUILDTHREADS xcode_depends -cd $WORKSPACE;xcodebuild -project XBMC-ATV2.xcodeproj -target XBMC -configuration $Configuration build \ +cd $WORKSPACE;xcodebuild -project XBMC.xcodeproj -target XBMC-ATV2 -configuration $Configuration build \ ONLY_ACTIVE_ARCH=YES ARCHS=armv7 VALID_ARCHS=armv7 IPHONEOS_DEPLOYMENT_TARGET=4.2 \ SDKROOT=iphoneos$SDK_VERSION XBMC_DEPENDS_ROOT=$XBMC_DEPENDS_ROOT diff --git a/tools/buildsteps/ios/make-xbmc b/tools/buildsteps/ios/make-xbmc index 407c19f02a..0106ebe4b2 100755 --- a/tools/buildsteps/ios/make-xbmc +++ b/tools/buildsteps/ios/make-xbmc @@ -3,7 +3,7 @@ XBMC_PLATFORM_DIR=ios . $WORKSPACE/tools/buildsteps/defaultenv cd $WORKSPACE;make -j$BUILDTHREADS xcode_depends -cd $WORKSPACE;xcodebuild -project XBMC-IOS.xcodeproj -target XBMC -configuration $Configuration build \ +cd $WORKSPACE;xcodebuild -project XBMC.xcodeproj -target XBMC-iOS -configuration $Configuration build \ ONLY_ACTIVE_ARCH=YES ARCHS=armv7 VALID_ARCHS=armv7 IPHONEOS_DEPLOYMENT_TARGET=4.2 \ SDKROOT=iphoneos$SDK_VERSION XBMC_DEPENDS_ROOT=$XBMC_DEPENDS_ROOT |