GitHub user dpogue opened a pull request:
https://github.com/apache/cordova-ios/pull/269
CB-12002 - Support LSApplicationQueriesSchemes
â ï¸ Depends on https://github.com/apache/cordova-lib/pull/502
### Platforms affected
iOS
### What does this PR do?
Adds support for parsing `<allow-intent>` tags in config.xml and creating a
list of allowed schemes to be written as `LSApplicationQueriesSchemes` in the
Info.plist.
For more info about LSApplicationQueriesSchemes, see
https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/TP40009250-SW14
### What testing has been done on this change?
Added spec test.
### Checklist
- [x] Reported an issue in the JIRA database:
[CB-12002](https://issues.apache.org/jira/browse/CB-12002)
- [x] Commit message follows the format.
- [x] Added automated test coverage as appropriate for this change.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dpogue/cordova-ios allow-intent
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-ios/pull/269.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #269
----
commit 374e5741ad569ab380217926f0f23d54d4ea628d
Author: Darryl Pogue <[email protected]>
Date: 2016-10-12T18:09:57Z
CB-12002 - Support LSApplicationQueriesSchemes
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]