Releases: MerginMaps/mobile-sdk
Releases · MerginMaps/mobile-sdk
arm64-ios-20240415-178
qt663 with cmake 3.39.0 (#111) qt663 with cmake 3.39.0
arm64-android-20240415-218
qt663 with cmake 3.39.0 (#111) qt663 with cmake 3.39.0
arm-android-20240415-218
qt663 with cmake 3.39.0 (#111) qt663 with cmake 3.39.0
x64-windows-20240405-223
Add missing files due to a rule in gitignore
x64-osx-20240405-195
Add missing files due to a rule in gitignore
x64-linux-20240405-176
Add missing files due to a rule in gitignore
arm64-ios-20240405-173
use older cmake on ios
arm64-android-20240405-212
Add missing files due to a rule in gitignore
arm-android-20240405-212
Add missing files due to a rule in gitignore
x64-windows-20240312-220
linux sdk fixes: qt6keychain, libkml, linking order (#108) qt6keychain on linux was using libsecret which had the issue that it was using system libsecret instead of the one from vcpkg, but we do not really need it anyway - and we can then also skip linking to Glib which was causing frequent crashes upon app start for me. app build was then failing when trying to link to libkml, which is not included in our build, so now it is explicitly disabled in gdal's portfile (should not be a problem because there's another KML driver for gdal/ogr that does not rely on libkml). the linking order for the sdk test was slightly incorrect for geos and minizip, giving me link errors (spatialite needs geos, freexl needs minizip)