Skip to content

Commit

Permalink
chore(windows)!: Remove windows platform (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek authored Sep 14, 2023
1 parent 7b0f6d6 commit c312b2b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 234 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ It is also possible to install via repo url directly ( unstable )

- Android
- iOS
- Windows

## Methods

Expand Down
27 changes: 0 additions & 27 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,31 +93,4 @@ xmlns:android="http://schemas.android.com/apk/res/android"
<framework src="CoreLocation.framework" />

</platform>

<!-- windows universal apps (Windows 8.1, Windows Phone 8.1, Windows 8.0) -->
<platform name="windows">
<config-file target="package.appxmanifest" parent="/Package/Capabilities">
<DeviceCapability Name="location" />
</config-file>

<js-module src="src/windows/GeolocationProxy.js" name="GeolocationProxy">
<runs />
</js-module>

<js-module src="www/Coordinates.js" name="Coordinates">
<clobbers target="Coordinates" />
</js-module>

<js-module src="www/PositionError.js" name="PositionError">
<clobbers target="PositionError" />
</js-module>

<js-module src="www/Position.js" name="Position">
<clobbers target="Position" />
</js-module>

<js-module src="www/geolocation.js" name="geolocation">
<clobbers target="navigator.geolocation" />
</js-module>
</platform>
</plugin>
206 changes: 0 additions & 206 deletions src/windows/GeolocationProxy.js

This file was deleted.

0 comments on commit c312b2b

Please sign in to comment.