Info.plist 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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>UIDeviceFamily</key>
  6. <array>
  7. <integer>1</integer>
  8. <integer>2</integer>
  9. </array>
  10. <key>UISupportedInterfaceOrientations</key>
  11. <array>
  12. <string>UIInterfaceOrientationPortrait</string>
  13. <string>UIInterfaceOrientationLandscapeLeft</string>
  14. <string>UIInterfaceOrientationLandscapeRight</string>
  15. </array>
  16. <key>UISupportedInterfaceOrientations~ipad</key>
  17. <array>
  18. <string>UIInterfaceOrientationPortrait</string>
  19. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  20. <string>UIInterfaceOrientationLandscapeLeft</string>
  21. <string>UIInterfaceOrientationLandscapeRight</string>
  22. </array>
  23. <key>MinimumOSVersion</key>
  24. <string>11.0</string>
  25. <key>CFBundleDisplayName</key>
  26. <string>PRS.Mobile</string>
  27. <key>CFBundleIdentifier</key>
  28. <string>com.prsdigital.prssiteapp</string>
  29. <key>CFBundleVersion</key>
  30. <string>7.63.1</string>
  31. <key>UILaunchStoryboardName</key>
  32. <string>LaunchScreen</string>
  33. <key>CFBundleName</key>
  34. <string>PRS Site App</string>
  35. <key>XSAppIconAssets</key>
  36. <string>Assets.xcassets/AppIcon.appiconset</string>
  37. <key>UIViewControllerBasedStatusBarAppearance</key>
  38. <false/>
  39. <key>NSBluetoothAlwaysUsageDescription</key>
  40. <string>Bluetooth access is needed to locate equipment items</string>
  41. <key>NSBluetoothPeripheralUsageDescription</key>
  42. <string>Bluetooth access is needed to locate equipment items</string>
  43. <key>NSCalendarsUsageDescription</key>
  44. <string>Needed for Job Allocation Screens</string>
  45. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  46. <string>Location acccess is need to correctly clock on to job sites</string>
  47. <key>NSLocationAlwaysUsageDescription</key>
  48. <string>Location acccess is need to correctly clock on to job sites</string>
  49. <key>NSLocationUsageDescription</key>
  50. <string>Location acccess is need to correctly clock on to job sites</string>
  51. <key>NSLocationWhenInUseUsageDescription</key>
  52. <string>Location acccess is need to correctly clock on to job sites</string>
  53. <key>NSCameraUsageDescription</key>
  54. <string>TimeBench needs camera access to take Delivery &amp; Requisition Photos</string>
  55. <key>NSPhotoLibraryAddUsageDescription</key>
  56. <string>TimeBench needs access to your photo library to take and select Photos</string>
  57. <key>NSPhotoLibraryUsageDescription</key>
  58. <string>TimeBench needs access to your photo library to take and select Photos</string>
  59. <key>NSMicrophoneUsageDescription</key>
  60. <string>Needs microphone to record videos</string>
  61. <key>CFBundleURLTypes</key>
  62. <array>
  63. <dict>
  64. <key>CFBundleURLName</key>
  65. <string>open</string>
  66. <key>CFBundleURLSchemes</key>
  67. <array>
  68. <string>prssite</string>
  69. </array>
  70. </dict>
  71. </array>
  72. <key>ITSAppUsesNonExemptEncryption</key>
  73. <false/>
  74. </dict>
  75. </plist>