No description
Find a file
2024-01-13 03:57:17 +00:00
Project Templates/Custom Changes Base SDK to Automatic to enable visionOS App Store Connect submissions 2024-01-13 03:57:17 +00:00
copy Initial commit 2019-08-16 21:37:16 +02:00
README.md Renamed repository 2023-06-25 03:27:50 +01:00
symlink Initial commit 2019-08-16 21:37:16 +02:00

appleuniversal-xctemplates

Basic Universal (iOS, macOS, visionOS) UIKit-based templates for Xcode 11+. Swift & Objective-C.

Screenshot

https://hccdata.s3.amazonaws.com/gh_template.jpg

Installation

The project templates should be copied into the ~/Library/Developer/Xcode/Templates/Project\ 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.

Universal Base

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

Universal App (Basic)

This is a minimalistic template for a Universal project using the Mac Idiom on macOS, and targeting the latest OS. It configures the app to use scenes without storyboards, enables warnings-as-errors for both Swift & Objective-C, and prompts you for a class prefix.