iOS Trakt Client for Tracking Movies and TV Shows on iPhone
CouchTracker is being developed for iPhone to track favorite movies and TV shows. To set up development, you'll need Xcode 11.2.1 and Swift 5.1.2. Run the following commands: git clone git@github.com:pietrocaselani/CouchTracker.git
, cd CouchTracker && sh setup.sh
, tuist generate
, bundle exec pod install
, then open CouchTracker.xcworkspace
. To use the app, create a file Secrets.swift
in CouchTrackerApp/Utils/
with your API key like this:
enum Secrets {
enum Trakt {
static let clientId = "API_KEY"
}
}
2.65MB
文件大小:
评论区