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

Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.1.0 to 2.3.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=kramdown&package-manager=bundler&previous-version=2.1.0&new-version=2.3.0)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [json](https://github.com/flori/json) from 2.2.0 to 2.3.1. Changelog Sourced from json's changelog. 2020-06-30 (2.3.1) Spelling and grammar fixes for comments. Pull request #191 by Josh Kline. Enhance generic JSON and #generate...

dependencies

The first run failed, but when run again with no changes it passed. My hypothesis is that OHHTTPStubs is not completely torn down cleanly, so when the tests are run...

Bumps [excon](https://github.com/excon/excon) from 0.67.0 to 0.71.0. Changelog *Sourced from [excon's changelog](https://github.com/excon/excon/blob/master/changelog.txt).* > 0.71.0 2019-12-12 > ================= > > fix for leftover data with interrupted persistent connections > > 0.70.0 2019-12-02...

dependencies

Moved all colors into new `Colors.xcassets` catalog. If built under iOS 13 SDK, fully supports dark mode. Once we are ready to force building under iOS 13 SDK, we can...

WIP

The template currently makes a lot of assumptions about app lifecycle that break if we support multi-window via UISceneDelegate: https://developer.apple.com/documentation/uikit/uiscenedelegate The hard part will be supporting iOS 12 backwards compatibility.

Instead of using a bash script AND cookiecutter, maybe we could simplify things a bit so it's not such a pain to work on the template: * https://github.com/yonaskolb/XcodeGen - generates...

We should migrate this project to Xcode 11 and resolve any new warnings.