chronogolf / nativescript-store-update

Apache License 2.0
19 stars 13 forks source link

Fix classes and iOS openStore #12

Closed SBats closed 6 years ago

SBats commented 6 years ago

I've refactored both parent and child classes to use composition as it will be way easier and cleaner. For opening iOS store, we now use the property trackViewUrl from the lookup file, but with replacing https protocol with itms-apps. Also disabled the alphabetical sorting rule of tslint as it can be cumbersome in the case where you want a cleaner or easier reading order for parameters or properties.

SBats commented 6 years ago

Thanks! Ready for a second pass @jeremypele