📱 Elegant annict client app for iOS.
- Xcode 11.2.1
- Swift 5.1.2
- iOS 11.0+
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>"