Closed bisrael closed 8 years ago
Currently when installing com.mobileapptracking.matplugin, cordova downloads everything inside the git repo.
com.mobileapptracking.matplugin
This includes the "sub-projects" gaidwrapper and ifawrapper, both of which are installed as separate plugins through cordova.
gaidwrapper
ifawrapper
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.
Resolved with 5.0.0 release: https://github.com/MobileAppTracking/phonegap-plugin/releases/tag/v5.0.0
Currently when installing
com.mobileapptracking.matplugin
, cordova downloads everything inside the git repo.This includes the "sub-projects"
gaidwrapper
andifawrapper
, 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.