BlueRiverInteractive / robovm-ios-bindings

[Deprecated] New bindings: https://github.com/robovm/robovm-robopods. A collection of third party bindings for RoboVM iOS
Apache License 2.0
162 stars 101 forks source link

Chartboost binding doesn't match library #104

Closed obigu closed 10 years ago

obigu commented 10 years ago

Chartboost bindings don't match the Chartboost framework version included in the project (5.0.2).

Chartboost changed several things from 5.0.0 like the fact that all calls are static now, location is now mandatory or added video support. The current bindings are the old ones for the 4.X version.

It looks as if the changes were done but may have slipped on the last update as the robovm.xml matches the library.

If that's not the case and the bindings have not been done I volunteer to do them, can you please confirm @BlueRiverInteractive?

obigu commented 10 years ago

PR https://github.com/BlueRiverInteractive/robovm-ios-bindings/pull/106 created