Skip to content

Instantly share code, notes, and snippets.

@sschlein
Created April 7, 2016 18:53
Show Gist options
  • Save sschlein/27ce704a837459163e50d8e2e388b4fb to your computer and use it in GitHub Desktop.
Save sschlein/27ce704a837459163e50d8e2e388b4fb to your computer and use it in GitHub Desktop.
# create a new app
distributor(
api_token: “YOUR-API-TOKEN”,
ipa: “./builds/YOUR-IPA.ipa”
)
# update an existing app
distributor(
api_token: “YOUR-API-TOKEN”,
app_id: “YOUR-APP-ID”,
ipa: “./builds/YOUR-IPA.ipa”
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment