From 8bdda79c1b02fe76656712ac736ce60e93def6fb Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Sat, 4 Aug 2018 10:43:27 -0400 Subject: [PATCH] Update iOS app store build script. --- build_ios.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_ios.sh b/build_ios.sh index ba51332a9..f2e1a497a 100755 --- a/build_ios.sh +++ b/build_ios.sh @@ -5,10 +5,10 @@ if [ ! -d /Volumes/RAMDisk ] ; then exit 1 fi #-- Set to my local installation -QMAKE=/Users/gus/Applications/Qt/5.7/ios/bin/qmake +QMAKE=/Users/gus/Applications/Qt/5.11.0/ios/bin/qmake #-- Using Travis variables as this will eventually live there SHADOW_BUILD_DIR=/Volumes/RAMDisk/build-qgroundcontrol-iOS-Release -TRAVIS_BUILD_DIR=/Users/gus/github/work/qgroundcontrol +TRAVIS_BUILD_DIR=/Users/gus/github/work/UpstreamQGC #-- Build it mkdir -p ${SHADOW_BUILD_DIR} && cd ${SHADOW_BUILD_DIR} && -- 2.22.0