Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Releases: vokal/Cat2Cat

Swift 3 support

14 Nov 17:30
Compare
Choose a tag to compare

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

22 Oct 16:19
Compare
Choose a tag to compare

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

15 Jul 20:33
Compare
Choose a tag to compare
Merge pull request #21 from vokal-isaac/master

Encode paths from parameters before using them with NSURL.

Constant struct for image names

20 Mar 18:56
Compare
Choose a tag to compare

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.

10 Nov 18:27
Compare
Choose a tag to compare

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

31 Oct 22:30
Compare
Choose a tag to compare

Thanks again to @vokal-isaac for his help getting this up: Now accepting custom parameters, and more tested!

Swift Support, better code generation

30 Oct 16:59
Compare
Choose a tag to compare
  • 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

28 Jul 16:07
Compare
Choose a tag to compare

CocoaPods Support

06 Feb 02:52
Compare
Choose a tag to compare
Merge pull request #6 from designatednerd/master

CocoaPods support

NSImage compatibility

30 Jan 19:36
Compare
Choose a tag to compare
Merge pull request #4 from designatednerd/master

NSImage Support + Sample Mac App