PaintCode2Cappuccino is a simple shell script (with some sed/perl) magic which "transpiles" Objective-C StyeKit files generated by PaintCode into Objective-J/Cappuccino files.
Some of the generated files might need some manual changes afterwards. But most don't! :-)
Clone this repository and copy StyleKitMock.j
into you Cappuccino app directory. StyleKitMock.l
contains some methods/classes which might be used by the code generated by PaintCode.
$ ./convert.sh MyObjCPaintCodeStyleKit.m > MyObjJPaintCodeStyleKit.j
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Jan, 25th 2015: First version as part of an internal project
- Udo Schneider: Initial version
Code and documentation copyright 2015 Udo Schneider. Code released under the MIT license. Docs released under Creative Commons.