New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-lsapplicationqueriesschemes

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-lsapplicationqueriesschemes

Dynamically specify the URL schemes the app is able to test using the canOpenURL: method of the UIApplication class

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12
decreased by-76.92%
Maintainers
1
Weekly downloads
 
Created
Source

LSApplicationQueriesSchemes for Cordova

Build Status

This plugin dynamically specifies the URL schemes the app is able to test using the canOpenURL: method of the UIApplication class.

Installation

cordova plugin add cordova-plugin-lsapplicationqueriesschemes

Usage

The plugin merges and keeps synchronized the URL schemes from the *-Info.plist and the LSApplicationQueriesSchemes.json files.

Merging and synchronization happens upon cordova prepare.

The LSApplicationQueriesSchemes.json file is created inside the project root upon plugin installation.

How to add or edit an URL scheme

Add or edit an URL scheme as follows:

  • edit the LSApplicationQueriesSchemes.json file;
  • run cordova prepare.

How to remove an URL scheme

Remove an URL scheme as follows:

  • edit both LSApplicationQueriesSchemes.json and *-Info.plist file.

Supported platforms

  • iOS

License

This project is MIT-licensed.

Keywords

FAQs

Package last updated on 15 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc