Skip to content

Employs the new sideload feature of Xcode 7 to create 'free' provisioning profiles.

Notifications You must be signed in to change notification settings

tocheskey/sideload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sideload

Employs the new sideload feature of Xcode 7 to create 'free' provisioning profiles.

Requires the following depedencies:

  • coda_network
  • BeautifulSoup
  • mechanize
  • plistlib
  • argparse
  • cookielib

All of which can be installed via pip.

Usage

usage: sideload.py [-h] username password udid appid

Create free provisioning for sideloading on iOS devices.

positional arguments:
 - username    Apple ID (developer) email
 - password    Apple ID (developer) password
 - udid        iOS device UDID
 - appid       A unique bundle identifier

optional arguments
  -h, --help  show this help message and exit

About

Employs the new sideload feature of Xcode 7 to create 'free' provisioning profiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%