Info.plist 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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 Site App</string>
  7. <key>CFBundleIdentifier</key>
  8. <string>com.prsdigital.prssiteapp</string>
  9. <key>CFBundleName</key>
  10. <string>PRS Site App</string>
  11. <key>CFBundleShortVersionString</key>
  12. <string>1.0</string>
  13. <key>CFBundleVersion</key>
  14. <string>1.0</string>
  15. <key>NSBluetoothAlwaysUsageDescription</key>
  16. <string>Bluetooth access is needed to locate equipment items</string>
  17. <key>NSBluetoothPeripheralUsageDescription</key>
  18. <string>Bluetooth access is needed to locate equipment items</string>
  19. <key>NSCalendarsUsageDescription</key>
  20. <string>Needed for Job Allocation Screens</string>
  21. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  22. <string>Location acccess is need to correctly clock on to job sites</string>
  23. <key>NSLocationAlwaysUsageDescription</key>
  24. <string>Location acccess is need to correctly clock on to job sites</string>
  25. <key>NSLocationUsageDescription</key>
  26. <string>Location acccess is need to correctly clock on to job sites</string>
  27. <key>NSLocationWhenInUseUsageDescription</key>
  28. <string>Location acccess is need to correctly clock on to job sites</string>
  29. <key>UILaunchStoryboardName</key>
  30. <string>LaunchScreen</string>
  31. <key>UIMainStoryboardFile</key>
  32. <string>LaunchScreen</string>
  33. <key>UISupportedInterfaceOrientations</key>
  34. <array>
  35. <string>UIInterfaceOrientationPortrait</string>
  36. </array>
  37. <key>UISupportedInterfaceOrientations~ipad</key>
  38. <array>
  39. <string>UIInterfaceOrientationPortrait</string>
  40. </array>
  41. <key>XSAppIconAssets</key>
  42. <string>Assets.xcassets/AppIcon.appiconset</string>
  43. <key>NSCameraUsageDescription</key>
  44. <string>TimeBench needs camera access to take Delivery &amp; Requisition Photos</string>
  45. <key>NSPhotoLibraryUsageDescription</key>
  46. <string>TimeBench needs access to your photo library for Delivery &amp; Requisition Photos</string>
  47. <key>UIDeviceFamily</key>
  48. <array>
  49. <integer>2</integer>
  50. <integer>1</integer>
  51. </array>
  52. <key>MinimumOSVersion</key>
  53. <string>9.0</string>
  54. <key>NSAppTransportSecurity</key>
  55. <dict>
  56. <key>NSAllowsArbitraryLoadsInWebContent</key>
  57. <true/>
  58. <key>NSExceptionDomains</key>
  59. <dict>
  60. <key>http://mobile.com-al.com.au:7998/v1/Job/job_documents?id=f1ddd718-3549-4ecf-8f81-8170727f22b0&amp;userid=hnGA&amp;password=ppGg</key>
  61. <dict>
  62. <key>NSIncludesSubdomains</key>
  63. <true/>
  64. <key>NSExceptionMinimumTLSVersion</key>
  65. <string>TLSv1.0</string>
  66. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  67. <true/>
  68. <key>NSExceptionRequiresForwardSecrecy</key>
  69. <false/>
  70. </dict>
  71. </dict>
  72. </dict>
  73. <key>UIRequiresFullScreen</key>
  74. <true/>
  75. <key>LSSupportsOpeningDocumentsInPlace</key>
  76. <true/>
  77. <key>CFBundleURLTypes</key>
  78. <array>
  79. <dict>
  80. <key>CFBundleURLSchemes</key>
  81. <array>
  82. <string>prsmobile</string>
  83. </array>
  84. <key>CFBundleURLName</key>
  85. <string>open</string>
  86. <key>CFBundleURLIconFile</key>
  87. <string></string>
  88. <key>CFBundleTypeRole</key>
  89. <string>Viewer</string>
  90. </dict>
  91. </array>
  92. <key>LSApplicationQueriesSchemes</key>
  93. <array>
  94. <string>mailto</string>
  95. </array>
  96. <key>NSMicrophoneUsageDescription</key>
  97. <string>Needs microphone to record videos</string>
  98. <key>PreferIPv4</key>
  99. <true/>
  100. <key>TcpCongestionControlAlgorithm</key>
  101. <string>cubic</string>
  102. <key>UIViewControllerBasedStatusBarAppearance</key>
  103. <false/>
  104. </dict>
  105. </plist>