Skip to content

keitaoouchi/MINQ

Repository files navigation

MINQ

オープンソースのiOS用Qiitaアプリ。

appstore

ライセンス

MINQ is under MIT license. See the LICENSE file for more info.

Build & Run

bundle install
bundle exec pod install
# ここでQiitaのクライアントIDとシークレットを入力
cp config/GoogleService-Info.plist.template config/GoogleService-Info.Debug.plist
cp config/GoogleService-Info.plist.template config/GoogleService-Info.Release.plist
mkdir Generated
./Pods/SwiftGen/bin/swiftgen config run
open MINQ.xcworkspace

設定ファイル

config
├── GoogleService-Info.Debug.plist
├── GoogleService-Info.Release.plist
└── GoogleService-Info.plist