Skip to content

nik123/iOSAdHocDeployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS deployment to Dropbox

Script to upload & share AdHoc ipa file to Dropbox service.

Usage

python main.py -i /path/to/ipa/file -o /path/to/dropbox/dir

Dropbox dir may not exist. In this case it would be created automatically

Requirments

  • OS X 10.11
  • Python 3.4
  • Pip package manager
  • Dropbox account

Configuration

Clone the project go to project's dir and install Dropbox SDK via the following command:

pip install -r requirements.txt

Go to Dropbox Developer's console and open "My Apps" category: https://www.dropbox.com/developers/apps

Create a new app and generate application access token. Then in project dir create deploy_config.ini file and set up it's content like this:

[Dropbox authorization]
AppToken = put_your_app_token_here

About

Deployment of AdHoc *.ipa file to Dropbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages