Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pepabo/railstutorial-ios
チーム涅槃
https://github.com/pepabo/railstutorial-ios
Last synced: about 1 month ago
JSON representation
チーム涅槃
- Host: GitHub
- URL: https://github.com/pepabo/railstutorial-ios
- Owner: pepabo
- Created: 2015-08-18T05:10:03.000Z (over 9 years ago)
- Default Branch: development
- Last Pushed: 2016-11-12T01:54:56.000Z (about 8 years ago)
- Last Synced: 2023-03-24T00:35:57.608Z (almost 2 years ago)
- Language: Swift
- Homepage:
- Size: 4.83 MB
- Stars: 5
- Watchers: 196
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# railstutorial-ios
[![Build Status](https://travis-ci.org/pepabo/railstutorial-ios.svg?branch=development)](https://travis-ci.org/pepabo/railstutorial-ios)## 環境
- Xcode6.4
- iOS8.4
- iPhone6## テスト
ターミナルからしたい人用に用意してあります。
`bundle install` しておいてください(整形用に[xcpretty](https://github.com/supermarin/xcpretty)を使っているため)。実行方法は以下の通り。
```
make test
```
xcodebuildがテスト用のスキーマでクリーンしてからテストしてくれます。