Skip to content

touyu/Portannict

Repository files navigation

Portannict

⚠️ 現在、アプリの公開を停止しています。

📱 Elegant annict client app for iOS.

Screenshot

Requirements

  • Xcode 11.2.1
  • Swift 5.1.2
  • iOS 11.0+

SetUp

Create .env (BaseImageURL is currently undisclosed)

AnnictClientID="<ClientID>"
AnnictClientSecret="<ClientSecret>"
BaseImageURL="https://......."⏎

Resolve library dependencies

$ bundle install
$ bundle exex pod install
$ carthage bootstrap --platform iOS --cache-builds

Install apollo (option)

$ npm install

Download schema.json (option)

$ npx apollo schema:download --endpoint=https://api.annict.com/graphql schema.json --header="Authorization: Bearer <TOKEN>"