Skip to content
This repository has been archived by the owner on Jul 20, 2018. It is now read-only.

Proposal for new script to be added to this repo: update_platform_config.js #31

Open
ncapito opened this issue Mar 22, 2017 · 1 comment

Comments

@ncapito
Copy link

ncapito commented Mar 22, 2017

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.

@luckylooke
Copy link

I need it too... I cant find the way to edit NSPhotoLibraryUsageDescription (and other keys) located in *-Info.plist for iOS.

I was trying:

<config-file parent="NSPhotoLibraryUsageDescription" target="*-Info.plist">
        <string>Aplikácia potrebuje povolenie pre nahrávanie obrázkov do aplikácie.</string>
    </config-file>

in config.xml, but did not work :/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants