Slide 13
Slide 13 text
• Plugin System: Cordova Plugin
• plugin.xml & config.xml: The magic to add dependencies and project settings
• Spec changes between versions
• Processed by all of: cordova-cli, cordova-ios, cordova-android (One goes
wrong can break the build)
• Eventually, hook scripts can do anything (while ignoring other libraries)
• Platform-specific code is considered as generated code (some people/
platform does not commit them into the repository)
Doing too much on needless work because of a wrong design
Compare: Cordova