UrbanApps / Armchair

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

adding the archived framework to the ignore list. #32

Closed johnnye closed 8 years ago

johnnye commented 8 years ago

Reference issue #31. There isn't much code to add to to this pull request. Required is to do the following for each release.

carthage build --no-skip-current carthage archive Armchair

Upload the generated Armchair.framework.zip(attached to this PR) which contains the frameworks to the release in github.

Armchair.framework.zip

johnnye commented 8 years ago

A few things I didn't include that might be helpful.

Carthage install instructions https://github.com/Carthage/Carthage#installing-carthage or just brew install Carthage if you're only on Xcode 7.1+.

For a new release just drag the zip to the binaries section of the release. see screen shot below. screen shot 2015-12-10 at 10 47 51

coneybeare commented 8 years ago

merged and added file for 0.1.2 release. Please let me know if it all works well for you.