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

A `cookiecutter` template for iOS projects

Results 44 ios-template issues
Sort by recently updated
recently updated
newest added

Replace Color.swift with new Colors.xcassets resource file and generated enums. Include basic white/black colors to prep for iOS 13 support and use examples of the new color references in sample...

Could be nice to put a "Generated by ..." link that leads to this repository, at the very bottom of the README template, so that generated projects can link back...

Some things that come up fairly often in my own development and in code reviews (both things asked for but also missed which lead to confusion later) are if a...

Add a script that, after cloning the generated project repo, copies Rightpoint-wide or per-project file templates and code snippets onto developers' machines. Also #nth a way to remove them. A...

The `.swiftlint.yml` file needs to be updated to exclude the `vendor` folder because it contains some Swift files in the fastlane gem.

- [ ] Split the `# Contributing` section from README.md into a CONTRIBUTING.md file - [ ] Add a .github directory with at least a `PULL_REQUEST_TEMPLATE.md` which could include sections...

Currently we use a bare Ruby method `shared` to reuse common pod dependency declarations. There is a CocoaPods-native API to do this: [abstract_target](https://guides.cocoapods.org/syntax/podfile.html#abstract_target)

Each xcconfig sets e.g. `CODE_SIGN_IDENTITY_$(TARGET_NAME)` to the desired value and includes Global.xcconfig afterwards (at the end of the file in the template, with a comment about resolving the indirect variable)...

- [ ] Explode the `app/` directory into the parent directory - It's annoying to have some config files in root (circle, gemfile, dangerfile, codecov) and some in the app...