jfahrenkrug / XcodeTemplates

Custom Xcode Templates for fun and profit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcode Templates

Xcode 11 doesn't include any iOS Project Templates anymore that are compatible with iOS 12 and below. The Single View App (pre iOS 13).xctemplate in this repo fixes that. So far it simples gives you back the old template that works on both iOS 12 (and below), and on iOS 13 but without the new UIScene API.

In an update I want to make this compatible both with iOS 12 and the new iOS 13 UIScene API, using the steps outlined here.

Installation

  1. If it does not yet exist create a Project Templates/Custom folder:

     $ mkdir -p ~/Library/Developer/Xcode/Templates/Project\ Templates/Custom
    
  2. Copy Single View App (pre iOS 13).xctemplate into that new Custom folder:

     $ cp -r "Single View App (pre iOS 13).xctemplate" ~/Library/Developer/Xcode/Templates/Project\ Templates/Custom
    
  3. The new template will now appear in Xcode's project template browser under Custom when you create a new project.

Custom Project template

Thanks

Thank you for these fine individuals for sharing their knowledge:

About

Custom Xcode Templates for fun and profit.