mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-14 14:23:25 +01:00
Support for Prebuilt frameworks to use with Carthage #23
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @johnnye on GitHub (Dec 7, 2015).
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 on GitHub (Dec 9, 2015):
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 on GitHub (Dec 10, 2015):
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 on GitHub (Mar 16, 2016):
I'm closing this issue, it all seems 👍🏼.