This plugin is required by other plugins.
Just reference it in your game, there's nothing else to do.
However you can use the tools it provides for your own plugins or in your xCode projects.
Here's how to use it for your iOS plugins/projects:
- Include the jpiOSTools.h file (provided in the additional files)
- Use the functions it provides:
- + (UIViewController*)getMainViewController; //Return the main view controller of the ShiVa iOS application
- + (UIView*)getMainView; //Return the main view of the ShiVa iOS application (containing the game rendering).