Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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...]