Shell script to list all iOS apps in your iTunes Library, showing which Apple ID was used to purchase each app.
$ wget https://raw.github.com/jhogervorst/track-down-app-purchases/master/track-down-app-purchases.sh
$ chmod +x track-down-app-purchases.sh
- Download and extract the ZIP file containing the script.
- Open a Terminal window and navigate to the directory of the extracted ZIP (using
cd
). - Execute
chmod +x track-down-app-purchases.sh
to allow the script to run on your Mac.
$ ./track-down-app-purchases.sh
Path to iTunes Library [~/Music/iTunes]:
------------------------------ | -------------- | ------------------------------
App Name | Bundle Name | Apple ID
------------------------------ | -------------- | ------------------------------
Angry Birds Seasons | Angry Birds | [email protected]
Dropbox | Dropbox | [email protected]
Facebook | Facebook | [email protected]
iBooks | | [email protected]
Skype for iPhone | Skype | [email protected]
Tiny Wings | | [email protected]
Twitter | Twitter | [email protected]
YouTube | YouTube | [email protected]
------------------------------ | -------------- | ------------------------------
Looking for a script that works with audio, video, or books in your iTunes Library? Check out Doug's AppleScript Track Down Purchases!
This script has been tested with iTunes 11 and Xcode 5 on Mac OS X Mountain Lion. Xcode is not required, but having the Command Line Tools installed might improve the working of this script.
This script is licensed under MIT license. See LICENSE for details.