Pronounced as objectify
| ɒbˈdʒɛktɪfʌɪ |
A gem which helps you use Java on iOS. It is a wrapper of J2ObjC tool by Google, which handles the most of routine actions. It turns your Java sources into an iOS framework ready to use in your iOS projects.
Not intended to be used as a library, but we are not the police to forbid you anything. Feel free to do whatever you want.
Install it as:
$ gem install objctify
- Go to your Java project dir
- Execute
objctify init
- Provide all necessary properties using
Objctifile
- Execute
objctify this
- ??????
- PROFIT! Use a generated project as a subproject or build and deliver as a framework
Bug reports and pull requests are welcome on GitHub at https://github.com/devexperts/objctify