UrbanApps / Armchair

A simple yet powerful App Review Manager for iOS and OSX in Swift
MIT License
1.2k stars 137 forks source link

Support for Prebuilt frameworks to use with Carthage #31

Closed johnnye closed 8 years ago

johnnye commented 8 years ago

It would be nice if for each tagged release you enabled pre built frameworks also - this would enable Carthage users to have faster build times.

See https://github.com/Carthage/Carthage#archive-prebuilt-frameworks-into-one-zip-file for details on how to implement this. (it's pretty easy)

coneybeare commented 8 years ago

I am not a Carthage user, but if you would like to package them up, test it, and submit a pull request, I would take a look and see about merging into master.

johnnye commented 8 years ago

Not much code to add I built these from the head of the master - but I think this is close to the 0.1.1 release.

johnnye commented 8 years ago

I'm closing this issue, it all seems 👍🏼.