brysontyrrell / Update-App-Info

A script that will read all published App Store apps in the JSS and update their titles, versions and descriptions.
MIT License
7 stars 0 forks source link

More of a request than an issue... #7

Closed threenamer closed 5 years ago

threenamer commented 5 years ago

Hello. I've tested this script, and it's very useful. However, I need to test the new app versions before making them available in Self Service. Is there a simple way to modify this to just print a list of the apps that require updates without actually making the changes to the JSS? I tried to delete the def update_mobile_device_app(self, app_id, app_dict): section, but that breaks everything. Thank you

threenamer commented 5 years ago

Nevermind. I fixed it.