Skip to content

cyder/SyncPod-iOS

Repository files navigation

SyncPod-iOS

SyncPodのiOSアプリ用のリポジトリです。

必要環境

Xcode 9.1

App Storeからインストールする。

SwiftLint

  1. 次のコマンドを実行する。
  1. [システム設定] -> [機能拡張] -> [Xcode Source Editor] -> [Swimat]にチェックを入れる。

Carthage

  1. 次のコマンドを実行する。
brew install carthage
  1. 外部ライブラリをビルドする
carthage build --platform iOS

セットアップ

  1. 次のコマンドを実行する。
git clone [email protected]:Mori-Atsushi/SyncPod-iOS.git
cd SyncPod-iOS
  1. Xcodeでプロジェクトを開く

  2. デバッグ用実機端末を接続し、Runから起動させる。

著者