mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
iOS build: add option to build.sh to only update version
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
31c005fa06
commit
87e05f4db8
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ echo "#define MOBILE_VERSION_STRING \"$MOBILEVERSION\"" >> subsurface-mobile/ssr
|
|||
# create Info.plist with the correct versions
|
||||
cat Info.plist.in | sed "s/@MOBILE_VERSION@/$MOBILEVERSION/;s/@CANONICAL_VERSION@/$CANONICALVERSION/" > Info.plist
|
||||
|
||||
if [ "$1" = "version" ] ; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Build Subsurface-mobile by default
|
||||
SUBSURFACE_MOBILE=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue