mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
iOS: cleaned/bumped versions
Made versioning identical to scripts/build.sh Having the same version of 3rd party libraries across platforms secures a more stable product. Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
6019688b98
commit
1d5d7d0c47
1 changed files with 5 additions and 23 deletions
|
@ -45,28 +45,10 @@ fi
|
||||||
|
|
||||||
# Which versions are we building against?
|
# Which versions are we building against?
|
||||||
LIBXSLT_VERSION=1.1.28
|
LIBXSLT_VERSION=1.1.28
|
||||||
LIBZIP_VERSION=0.11.2
|
LIBZIP_VERSION=1.2.0
|
||||||
LIBGIT2_VERSION=0.26.0
|
LIBGIT2_VERSION=v0.26.0
|
||||||
|
# remark LIBXSLT are only used on this platform
|
||||||
# not on iOS so far, but kept here for completeness
|
# due to Apple not publizing the version included in iOS
|
||||||
LIBUSB_VERSION=1.0.19
|
|
||||||
LIBFTDI_VERSION=1.2
|
|
||||||
|
|
||||||
# NOTE: NOT IDENTICAL TO OTHER PLATFORMS
|
|
||||||
# in order not to make "technical version" bumps
|
|
||||||
# script/build.sh contains:
|
|
||||||
#
|
|
||||||
# CURRENT_LIBZIP="1.2.0" (very different)
|
|
||||||
# CURRENT_HIDAPI="hidapi-0.7.0" (not used)
|
|
||||||
# CURRENT_LIBCURL="curl-7_54_1" (not used)
|
|
||||||
# CURRENT_LIBUSB="v1.0.21" (different but not used)
|
|
||||||
# CURRENT_OPENSSL="OpenSSL_1_1_0f" (not used)
|
|
||||||
# CURRENT_LIBSSH2="libssh2-1.8.0" (not used)
|
|
||||||
# CURRENT_LIBGIT2="v0.26.0" (different, remark the v, which is the branch name)
|
|
||||||
#
|
|
||||||
# LIBXSLT are only used on this platform
|
|
||||||
#
|
|
||||||
|
|
||||||
|
|
||||||
# set up the Subsurface versions by hand
|
# set up the Subsurface versions by hand
|
||||||
GITVERSION=$(git describe --abbrev=12)
|
GITVERSION=$(git describe --abbrev=12)
|
||||||
|
@ -189,7 +171,7 @@ echo next building for $ARCH
|
||||||
fi
|
fi
|
||||||
pushd libgit2
|
pushd libgit2
|
||||||
git fetch origin
|
git fetch origin
|
||||||
if ! git checkout v$LIBGIT2_VERSION ; then
|
if ! git checkout $LIBGIT2_VERSION ; then
|
||||||
echo "Can't find the right tag in libgit2 - giving up"
|
echo "Can't find the right tag in libgit2 - giving up"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue