Legoless / Alpha

Next generation debugging framework for iOS
https://github.com/Legoless/Alpha
MIT License
731 stars 45 forks source link

Application Plugin #38

Closed OdNairy closed 9 years ago

OdNairy commented 9 years ago

Applications List task There are new plugin which presents list of installed applications separated by category (User, System, Internal). Internal apps group wouldn't show until any of internal apps will be find. Each application object leads to LSApplicationProxy - private class representing application installation. You can find a lot of useful information about application from it.

Legoless commented 9 years ago

Hey, thanks for this. I'll review the code in the evening. But first Travis needs to pass. I'll check it out.

OdNairy commented 9 years ago

I'm working on it right now. I on Xcode 7 right now so some keywords still not available for Travis.

Legoless commented 9 years ago

This looks pretty good, the only thing I would ask you before merging is to rename the plugin to fit better with the rest. Now you called the plugin Applications List and in code you use AppsList. Could you change the folder to Application and classes to use ALPHAApplicationPlugin name and ALPHAApplicationSource instead of ALPHAAppsListSource. The icon should be renamed to ALPHAApplicationIcon.

Thanks.