You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update iOS version, add fallback to default version
Beautify code (using rubocop)
Fix missing cursor exceptions
Fix unknown type exception for generic types
Mimic static method constructor functionality (misses implementation when the method also throws an exception)
IMPROVEMENTS
Header root is automatically recognized for RoboPod project structures
Including CocoaTouch frameworks is now much easier. You just need to make sure the project folder of bro-gen and robovm (MobiDevelop fork) are at the same directory level. Then you can just use: include: [foundation, uikit]
If your header files are in the default location you only need to specify the filename in the headers section of the configuration file. For example: headers: [ABTest.h, BCTest.h]
Move templates to templates/ folder
Move license code into separate file (can be changed for customization)
FIXES
IMPROVEMENTS
include: [foundation, uikit]headerssection of the configuration file. For example:headers: [ABTest.h, BCTest.h]templates/folder