From ff15d48f69cd7caf2c0fe635d4614b7758c0b64d Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Thu, 10 May 2018 17:55:09 +0200 Subject: iOS: Allow change of bundle identifier This patch allows users to set a bundle identifier, without opening Xcode (set as env. variable). If the env. variable is not set (like e.g. on Travis) it defaults to org.... Signed-off-by: Jan Iversen --- packaging/ios/README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'packaging/ios/README') diff --git a/packaging/ios/README b/packaging/ios/README index d12729d37..63a042e11 100644 --- a/packaging/ios/README +++ b/packaging/ios/README @@ -13,7 +13,8 @@ Follow the instruction in: and then continue here: 1) cd /packaging/ios -2) ./build.sh +2) export IOS_BUNDLE_PRODUCT_IDENTIFIER=".subsurface-divelog.subsurface-mobile" +3) ./build.sh note: this builds all dependencies and is only needed first time it currently build for armv7 arm64 and x86_64 (simulator) @@ -42,3 +43,7 @@ the hood) gets updated. Otherwise you will continue to see the old version number, even though the sources have been recompiled which can be very confusing. +Do a simply version update by running: +build.sh version +and then rebuilding in Qt Creator + -- cgit v1.2.3-70-g09d2