Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mindinventory/xcodetemplate
Xcode Project Template works as a time saver for developers, where they can put their reusable files and classes and create a template that they can use in any project while setting up, so they won't have to write everything again and again.
https://github.com/mindinventory/xcodetemplate
project-template swift5 xcode
Last synced: about 1 month ago
JSON representation
Xcode Project Template works as a time saver for developers, where they can put their reusable files and classes and create a template that they can use in any project while setting up, so they won't have to write everything again and again.
- Host: GitHub
- URL: https://github.com/mindinventory/xcodetemplate
- Owner: Mindinventory
- License: mit
- Created: 2021-10-27T11:03:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-10T09:28:30.000Z (about 3 years ago)
- Last Synced: 2023-03-04T22:49:41.739Z (almost 2 years ago)
- Topics: project-template, swift5, xcode
- Homepage: https://www.mindinventory.com/iphone-application-development.php
- Size: 26.4 KB
- Stars: 13
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Xcode Template
Xcode Template can be two types either file template or Project template. Let's see how the Project template will be configured and work.
Find and read more in detail on [MEDIUM](https://medium.com/mindful-engineering/create-custom-xcode-templates-908fdd14fbd8)# Project Template
A project template is nothing but a group of reusable files which will be created automatically when you select and configure your template as a project.# Set Up to Install the Project Template
Go to the path ~/Library/Developer/Xcode/ where you can create your own project template folder with the extension **.xctemplate** .
Add require Image files which will be useful while showing project template in Xcode panel and modified Info.plist file.
Find more on this over [MEDIUM](https://medium.com/mindful-engineering/create-custom-xcode-templates-908fdd14fbd8)Once you add the folder with images and info.plist file it will look like
[![Project-Template.png](https://i.postimg.cc/TwBw91dD/Project-Template.png)](https://postimg.cc/47bs4Jhf)
Now add the required folder and files to add to the project template and your folder for the Project template will be structured like below
[![1-CPs-GPeb-B6s-OO9-U3-Dt-GF33w.png](https://i.postimg.cc/PxjV8zZp/1-CPs-GPeb-B6s-OO9-U3-Dt-GF33w.png)](https://postimg.cc/ns3Gym3p)
Once you add this template in your Xcode from the pannel the final project will be created with the following files and folder
[![1-I-a0qs-J550fy-No-ZHc6r0vw.png](https://i.postimg.cc/9FY9WPXg/1-I-a0qs-J550fy-No-ZHc6r0vw.png)](https://postimg.cc/Yhj0RWWQ)
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.## License
Xcode Template is [MIT-licensed](/LICENSE).