Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonbs/xctemplates
⚙️ Opinionated Xcode templates
https://github.com/simonbs/xctemplates
ios template templates xcode
Last synced: 2 months ago
JSON representation
⚙️ Opinionated Xcode templates
- Host: GitHub
- URL: https://github.com/simonbs/xctemplates
- Owner: simonbs
- Created: 2019-08-16T19:37:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T17:58:51.000Z (over 1 year ago)
- Last Synced: 2024-10-23T08:50:41.355Z (3 months ago)
- Topics: ios, template, templates, xcode
- Language: Shell
- Homepage:
- Size: 1.99 MB
- Stars: 101
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# xctemplates
Opinionated templates for Xcode 11.
## 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.
### Base
This is not an actual project template. It contains the base configuration for a multiplatform project that supports iOS, iPadOS, Mac Catalyst, and visionOS. The template is inherited by other project templates.
### Minimalist
This is a minimalistic template for a multiplatform project with the following configuration:
- Supports iOS, iPadOS, Mac Catalyst, and visionOS.
- Placeholder app icon.
- Uses scenes and no storyboards.
- Sets "App Uses Non-Exempt Encryption" to false.
- Adds a "Run SwiftLint" build phase.