Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 545 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 545 Bytes

IdiotBox Reprise

TVDBKit

Swift API for The TVDB.

How to Run

Add API Key

Create a secrets.xcconfig file with a value for your API_KEY. This file is already part of the Xcode project but ignored in git.

The file should be created at ./TVDBKit/TVDBKit/Resources/secrets.xcconfig

TVDB_API_KEY = YOUR_API_KEY

Targets

TVDBKit - Library target TVDBKitTests - Unit Tests