Info.plist 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CFBundleDisplayName</key>
  6. <string>PRS.Avalonia</string>
  7. <key>CFBundleIdentifier</key>
  8. <string>com.prs.avalonia</string>
  9. <key>CFBundleShortVersionString</key>
  10. <string>1.13</string>
  11. <key>CFBundleVersion</key>
  12. <string>1.13</string>
  13. <key>LSRequiresIPhoneOS</key>
  14. <false/>
  15. <key>MinimumOSVersion</key>
  16. <string>13.0</string>
  17. <key>UIDeviceFamily</key>
  18. <array>
  19. <integer>1</integer>
  20. <integer>2</integer>
  21. </array>
  22. <key>UILaunchStoryboardName</key>
  23. <string>LaunchScreen</string>
  24. <key>UIRequiredDeviceCapabilities</key>
  25. <array>
  26. <string>armv7</string>
  27. </array>
  28. <key>UISupportedInterfaceOrientations</key>
  29. <array>
  30. <string>UIInterfaceOrientationPortrait</string>
  31. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  32. <string>UIInterfaceOrientationLandscapeLeft</string>
  33. <string>UIInterfaceOrientationLandscapeRight</string>
  34. </array>
  35. <key>UISupportedInterfaceOrientations~ipad</key>
  36. <array>
  37. <string>UIInterfaceOrientationPortrait</string>
  38. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  39. <string>UIInterfaceOrientationLandscapeLeft</string>
  40. <string>UIInterfaceOrientationLandscapeRight</string>
  41. </array>
  42. <key>XSAppIconAssets</key>
  43. <string>Assets.xcassets/AppIcon.appiconset</string>
  44. <key>UIBackgroundModes</key>
  45. <array>
  46. <string>bluetooth-central</string>
  47. <string>bluetooth-peripheral</string>
  48. </array>
  49. <key>NSBluetoothAlwaysUsageDescription</key>
  50. <string>This app uses Bluetooth LE to locate and unlock PRS Digital Key Units</string>
  51. <key>NSBluetoothPeripheralUsageDescription</key>
  52. <string>This app uses Bluetooth LE to locate and unlock PRS digital Key Units</string>
  53. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  54. <string>This app uses Location Services to streamline timesheet recording</string>
  55. <key>NSLocationWhenInUseUsageDescription</key>
  56. <string>This app uses Location Services to streamline timesheet recording</string>
  57. <key>NSLocationTemporaryUsageDescriptionDictionary</key>
  58. <dict>
  59. <key>TemporaryFullAccuracyUsageDescription</key>
  60. <string>This app uses Full Accuracy Location Services to streamline timesheet recording</string>
  61. </dict>
  62. <key>NSMicrophoneUsageDescription</key>
  63. <string>This app uses multimedia features when saving site documents and forms</string>
  64. <key>NSContactsUsageDescription</key>
  65. <string>This app uses contact information to enhance communication between staff members</string>
  66. <key>NSSiriUsageDescription</key>
  67. <string>This app uses multimedia features when saving site documents and forms</string>
  68. <key>NSCalendarsUsageDescription</key>
  69. <string>This app accesses calendars to assist with scheduling features</string>
  70. <key>NSAppleMusicUsageDescription</key>
  71. <string>This app uses multimedia features when saving site documents and forms</string>
  72. <key>NSCameraUsageDescription</key>
  73. <string>This app uses multimedia features when saving site documents and forms</string>
  74. <key>ITSAppUsesNonExemptEncryption</key>
  75. <false/>
  76. </dict>
  77. </plist>