Skip to content

steventroughtonsmith/catalyst-xctemplates

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 3 commits ahead, 1 commit behind simonbs:main.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

catalyst-xctemplates

Basic Mac Catalyst templates for Xcode 11+. Swift & Objective-C.

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.

Catalyst Base

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

Catalyst App (Basic)

This is a minimalistic template for a Mac Catalyst project using the Mac Idiom and targeting macOS 11. 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.

About

Xcode templates for Mac Catalyst development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%