Skip to content

Commit

Permalink
Merge pull request #4 from caramdache/master
Browse files Browse the repository at this point in the history
Update README.md for password
  • Loading branch information
Watson1978 committed Feb 20, 2015
2 parents d08d0a5 + 25e3547 commit 09fac58
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,13 @@ $ motion upload watson1978@gmail.com
Upload: ./build/iPhoneOS-8.1-Release/HelloActions.ipa
✓ No errors uploading ./build/iPhoneOS-8.1-Release/HelloActions.ipa
```

## Password management

motion-appstore attempts to retrieve your password from the keychain automatically. However, in certain circumstances, this may not work, like for example if you have not used Apple's AppLoader application before or if you are using iCloud's keychain. If motion-appstore keeps asking you for your password repeatedly, type the following command:

```
$ security add-internet-password -a <your-email-address> -j default -r htps -s idmsa.apple.com -w <your-password> -T /usr/bin/security
```

Your password will then be safely stored in the keychain and accessible by motion-appstore.

0 comments on commit 09fac58

Please sign in to comment.