Skip to content

Commit c312b2b

Browse files
authored
chore(windows)!: Remove windows platform (#267)
1 parent 7b0f6d6 commit c312b2b

File tree

3 files changed

+0
-234
lines changed

3 files changed

+0
-234
lines changed

Diff for: README.md

-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ It is also possible to install via repo url directly ( unstable )
8787

8888
- Android
8989
- iOS
90-
- Windows
9190

9291
## Methods
9392

Diff for: plugin.xml

-27
Original file line numberDiff line numberDiff line change
@@ -93,31 +93,4 @@ xmlns:android="http://schemas.android.com/apk/res/android"
9393
<framework src="CoreLocation.framework" />
9494

9595
</platform>
96-
97-
<!-- windows universal apps (Windows 8.1, Windows Phone 8.1, Windows 8.0) -->
98-
<platform name="windows">
99-
<config-file target="package.appxmanifest" parent="/Package/Capabilities">
100-
<DeviceCapability Name="location" />
101-
</config-file>
102-
103-
<js-module src="src/windows/GeolocationProxy.js" name="GeolocationProxy">
104-
<runs />
105-
</js-module>
106-
107-
<js-module src="www/Coordinates.js" name="Coordinates">
108-
<clobbers target="Coordinates" />
109-
</js-module>
110-
111-
<js-module src="www/PositionError.js" name="PositionError">
112-
<clobbers target="PositionError" />
113-
</js-module>
114-
115-
<js-module src="www/Position.js" name="Position">
116-
<clobbers target="Position" />
117-
</js-module>
118-
119-
<js-module src="www/geolocation.js" name="geolocation">
120-
<clobbers target="navigator.geolocation" />
121-
</js-module>
122-
</platform>
12396
</plugin>

Diff for: src/windows/GeolocationProxy.js

-206
This file was deleted.

0 commit comments

Comments
 (0)