diff options
author | jan Iversen <jani@libreoffice.org> | 2018-05-10 17:55:09 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-05-10 20:40:45 -0700 |
commit | ff15d48f69cd7caf2c0fe635d4614b7758c0b64d (patch) | |
tree | 00bf1b6778cd4fc3488779f67e6cbb2314e6c9b2 /packaging/ios/README | |
parent | a1e9cce50a0017ee6c3389a971c2bb9188935861 (diff) | |
download | subsurface-ff15d48f69cd7caf2c0fe635d4614b7758c0b64d.tar.gz |
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 <jani@apache.org>
Diffstat (limited to 'packaging/ios/README')
-rw-r--r-- | packaging/ios/README | 7 |
1 files changed, 6 insertions, 1 deletions
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 <repo>/packaging/ios -2) ./build.sh +2) export IOS_BUNDLE_PRODUCT_IDENTIFIER="<your apple id>.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 + |