Skip to content

udoschneider/PaintCode4Cappuccino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

PaintCode2Cappuccino

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! :-)

Installation

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.

Usage

$ ./convert.sh MyObjCPaintCodeStyleKit.m > MyObjJPaintCodeStyleKit.j

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

Jan, 25th 2015: First version as part of an internal project

Credits

License

Code and documentation copyright 2015 Udo Schneider. Code released under the MIT license. Docs released under Creative Commons.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published