We need to be able to add values to LSApplicationQueriesSchemes. We were previously doing this by using this script https://gist.github.com/marcocarnazzo/6f01a57d390e8fe3071f . It basically allows for you to put in your config.xml something like
twitter
and then after the hook runs it would have updated your plist file and appended the following:
LSApplicationQueriesSchemes
dps.f1f0ea0e-c7fc-484e-a577-b96ae276e380
This is a major issue for us because we need to be able to add QuerySchemes so we can check if an app is installed on a device.