+ update SVGgh to version 1.9.2 with iOS 11 compatibility (#426)
+ update RoboVM to version 2.3.2 with iOS 11 compatibility with InteliJ-PlugIn Version 2.3.3-SNAPSHOT and compatibility with Xcode 9.0
This commit is contained in:
parent
5615604170
commit
dfd3a7dcf6
@ -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'
|
||||
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.2'
|
||||
}
|
||||
}
|
||||
|
||||
@ -16,7 +16,7 @@ sourceSets.main.java.srcDirs = ["src/"]
|
||||
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
||||
|
||||
ext {
|
||||
roboVMVersion = "2.3.1"
|
||||
roboVMVersion = "2.3.2"
|
||||
}
|
||||
|
||||
launchIPhoneSimulator.dependsOn build
|
||||
|
@ -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'
|
||||
classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.2'
|
||||
}
|
||||
}
|
||||
|
||||
@ -17,7 +17,7 @@ sourceSets.main.java.srcDirs = ["src/"]
|
||||
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
||||
|
||||
ext {
|
||||
roboVMVersion = "2.3.1"
|
||||
roboVMVersion = "2.3.2"
|
||||
}
|
||||
|
||||
launchIPhoneSimulator.dependsOn build
|
||||
|
Binary file not shown.
@ -81,7 +81,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
-(CGFloat) opacity;
|
||||
|
||||
/*! @brief opacity is dependent (via inheritence) as you descend an SVG Document. This opacity is the place to keep track of updated opacity.
|
||||
* @param the current opacity (defaults to 1.0)
|
||||
* @param opacity the current opacity (defaults to 1.0)
|
||||
*/
|
||||
-(void) setOpacity:(CGFloat)opacity;
|
||||
|
||||
|
@ -49,4 +49,4 @@
|
||||
|
||||
/*! \brief Because views and buttons are dynamically instantiated from Storyboards and Nibs, code for their classes might not link in from a static library. Thus this method to make sure the class gets called at least once from code.
|
||||
*/
|
||||
void MakeSureSVGghLinks();
|
||||
void MakeSureSVGghLinks(void);
|
||||
|
Binary file not shown.
Binary file not shown.
@ -34,7 +34,7 @@
|
||||
</data>
|
||||
<key>Headers/SVGContext.h</key>
|
||||
<data>
|
||||
fYKblLtFBEOZBWKITmzeqxkB3wA=
|
||||
nipDZcSdfdoY/A8ur+tBBZ0/+6w=
|
||||
</data>
|
||||
<key>Headers/SVGDocumentView.h</key>
|
||||
<data>
|
||||
@ -66,7 +66,7 @@
|
||||
</data>
|
||||
<key>Headers/SVGgh.h</key>
|
||||
<data>
|
||||
FhA5aS1gL+U2oztDy+ZAYAMbsQY=
|
||||
cvRfO1GOHm6DU0yYwNOiyIVoduk=
|
||||
</data>
|
||||
<key>Headers/SVGghLoader.h</key>
|
||||
<data>
|
||||
@ -78,7 +78,7 @@
|
||||
</data>
|
||||
<key>Info.plist</key>
|
||||
<data>
|
||||
Ekf8hDNYwrf/YAzxlZyyfB58pCE=
|
||||
mQCRU5XiOhj4nuJmB5nqUsBIgCw=
|
||||
</data>
|
||||
<key>Modules/module.modulemap</key>
|
||||
<data>
|
||||
@ -168,11 +168,11 @@
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
fYKblLtFBEOZBWKITmzeqxkB3wA=
|
||||
nipDZcSdfdoY/A8ur+tBBZ0/+6w=
|
||||
</data>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
7BISlxYEV6x9kQFS15ufHja8Q+26HD5NjXYaTDJyIEI=
|
||||
vBXhqJbZ8dvTNO4WmhY8Fa+mEQ1CXgCeY2t8BK9GdEM=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Headers/SVGDocumentView.h</key>
|
||||
@ -256,11 +256,11 @@
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
FhA5aS1gL+U2oztDy+ZAYAMbsQY=
|
||||
cvRfO1GOHm6DU0yYwNOiyIVoduk=
|
||||
</data>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
K7FvEVgrwXFf8fYXUC1Z28mYShSPC2GIrNE0Q4jvPMs=
|
||||
XU2bmBHIVDePmIgujoxVNix2qbEhCI7bmzLLm2UoioA=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Headers/SVGghLoader.h</key>
|
||||
|
Loading…
x
Reference in New Issue
Block a user