chore(): remove unused files

This commit is contained in:
Daniel Sogl
2021-09-29 14:38:45 +02:00
parent 5884ecbac3
commit 5a3a264eb1
218 changed files with 704 additions and 459 deletions
+4 -2
View File
@@ -15,10 +15,9 @@ Plugin Repo: [https://github.com/apache/cordova-plugin-geolocation](https://gith
This plugin provides information about the device's location, such as latitude and longitude. Common sources of location information include Global Positioning System (GPS) and location inferred from network signals such as IP address, RFID, WiFi and Bluetooth MAC addresses, and GSM/CDMA cell IDs.
This API is based on the W3C Geolocation API Specification, and only executes on devices that don't already provide an implementation.
This API is based on the W3C Geolocation API Specification, and only executes on devices that don't already provide an implementation.
For iOS you have to add this configuration to your configuration.xml file
```xml
<edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
<string>We use your location for full functionality of certain app features.</string>
@@ -32,3 +31,6 @@ For iOS you have to add this configuration to your configuration.xml file
- Browser
- iOS
- Windows