aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/tvos/make-xbmc
blob: 439711c3ed65cb16febaedd0538e177e0b6d42f7 (plain)
1
2
3
4
5
6
7
8
9
WORKSPACE=${WORKSPACE:-$( cd $(dirname $0)/../../.. ; pwd -P )}
XBMC_PLATFORM_DIR=tvos
. $WORKSPACE/tools/buildsteps/defaultenv

cd $WORKSPACE/build;xcodebuild -configuration $Configuration -jobs $BUILDTHREADS \
  -parallelizeTargets \
  -target deb \
  SDKROOT=appletvos$SDK_VERSION XBMC_DEPENDS_ROOT=$XBMC_DEPENDS_ROOT \
  CODE_SIGNING_ALLOWED="NO"