Skip to content

Instantly share code, notes, and snippets.

View ben181231's full-sized avatar
🤤
Staying Hungry

Ben Lei ben181231

🤤
Staying Hungry
View GitHub Profile
@ben181231
ben181231 / upload-to-appstore.sh
Created October 27, 2015 06:51 — forked from jedi4ever/upload-to-appstore.sh
Command upload App/Ipa to the iTunes Connect App Store
#!/bin/bash
set -ex
# This scripts allows you to upload a binary to the iTunes Connect Store and do it for a specific app_id
# Because when you have multiple apps in status for download, xcodebuild upload will complain that multiple apps are in wait status
# Requires application loader to be installed
# See https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/SubmittingTheApp.html
# Itunes Connect username & password
USER=bla