Example #1
0
#!/usr/bin/env python

#########################################################################################
# This script takes a single argument, the filename of a device file as produced by
# Crashlytics.  It adds the devices in that file to the dev portal.
#########################################################################################

import sys
from common import envSetup, doCmd

envSetup()

filename = sys.argv[1]
cmd = "./add_devices.rb %s" % filename
print doCmd(cmd)
def main():
    envSetup()
    buildXcConfig()
def main():
    envSetup()
    buildXcConfig()
def main():
    envSetup()
    matchCertificates()
def main():
    envSetup()
    snapAndDeliver()
Example #6
0
def main():
    envSetup()
    downloadProfiles()
def main():
    envSetup()
    matchCertificates()
def main():
    envSetup()
    downloadMetadata()
Example #9
0
def main():
    envSetup()
    downloadMetadata()