ios-scripts icon indicating copy to clipboard operation
ios-scripts copied to clipboard

A set of scripts to manage iOS projects

Results 12 ios-scripts issues
Sort by recently updated
recently updated
newest added

Added SwiftFormat to install and bootstrap Updated default xCode value to 10.1 Fixed a bug where the default values where not being set

For example, if the required version is 9.0, allow any developer to use any XCode version that came after that, like 9.2

Right now, for carthage version 0.20.1, the command `carthage version` returns more than just the version and so the comparison fails. The script should parse the entry and, I guess,...

After a rebase or a merge we should run `SKIP_BREW_FORMULA_UPDATE=1 script/boostrap`. Check hooks https://git-scm.com/docs/githooks

enhancement

In boostrap and test script we should check if gems are outdated and print a warning.

enhancement

It should create a bump the project's version and create a tag. If using carthage generate the zip files and upload them to a GitHub release draft. For cocoapods upload...

enhancement

If there is a .travis.yml file and the `travis` gem is available with you lint the .travis.yml before pushing. Also after bundler install all the required gems we you check...

enhancement

Sometime we only want to install the dependencies with the version that are resolved in `Cartfile.resolved` or `Podfile.lock` and we don't want to install homebrew formulas. ``` script/boostrap --only-install-dependencies script/boostrap...

enhancement
help wanted

Add an option to exclude custom folders in the coverage script.

enhancement
help wanted