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.
 
 
 
 

52 lines
1.8 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. This is the minimum required version of the Apple Privacy Manifest for .NET MAUI apps.
  4. The contents below are needed because of APIs that are used in the .NET framework and .NET MAUI SDK.
  5. You are responsible for adding extra entries as needed for your application.
  6. More information: https://aka.ms/maui-privacy-manifest
  7. -->
  8. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  9. <plist version="1.0">
  10. <dict>
  11. <key>NSPrivacyAccessedAPITypes</key>
  12. <array>
  13. <dict>
  14. <key>NSPrivacyAccessedAPIType</key>
  15. <string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
  16. <key>NSPrivacyAccessedAPITypeReasons</key>
  17. <array>
  18. <string>C617.1</string>
  19. </array>
  20. </dict>
  21. <dict>
  22. <key>NSPrivacyAccessedAPIType</key>
  23. <string>NSPrivacyAccessedAPICategorySystemBootTime</string>
  24. <key>NSPrivacyAccessedAPITypeReasons</key>
  25. <array>
  26. <string>35F9.1</string>
  27. </array>
  28. </dict>
  29. <dict>
  30. <key>NSPrivacyAccessedAPIType</key>
  31. <string>NSPrivacyAccessedAPICategoryDiskSpace</string>
  32. <key>NSPrivacyAccessedAPITypeReasons</key>
  33. <array>
  34. <string>E174.1</string>
  35. </array>
  36. </dict>
  37. <!--
  38. The entry below is only needed when you're using the Preferences API in your app.
  39. <dict>
  40. <key>NSPrivacyAccessedAPIType</key>
  41. <string>NSPrivacyAccessedAPICategoryUserDefaults</string>
  42. <key>NSPrivacyAccessedAPITypeReasons</key>
  43. <array>
  44. <string>CA92.1</string>
  45. </array>
  46. </dict> -->
  47. </array>
  48. </dict>
  49. </plist>