Skip to content

Instantly share code, notes, and snippets.

@elenipapanik
Created September 10, 2020 14:15
Show Gist options
  • Save elenipapanik/f5acfecad3f56fdfdbf7bd23fe636dfa to your computer and use it in GitHub Desktop.
Save elenipapanik/f5acfecad3f56fdfdbf7bd23fe636dfa to your computer and use it in GitHub Desktop.
//app identifier
def getBundleId() {
return "com.our_project.test.production"
}
//scheme name
def getConfiguration() {
return "TestProduction-Testflight"
}
//provisioning profile name
def getProvisioningProfile() {
return "\'match AppStore com.our_project.test.production'"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment