1.0.3 • Published 3 years ago

cordova-plugin-windows-manifest v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Visual Studio Tools for Apache Cordova (TACo) - Windows Manifest Settings

License: MIT

This is a sample Cordova plugin designed to add Windows Package.Appxmanifest file settings.

##Installation From Visual Studio:

  1. Open the config.xml designer by double clicking on the file
  2. Select the "Plugins" > "Custom"
  3. Select "Git"
  4. Enter in "https://github.com/cpsloal/cordova-plugin-windows-manifest.git" and press the arrow
  5. Click "Add"

From the command line:

  1. Install the Cordova CLI
  2. Navigate to your project root
  3. Type "cordova plugin add https://github.com/cpsloal/cordova-plugin-windows-manifest.git"

Terms of Use

By downloading and running this project, you agree to the license terms of the third party application software, Microsoft products, and components to be installed.

The third party software and products are provided to you by third parties. You are responsible for reading and accepting the relevant license terms for all software that will be installed. Microsoft grants you no rights to third party software.

License

Unless otherwise mentioned, the code samples are released under the MIT license.

The MIT License (MIT)

Copyright (c) Microsoft Corporation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.