|
1 | | -<?xml version="1.0" encoding="UTF-8"?> |
| 1 | +<?xml version='1.0' encoding='utf-8'?> |
2 | 2 | <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" |
3 | 3 | xmlns:android="http://schemas.android.com/apk/res/android" |
| 4 | + xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" |
4 | 5 | id="cordova-plugin-customurlscheme" |
5 | 6 | version="4.3.0"> |
6 | 7 |
|
|
123 | 124 | </platform> |
124 | 125 |
|
125 | 126 | <!-- wp8 --> |
126 | | - <platform name="wp8"> |
127 | | - <config-file target="config.xml" parent="/*"> |
128 | | - <feature name="CustomUriMapperCommand"> |
129 | | - <param name="wp-package" value="CustomUriMapperCommand"/> |
130 | | - <param name="onload" value="true" /> |
131 | | - </feature> |
132 | | - </config-file> |
133 | | - |
134 | | - <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App" after="Tokens"> |
135 | | - <Extensions> |
136 | | - <Protocol Name="$URL_SCHEME" NavUriFragment="encodedLaunchUri=%s" TaskID="_default" /> |
137 | | - </Extensions> |
138 | | - </config-file> |
139 | | - |
140 | | - <source-file src="src/wp8/CompositeUriMapper.cs" /> |
141 | | - <source-file src="src/wp8/ICustomUriMapper.cs" /> |
142 | | - <source-file src="src/wp8/CustomUriMapperCommand.cs" /> |
143 | | - <js-module src="www/wp8/LaunchMyApp.js" name="LaunchMyApp"> |
144 | | - <clobbers target="window.plugins.launchmyapp" /> |
145 | | - </js-module> |
146 | | - <hook type="after_plugin_install" src="src/wp8/hooks/add-uri-mapper.js" /> |
147 | | - </platform> |
| 127 | + <platform name="wp8"> |
| 128 | + <config-file target="config.xml" parent="/*"> |
| 129 | + <feature name="CustomUriMapperCommand"> |
| 130 | + <param name="wp-package" value="CustomUriMapperCommand"/> |
| 131 | + <param name="onload" value="true" /> |
| 132 | + </feature> |
| 133 | + </config-file> |
| 134 | + |
| 135 | + <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App" after="Tokens"> |
| 136 | + <Extensions> |
| 137 | + <Protocol Name="$URL_SCHEME" NavUriFragment="encodedLaunchUri=%s" TaskID="_default" /> |
| 138 | + </Extensions> |
| 139 | + </config-file> |
| 140 | + |
| 141 | + <source-file src="src/wp8/CompositeUriMapper.cs" /> |
| 142 | + <source-file src="src/wp8/ICustomUriMapper.cs" /> |
| 143 | + <source-file src="src/wp8/CustomUriMapperCommand.cs" /> |
| 144 | + <js-module src="www/wp8/LaunchMyApp.js" name="LaunchMyApp"> |
| 145 | + <clobbers target="window.plugins.launchmyapp" /> |
| 146 | + </js-module> |
| 147 | + <hook type="after_plugin_install" src="src/wp8/hooks/add-uri-mapper.js" /> |
| 148 | + </platform> |
148 | 149 |
|
149 | 150 | </plugin> |
0 commit comments