aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2015-02-10 16:17:35 +0100
committerMemphiz <memphis@machzwo.de>2015-02-12 00:56:38 +0100
commit064e04ba66b9012cadfeeb0c22de544b3407132d (patch)
treee1703ecd7a1b7b4b7d7781f571d644964ef0df85 /tools/buildsteps
parent8e123afce04a90c3cf4568e2a2e57bcb81d9ae99 (diff)
[jenkins/ios] - don't overwrite deployment target but use what is defined in xcconfig
Diffstat (limited to 'tools/buildsteps')
-rwxr-xr-xtools/buildsteps/atv2/make-xbmc2
-rwxr-xr-xtools/buildsteps/ios/make-xbmc2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/buildsteps/atv2/make-xbmc b/tools/buildsteps/atv2/make-xbmc
index 5b8bb111f7..2368622cc3 100755
--- a/tools/buildsteps/atv2/make-xbmc
+++ b/tools/buildsteps/atv2/make-xbmc
@@ -4,5 +4,5 @@ XBMC_PLATFORM_DIR=atv2
cd $WORKSPACE;make -j$BUILDTHREADS xcode_depends
cd $WORKSPACE;xcodebuild -project Kodi.xcodeproj -target Kodi-ATV2 -configuration $Configuration build \
- ONLY_ACTIVE_ARCH=YES ARCHS=armv7 VALID_ARCHS=armv7 IPHONEOS_DEPLOYMENT_TARGET=4.2 \
+ ONLY_ACTIVE_ARCH=YES ARCHS=armv7 VALID_ARCHS=armv7 \
SDKROOT=iphoneos$SDK_VERSION XBMC_DEPENDS_ROOT=$XBMC_DEPENDS_ROOT CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
diff --git a/tools/buildsteps/ios/make-xbmc b/tools/buildsteps/ios/make-xbmc
index 90003383bc..6f1e7dc242 100755
--- a/tools/buildsteps/ios/make-xbmc
+++ b/tools/buildsteps/ios/make-xbmc
@@ -4,6 +4,6 @@ XBMC_PLATFORM_DIR=ios
cd $WORKSPACE;make -j$BUILDTHREADS xcode_depends
cd $WORKSPACE;xcodebuild -project Kodi.xcodeproj -target Kodi-iOS -configuration $Configuration build \
- ONLY_ACTIVE_ARCH=YES ARCHS=armv7 VALID_ARCHS=armv7 IPHONEOS_DEPLOYMENT_TARGET=4.2 \
+ ONLY_ACTIVE_ARCH=YES ARCHS=armv7 VALID_ARCHS=armv7 \
SDKROOT=iphoneos$SDK_VERSION XBMC_DEPENDS_ROOT=$XBMC_DEPENDS_ROOT CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO