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

We have a linting rule that’s supposed to require curly quotes and apostrophes in localized strings. However, the latest SwiftGen template has `// swiftlint:disable all` at the top, which I...

I'm hitting a bug with fastlane where it can't build/run a test target because of the `TEST_HOST` setting value: ```sh Reason: Could not find test host for ServicesIntegration: TEST_HOST evaluates...

Do we still need these? - https://github.com/Rightpoint/TestTemplate - https://github.com/Rightpoint/ios-template-private

Xcode version: 10.2.1 **Description**: App built from template using Cookiecutter prompts creates app with incorrect company name in bundle identifier. App fails to install with error message: “Failed to install...

- [ ] add a Git commit template - [ ] add the JIRA ticket/name automation script from the [Git Workflow](https://rpo365.sharepoint.com/:w:/r/sites/RP-Practices/Shared%20Documents/Product%20Engineering/Development%20Guides/Git%20Workflow.docx?d=wfb5201b4c39947b5b5f20a98a2760033&csf=1&e=e3ni49) document to `.git/hooks/prepare-commit-msg`: ```sh #!/bin/bash PREPENDED_MSG=$(git rev-parse --abbrev-ref HEAD...

We recently added a workflow with a nightly trigger for a longer running set of tests. Great for UI tests, regression suites, API integration. Might be nice to have something...

At least this one [0] has a path interpolating `PODS_ROOT` without enclosing quotation marks, which will break for projects located at paths containing spaces. Audit to make sure all paths...

Currently the app coordinator launches the app with: ``` func start(animated: Bool, completion: VoidClosure?) { // Configure window/root view controller window.setRootViewController(rootController, animated: false, completion: { self.window.makeKeyAndVisible() // Spin off auth...

Replacing Hockey setup with AppCenter SDK and prep.

Remove keychain and set up Match to acquire certificate provisioning for the publishing org.