diff --git a/vtm-ios-example/build.gradle b/vtm-ios-example/build.gradle index c90cf4b0..b3f32a16 100644 --- a/vtm-ios-example/build.gradle +++ b/vtm-ios-example/build.gradle @@ -4,7 +4,7 @@ buildscript { maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } } dependencies { - classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.1-SNAPSHOT' + classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.1' } } @@ -16,7 +16,7 @@ sourceSets.main.java.srcDirs = ["src/"] [compileJava, compileTestJava]*.options*.encoding = 'UTF-8' ext { - roboVMVersion = "2.3.0" + roboVMVersion = "2.3.1" } launchIPhoneSimulator.dependsOn build diff --git a/vtm-ios-example/src/org/oscim/ios/test/ExampleLauncher.java b/vtm-ios-example/src/org/oscim/ios/test/ExampleLauncher.java index 964d985a..558f7c2a 100644 --- a/vtm-ios-example/src/org/oscim/ios/test/ExampleLauncher.java +++ b/vtm-ios-example/src/org/oscim/ios/test/ExampleLauncher.java @@ -38,8 +38,8 @@ public class ExampleLauncher extends IOSApplication.Delegate { float scale = (float) (getIosVersion() >= 8 ? UIScreen.getMainScreen().getNativeScale() : UIScreen.getMainScreen().getScale()); CanvasAdapter.dpi *= scale; -// IOSMapApp iosMapApp = new IOSMapApp(); - IOSLineTexTest iosMapApp = new IOSLineTexTest(); + IOSMapApp iosMapApp = new IOSMapApp(); +// IOSLineTexTest iosMapApp = new IOSLineTexTest(); // IOSMapAppCluster iosMapApp = new IOSMapAppCluster(); diff --git a/vtm-ios/build.gradle b/vtm-ios/build.gradle index b9480167..de7b8405 100644 --- a/vtm-ios/build.gradle +++ b/vtm-ios/build.gradle @@ -4,7 +4,7 @@ buildscript { maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } } dependencies { - classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.1-SNAPSHOT' + classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.1' } } @@ -17,7 +17,7 @@ sourceSets.main.java.srcDirs = ["src/"] [compileJava, compileTestJava]*.options*.encoding = 'UTF-8' ext { - roboVMVersion = "2.3.0" + roboVMVersion = "2.3.1" } launchIPhoneSimulator.dependsOn build diff --git a/vtm-ios/natives/SVGgh.framework.dSYM/Contents/Resources/DWARF/SVGgh b/vtm-ios/natives/SVGgh.framework.dSYM/Contents/Resources/DWARF/SVGgh index 14b35d0d..ef336aba 100644 Binary files a/vtm-ios/natives/SVGgh.framework.dSYM/Contents/Resources/DWARF/SVGgh and b/vtm-ios/natives/SVGgh.framework.dSYM/Contents/Resources/DWARF/SVGgh differ diff --git a/vtm-ios/natives/SVGgh.framework/Info.plist b/vtm-ios/natives/SVGgh.framework/Info.plist index 037612b7..ee60fb86 100644 Binary files a/vtm-ios/natives/SVGgh.framework/Info.plist and b/vtm-ios/natives/SVGgh.framework/Info.plist differ diff --git a/vtm-ios/natives/SVGgh.framework/SVGgh b/vtm-ios/natives/SVGgh.framework/SVGgh index 2805e546..277a5163 100755 Binary files a/vtm-ios/natives/SVGgh.framework/SVGgh and b/vtm-ios/natives/SVGgh.framework/SVGgh differ