Releases: guidomb/ios-scripts
Releases · guidomb/ios-scripts
The bots are comming!
Changelog
- Adds
DISABLE_BOOTSTRAP_HOOKSenv variable. - Fixes bug when parsing Carthage sem version.
- Uses
Cartfile.resolvedto check if project uses Carthage #21 (thanks @hzalaz) - Parameter to enable/disable podspec lint #23 (thanks @hzalaz)
- Adds script to
script/common/install_carthageto manually install carthage. - Adds SwiftLint support.
- Adds linterbot support.
- Removes support for CircleCI.
- Removes brew from main bootstrap script.
v0.2.0: Cache those binaries
Features
- Support for OS X schemes #14 (thanks @hzalaz)
- Option to force carthage to build dependencies #19 (thanks @hzalaz)
- Scripts use CarthageCache if available
v0.1.0: Lets start building
Known issues
- Although Carthage is being installed from GitHub releases instead of Homebrew and that we are using version
0.9.2we cannot drop de dev certificates in CI yet because there are bugs.