Skip to content

aloalto/libspatialiteIOS

 
 

Repository files navigation

libspatialite-ios

A Makefile for automatically downloading and compiling libspatialite (including its dependencies SQLite, GEOS and PROJ.4) statically for iOS.

The resulting library is a "fat" library suitable for multiple architectures. This includes:

  • armv7 (iOS)
  • armv7s (iOS)
  • arm64 (iOS)
  • i386 (iOS Simulator)
  • x86_64 (iOS Simulator)

Requirements

Xcode 11 with Command Line Tools installed.

Installation

Simply run

git submodule init
git submodule update
export MACOSX_DEPLOYMENT_TARGET="10.14.1"
make

Making cocoapods package

TBD

About

libspatialite compiled for iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 64.5%
  • C++ 26.0%
  • Makefile 4.7%
  • Shell 2.9%
  • Roff 0.7%
  • HTML 0.6%
  • Other 0.6%