From f0a849f4c701f511dd5af6d316aa8670344f9c8d Mon Sep 17 00:00:00 2001 From: Emux Date: Sun, 24 Jul 2016 11:42:52 +0300 Subject: [PATCH] Update Integration Guide documentation, #83 --- docs/Integration.md | 4 ++++ docs/ios.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/Integration.md b/docs/Integration.md index 73e45d56..7611afeb 100644 --- a/docs/Integration.md +++ b/docs/Integration.md @@ -21,6 +21,10 @@ compile 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-x86' compile 'com.caverock:androidsvg:1.2.2-beta-1' ``` +### iOS + +Detailed iOS instructions can be found [here](ios.md). + ### Java ```groovy compile 'org.mapsforge:vtm-gdx:[CURRENT-VERSION]' diff --git a/docs/ios.md b/docs/ios.md index 0fba68ab..f06cb4b0 100644 --- a/docs/ios.md +++ b/docs/ios.md @@ -1,4 +1,4 @@ -### Implementation example +### iOS implementation RoboVm needs the native libs / frameworks to create a build. Copy those files from `vtm-ios-0.6.0-SNAPSHOT-natives.jar` into a temp folder.