Skip to content

Instantly share code, notes, and snippets.

@koromiko
Created March 25, 2018 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koromiko/523c09b61faca013a7d260c9907c8ff4 to your computer and use it in GitHub Desktop.
Save koromiko/523c09b61faca013a7d260c9907c8ff4 to your computer and use it in GitHub Desktop.
struct Staging: Configuration {
var certificate = "ios_distribution"
var provisioningProfile = "Brewer_Staging"
var buildConfiguration = "Staging"
var appIdentifier = "works.sth.brewer.staging"
var exportMethod = "ad-hoc"
}
struct Production: Configuration {
var certificate = "ios_distribution"
var provisioningProfile = "Brewer_Production"
var buildConfiguration = "Production"
var appIdentifier = "works.sth.brewer.production"
var exportMethod = "ad-hoc"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment