123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>CFBundleDisplayName</key>
- <string>PRS Site App</string>
- <key>CFBundleIdentifier</key>
- <string>com.prsdigital.prssiteapp</string>
- <key>CFBundleName</key>
- <string>PRS Site App</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0</string>
- <key>CFBundleVersion</key>
- <string>1.0</string>
- <key>NSBluetoothAlwaysUsageDescription</key>
- <string>Bluetooth access is needed to locate equipment items</string>
- <key>NSBluetoothPeripheralUsageDescription</key>
- <string>Bluetooth access is needed to locate equipment items</string>
- <key>NSCalendarsUsageDescription</key>
- <string>Needed for Job Allocation Screens</string>
- <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
- <string>Location acccess is need to correctly clock on to job sites</string>
- <key>NSLocationAlwaysUsageDescription</key>
- <string>Location acccess is need to correctly clock on to job sites</string>
- <key>NSLocationUsageDescription</key>
- <string>Location acccess is need to correctly clock on to job sites</string>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string>Location acccess is need to correctly clock on to job sites</string>
- <key>UILaunchStoryboardName</key>
- <string>LaunchScreen</string>
- <key>UIMainStoryboardFile</key>
- <string>LaunchScreen</string>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- </array>
- <key>UISupportedInterfaceOrientations~ipad</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- </array>
- <key>XSAppIconAssets</key>
- <string>Assets.xcassets/AppIcon.appiconset</string>
- <key>NSCameraUsageDescription</key>
- <string>TimeBench needs camera access to take Delivery & Requisition Photos</string>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>TimeBench needs access to your photo library for Delivery & Requisition Photos</string>
- <key>UIDeviceFamily</key>
- <array>
- <integer>2</integer>
- <integer>1</integer>
- </array>
- <key>MinimumOSVersion</key>
- <string>9.0</string>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoadsInWebContent</key>
- <true/>
- <key>NSExceptionDomains</key>
- <dict>
- <key>http://mobile.com-al.com.au:7998/v1/Job/job_documents?id=f1ddd718-3549-4ecf-8f81-8170727f22b0&userid=hnGA&password=ppGg</key>
- <dict>
- <key>NSIncludesSubdomains</key>
- <true/>
- <key>NSExceptionMinimumTLSVersion</key>
- <string>TLSv1.0</string>
- <key>NSExceptionAllowsInsecureHTTPLoads</key>
- <true/>
- <key>NSExceptionRequiresForwardSecrecy</key>
- <false/>
- </dict>
- </dict>
- </dict>
- <key>UIRequiresFullScreen</key>
- <true/>
- <key>LSSupportsOpeningDocumentsInPlace</key>
- <true/>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>prsmobile</string>
- </array>
- <key>CFBundleURLName</key>
- <string>open</string>
- <key>CFBundleURLIconFile</key>
- <string></string>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- </dict>
- </array>
- <key>LSApplicationQueriesSchemes</key>
- <array>
- <string>mailto</string>
- </array>
- <key>NSMicrophoneUsageDescription</key>
- <string>Needs microphone to record videos</string>
- <key>PreferIPv4</key>
- <true/>
- <key>TcpCongestionControlAlgorithm</key>
- <string>cubic</string>
- <key>UIViewControllerBasedStatusBarAppearance</key>
- <false/>
- </dict>
- </plist>
|