| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 | 
							- <?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>TimeBench</string>
 
- 	<key>CFBundleIdentifier</key>
 
- 	<string>au.com.frogsoftware.timesheets</string>
 
- 	<key>CFBundleName</key>
 
- 	<string>TimeBench</string>
 
- 	<key>CFBundleShortVersionString</key>
 
- 	<string>4.39.6</string>
 
- 	<key>CFBundleVersion</key>
 
- 	<string>4.39.6</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>
 
- </dict>
 
- </plist>
 
 
  |