You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.2 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <component format="1" id="GeolocatorPlugin" is-shell="true">
  3. <name>Geolocator Plugin</name>
  4. <publisher>James Montemagno</publisher>
  5. <publisher-url>http://www.github.com/jamesmontemagno/Xamarin.Plugins</publisher-url>
  6. <version>1.0.3</version>
  7. <summary>Simple cross platform plugin to get GPS location including heading, speed, and more.</summary>
  8. <packages>
  9. <package id="Xam.Plugin.Geolocator" version="1.0.3" framework="winphone-8.1" />
  10. <package id="Xam.Plugin.Geolocator" version="1.0.3" framework="ios-unified" />
  11. <package id="Xam.Plugin.Geolocator" version="1.0.3" framework="android" />
  12. <package id="Xam.Plugin.Geolocator" version="1.0.3" framework="winphone-8.0" />
  13. <package id="Xam.Plugin.Geolocator" version="1.0.3" framework="ios" />
  14. </packages>
  15. <samples>
  16. <sample id="GeolocatorSample">
  17. <name>Android Sample</name>
  18. <summary>Android Sample</summary>
  19. </sample>
  20. <sample id="GeolocatorSample">
  21. <name>WindowsPhone Sample</name>
  22. <summary>WindowsPhone Sample</summary>
  23. </sample>
  24. <sample id="GeolocatorSample">
  25. <name>iOS Sample</name>
  26. <summary>iOS Sample</summary>
  27. </sample>
  28. </samples>
  29. </component>