mas/mas-cli/AppStore
Dmitry Rodionov 319300e7a1 Fix #28: install multiple apps at once
The fix was pretty straightforward except for one interesting caveat:
since we add a new download observer every time we start downloading a
new purchase, we also have to remove it when the download finishes.
Otherwise there will be multiple observers reporting download progress
for the same purchase (i.e. user will see duplicate output)
2016-09-06 20:37:12 +07:00
..
Downloader.swift Fix #28: install multiple apps at once 2016-09-06 20:37:12 +07:00
ISStoreAccount.swift Add sign in functionality 2016-02-14 01:34:27 +00:00
PurchaseDownloadObserver.swift Ensure the clearLine method works properly 2015-09-21 00:47:16 +01:00
SSPurchase.swift Begin to refactor the download process 2015-08-25 02:45:54 +08:00