Skip to content

Instantly share code, notes, and snippets.

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