Skip to content

Commit 9f1cc21

Browse files
Plugin won't install via Visual Studio #215
1 parent c26c244 commit 9f1cc21

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

plugin.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
4-
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
54
id="cordova-plugin-customurlscheme"
65
version="4.3.0">
76

@@ -97,24 +96,18 @@
9796

9897
<!-- windows -->
9998
<platform name="windows">
100-
<hook type="before_prepare" src="src/windows/hooks/prepare-manifest.js" />
101-
<config-file target="package.windows10.appxmanifest" parent="/Package/Applications/Application/Extensions">
102-
<uap:Extension Category="windows.protocol">
103-
<uap:Protocol Name="$URL_SCHEME" />
104-
</uap:Extension>
105-
</config-file>
10699
<config-file target="package.windows.appxmanifest" parent="/Package/Applications/Application/Extensions">
107-
<Extension Category="windows.protocol">
100+
<Extension Category="windows.protocol" StartPage="www/index.html">
108101
<Protocol Name="$URL_SCHEME" />
109102
</Extension>
110103
</config-file>
111104
<config-file target="package.windows80.appxmanifest" parent="/Package/Applications/Application/Extensions">
112-
<Extension Category="windows.protocol">
105+
<Extension Category="windows.protocol" StartPage="www/index.html">
113106
<Protocol Name="$URL_SCHEME" />
114107
</Extension>
115108
</config-file>
116109
<config-file target="package.phone.appxmanifest" parent="/Package/Applications/Application/Extensions">
117-
<Extension Category="windows.protocol">
110+
<Extension Category="windows.protocol" StartPage="www/index.html">
118111
<Protocol Name="$URL_SCHEME" />
119112
</Extension>
120113
</config-file>

0 commit comments

Comments
 (0)