Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugene-software/xcode-templates
Xcode Templates
https://github.com/eugene-software/xcode-templates
Last synced: about 2 months ago
JSON representation
Xcode Templates
- Host: GitHub
- URL: https://github.com/eugene-software/xcode-templates
- Owner: eugene-software
- Created: 2024-06-14T14:39:16.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-18T10:03:46.000Z (7 months ago)
- Last Synced: 2024-06-18T11:27:03.541Z (7 months ago)
- Language: Swift
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xcode Templates
This tempate allows to quickly start and set-up a new project with required dependencies and built networking, data storage and service layers.
To set up a new project:
1. Install template:
```sh
$ swift install.swift
```
2. Xcode -> File -> New -> Xcode Project, select "Other" tab and select "Skeleton App"
3. Select a team and name a project
4. Close xcode project.
5. In terminal:
```sh
$ cd [Project path]
$ pod install
```
6. Open [Project Name].xcworkspace and enjoy coding.# Description [in progress...]