Skip to content

Instantly share code, notes, and snippets.

@vjrantal
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vjrantal/8483fe3422823ce7933e to your computer and use it in GitHub Desktop.
Save vjrantal/8483fe3422823ce7933e to your computer and use it in GitHub Desktop.
Clips from a plugin.xml file
<!-- Top level plugin element omitted -->
<engines>
<engine name="cordova" version=">=3.1.0" />
<engine name="cordova-windows8" version=">=3.8.0" />
</engines>
<js-module src="www/AllJoyn.js" name="AllJoyn">
<clobbers target="AllJoyn" />
</js-module>
<!-- Other platform definitions omitted -->
<platform name="windows">
<js-module src="src/windows/AllJoynProxy.js" name="AllJoynProxy">
<merges target="" />
</js-module>
<framework src="src/windows/AllJoynWinRTComponent/AllJoynWinRTComponent.Windows.vcxproj" custom="true" type="projectReference" target="windows" />
<framework src="src/windows/AllJoynWinRTComponent/AllJoynWinRTComponent.WindowsPhone.vcxproj" custom="true" type="projectReference" target="phone" />
</platform>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment