Skip to content

Commit

Permalink
Merge pull request #1287 from danchr/secrets
Browse files Browse the repository at this point in the history
Unbreak build straight from Git
  • Loading branch information
glouel committed Mar 3, 2023
2 parents 27a4e00 + d9f6951 commit af271a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Aerial/Source/Models/API/APISecrets.swift
Expand Up @@ -13,6 +13,8 @@ import Foundation
// and still let them be used for everyone in the officially distributed Aerial.

struct APISecrets {
static let appleMusicToken = "all"
static let openWeatherAppId = "secrets"
static let yahooAppId = "intentionally"
static let yahooClientId = "left"
static let yahooClientSecret = "empty!"
Expand Down

0 comments on commit af271a6

Please sign in to comment.