Builds

Building the toolkit from scratch can be a lot of work. Even the Cocoapods version compiles a lot of code. If you just want a binary version, we’ve got that here.

We also provide the results of our BitRise.io continuous integration builds. Builds are run for iOS and Android on the main and development branches every time we commit.

If you’d like a good binary build, grab 3.3 or a latest version.

The iOS version is a binary framework you can import into your project. One of our tutorials discusses that in detail.

For Android, you can use the AAR and we discuss how in another tutorial.

Version 3.3

The official released version of WhirlyGlobe-Maply is 3.3. The downloads are as follows.

iOS 3.3 Xframework

Android 3.3 AAR

Latest Versions

The most recent development branch builds:

iOS Develop Xframework

Android Develop AAR

The most recent main branch builds:

iOS Main Xframework

Android Main AAR

Version 2

This is an older version of WhirlyGlobe-Maply, provided here for compatibility. The downloads are as follows.

iOS 2.5 framework

Android 2.6.2 AAR

Note: Cocoapods caches the file downloaded using the URL as cache key, so even though this file always contains the latest nighly build, you will have to clean the cache after the first dowload. For that, check the command pod cache clean -all