BranchMetrics / phonegap-plugin

PhoneGap/Cordova plugin for Tune
https://developers.tune.com/sdk/phonegap-quick-start/
MIT License
8 stars 16 forks source link

Separate `gaidwrapper` and `ifawrapper` into separate repos #7

Closed bisrael closed 8 years ago

bisrael commented 9 years ago

Currently when installing com.mobileapptracking.matplugin, cordova downloads everything inside the git repo.

This includes the "sub-projects" gaidwrapper and ifawrapper, both of which are installed as separate plugins through cordova.

This means every project using MAT will have an extra copy of each that isn't even used.

We should consider making those separate repositories to better reflect their separate plugin nature.

john-gu commented 8 years ago

Resolved with 5.0.0 release: https://github.com/MobileAppTracking/phonegap-plugin/releases/tag/v5.0.0