Releases: vokal/Cat2Cat
Swift 3 support
Updated to support Swift 3. This does not include any change to the templates used to generate the Swift code, but the sample project has been updated.
Swift 2 Support
Updated syntax to use Swift 2 syntax. If you need to continue to use Swift 1.x, please DO NOT update to this version.
Fix bug with path names with spaces in them
Merge pull request #21 from vokal-isaac/master Encode paths from parameters before using them with NSURL.
Constant struct for image names
This provides a workaround for #12 and other places where you need to access an image through means other than imageNamed
.
Fix silliness with Cocoapods trying to compile the file.
Note that the files will disappear from your .xcodeproj after this, but they will still be available in your actual filesystem.
This prevents warnings from Xcode about not being able to compile certain items.
Custom parameters
Thanks again to @vokal-isaac for his help getting this up: Now accepting custom parameters, and more tested!
Swift Support, better code generation
- Now supports Swift for both iOS and Mac!
- Code is now generated using
GRMustache
templates, making it easy to add new formats in the future.
Big thanks to @vokal-isaac for his work on this!
1.1.2: Merge pull request #8 from designatednerd/master
Post-merge updates
CocoaPods Support
Merge pull request #6 from designatednerd/master CocoaPods support
NSImage compatibility
Merge pull request #4 from designatednerd/master NSImage Support + Sample Mac App