Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/53ningen/singleviewappstarter
iOS/Swift single view application project template
https://github.com/53ningen/singleviewappstarter
Last synced: 7 days ago
JSON representation
iOS/Swift single view application project template
- Host: GitHub
- URL: https://github.com/53ningen/singleviewappstarter
- Owner: 53ningen
- Created: 2018-10-23T14:10:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T17:42:59.000Z (about 6 years ago)
- Last Synced: 2024-11-14T03:49:25.453Z (2 months ago)
- Language: Ruby
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SingleViewAppStarter
===[![Build Status](https://app.bitrise.io/app/7a7214b5d531fe7e/status.svg?token=qF5FhJIYx054EtwqFlinNQ)](https://app.bitrise.io/app/7a7214b5d531fe7e)
iOS/Swift single view application template project
- Package Manager
- CocoaPods
- Carthage## Setup
1. `git clone [email protected]:53ningen/SingleViewAppStarter.git`
1. `brew install rbenv`
1. `brew install carthage`
1. `cd SingleViewAppStarter`
1. `rbenv install`
1. `rbenv exec gem install bundler`
1. `rbenv exec bundle install`
1. `rbenv exec bundle exec pod install`
1. `open SingleViewAppStarter.xcworkspace`or Run `./start`
## Testing
rbenv exec bundle exec fastlane tests
## Adding Libs
### CocoaPods1. `vi Podfile`
1. `rbenv exec bundle exec pod install`### Carthage
1. `vi Cartfile`
1. `carthage update`## Using another Xcode
If you wish to use another Xcode such as beta version, download it and put it into Application directory, then run: `sudo xcode-select --switch path/to/Xcode.app`