Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philippeweidmann/xcodetemplates
Simple Xcode templates to improve your workflow.
https://github.com/philippeweidmann/xcodetemplates
apple swift swiftui xcode
Last synced: about 3 hours ago
JSON representation
Simple Xcode templates to improve your workflow.
- Host: GitHub
- URL: https://github.com/philippeweidmann/xcodetemplates
- Owner: PhilippeWeidmann
- License: apache-2.0
- Created: 2024-08-25T19:58:15.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-07T13:39:43.000Z (about 1 month ago)
- Last Synced: 2024-10-11T22:42:46.546Z (26 days ago)
- Topics: apple, swift, swiftui, xcode
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Xcode Templates
Simple Xcode templates to improve your workflow.
The templates are displayed alongside Apple ones in the new file menu.## Installation
1. Copy the `.xctemplate` you want to (you may need to create the folder named `Templates`):
`~/Library/Developer/Xcode/Templates//`
(`` can be anything. Default category names are: `Source`, `User Interface`, `Core Data`, `Resource`, `Documentation`, `Playground`, `Other`)
2. Restart your Xcode
3. You are all set! 🚀## Templates
### User Interface
* [SwiftUI ViewModifier](User%20Interface/SwiftUI%20ViewModifier.xctemplate)
* [SwiftUI EnvironmentValue](User%20Interface/SwiftUI%20EnvironmentValue.xctemplate)## Contribute
Anyone is welcome to contribute! Please share your templates with a PR.