No description
Find a file
2019-08-16 21:42:35 +02:00
imgs Updates header 2019-08-16 21:39:49 +02:00
Project Templates/Custom Initial commit 2019-08-16 21:37:16 +02:00
copy Initial commit 2019-08-16 21:37:16 +02:00
README.md Update README.md 2019-08-16 21:42:35 +02:00
symlink Initial commit 2019-08-16 21:37:16 +02:00

xctemplates

Opinionated templates for Xcode 11.

Installation

The project templates should be copied into the ~/Library/Developer/Xcode/Templates/Projcet\ Templates folder. You can do this by running the ./copy script. This will recursively copy the folders containing the project templates. Alternatively you can symlink the folders by running the ./symlink script.

Project Templates

Below is a brief description of the templates in this repository.

iOS Base

This is not an actual project template. It contains the base configuration for an iOS project an is inherited by other project templates.

iOS Minimalist

This is a minimalistic template for an iOS project. It configures the app to use scenes without storyboards.