NativeScript / nativescript-app-sync

♻️ Update your app without going through the app store!
MIT License
125 stars 24 forks source link

too many superfluous files #18

Open xlcs0110 opened 5 years ago

xlcs0110 commented 5 years ago

nativescript-app-sync plugin contain all of nativescript-app-sync-cli dependencies whitch contain nativescript-app-sync-sdk and too many superfluous dependencies.such as executable file.But with nativescript-app-sync-cli , I found out that you just need the version of it.with these superfluous files specially executable file like files in node_modules/term-size/vendor/macos got apple refuse to deploy to appstore.And also make our application unexpected bigger.

Hope to be improved.

And I am sorry with my bad english,i am chinese.😄

EddyVerbruggen commented 5 years ago

AppSync uses the build folder in your platforms/[ios|android] folder which is already webpacked/bundled, so those superfluous files should not be there in the first place.