cparnot / ASCIImage

Create UIImage / NSImage instances with NSString and ASCII art
MIT License
1.52k stars 76 forks source link

OS X Framework #14

Open mchakravarty opened 9 years ago

mchakravarty commented 9 years ago

This pull requests adds a new target that builds ASCIImage as a framework for OS X. This is useful to use tools like Carthage https://github.com/Carthage/Carthage to pull it into a project.

I renamed the two app targets, to be able to use the plain ASCIImage for the framework name.

cparnot commented 9 years ago

@mchakravarty Sorry I am just seeing your pull request. I should get email notifications for those, but for some reason, I have not. Damn. Anyway, I need to first pull in PR #13, then see if it can be merged with this one. @esttorhe had also expressed interest in adding Carthage support.

cparnot commented 9 years ago

@mchakravarty Could you see if all works fine for you if you merge with the new master, which now includes PR #13 ?

mchakravarty commented 9 years ago

@cparnot I had the same problem as you. I assumed I would get an email notification when you respond, but I didn't (need to check my GitHub settings, I guess). I'll have a look at the new master.

cparnot commented 9 years ago

@mchakravarty Great, thanks!