+ 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:
Andre Höpfner
2017-10-12 13:54:33 +02:00
committed by Emux
parent 5615604170
commit dfd3a7dcf6
8 changed files with 13 additions and 13 deletions

View File

@@ -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;

View File

@@ -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);