ohh2ahh / AppAvailability

This Cordova / PhoneGap plugin allows you to check if an app is installed.
229 stars 116 forks source link

Couldn't that plugin modify the plist on iOS upon install from config.xml variables? #34

Closed pke closed 8 years ago

pke commented 8 years ago

Modifying build artefacts like anything inside platform is always a bad idea. Isn't there a way this plugin adds the required protocols to the plist itself based on variables defined in config.xml in this plugins config section?

<plugin name="AppAvailability" spec="lates">
        <param name="protocols" value="1password  ophttp" />
</plugin>    
ohh2ahh commented 8 years ago

@pke Thanks for your feedback. That would certainly improve the build process. Unfortunately I don't have time to look into it, but PR are always welcome. Duplicate of https://github.com/ohh2ahh/AppAvailability/issues/25.