diff --git a/build_ios.sh b/build_ios.sh index eb5220b099e25cdc6ff93795fd43d49ffc2e5b05..fb91a27b005af267ee3329575f2be7192a6da4a1 100755 --- a/build_ios.sh +++ b/build_ios.sh @@ -12,5 +12,5 @@ TRAVIS_BUILD_DIR=/Users/gus/github/work/qgroundcontrol #-- Build it mkdir -p ${SHADOW_BUILD_DIR} && cd ${SHADOW_BUILD_DIR} && -${QMAKE} -r ${TRAVIS_BUILD_DIR}/qgroundcontrol.pro CONFIG+=WarningsAsErrorsOn CONFIG-=debug_and_release CONFIG+=release CONFIG+=ForAppStore && -xcodebuild -configuration Release -xcconfig ${TRAVIS_BUILD_DIR}/ios/qgroundcontrol_appstore.xcconfig +${QMAKE} -r ${TRAVIS_BUILD_DIR}/qgroundcontrol.pro CONFIG+=WarningsAsErrorsOn CONFIG-=debug_and_release CONFIG+=release CONFIG+=ForAppStore # && +# xcodebuild -configuration Release -xcconfig ${TRAVIS_BUILD_DIR}/ios/qgroundcontrol_appstore.xcconfig diff --git a/ios/iOSForAppStore-Info-Source.plist b/ios/iOSForAppStore-Info-Source.plist index 5a637b71f1dc98f10a301e2a9155e7feac6072be..130e469f58a23086a86654d2bb164bd5d0fa0c92 100644 --- a/ios/iOSForAppStore-Info-Source.plist +++ b/ios/iOSForAppStore-Info-Source.plist @@ -1,15 +1,21 @@ - + CFBundleDisplayName QGroundControl + CFBundleDevelopmentRegion + en CFBundleExecutable - qgroundcontrol + $(EXECUTABLE_NAME) NSHumanReadableCopyright Open Source Flight Systems GmbH CFBundleIconFile + UIRequiredDeviceCapabilities + + armv7 + CFBundleIcons CFBundlePrimaryIcon @@ -56,7 +62,7 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - QGroundControl + $(PRODUCT_NAME) CFBundlePackageType APPL CFBundleShortVersionString diff --git a/ios/qgroundcontrol_appstore.xcconfig b/ios/qgroundcontrol_appstore.xcconfig index 621a2455c1053a706b0687b505f99256ceaa3cb4..f4b31d807f40cf50b18c89810b1d141754568af9 100644 --- a/ios/qgroundcontrol_appstore.xcconfig +++ b/ios/qgroundcontrol_appstore.xcconfig @@ -1,5 +1,5 @@ CODE_SIGN_IDENTITY = "iPhone Distribution"; -PROVISIONING_PROFILE = f22bae36-10c2-4fd8-b6f1-c83e47765614; +#PROVISIONING_PROFILE = f22bae36-10c2-4fd8-b6f1-c83e47765614; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_EMPTY_BODY = YES;