|
|
@@ -36,17 +36,25 @@
|
|
|
<string>Assets.xcassets/AppIcon.appiconset</string>
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
<false/>
|
|
|
- <key>NSCameraUsageDescription</key>
|
|
|
- <string>This app needs access to the camera to take photos.</string>
|
|
|
- <key>NSMicrophoneUsageDescription</key>
|
|
|
- <string>This app needs access to microphone for taking videos.</string>
|
|
|
- <key>NSPhotoLibraryAddUsageDescription</key>
|
|
|
- <string>This app needs access to the photo gallery for picking photos and videos.</string>
|
|
|
- <key>NSPhotoLibraryUsageDescription</key>
|
|
|
- <string>This app needs access to photos gallery for picking photos and videos.</string>
|
|
|
+ <key>NSBluetoothAlwaysUsageDescription</key>
|
|
|
+ <string>Bluetooth access is needed to locate equipment items</string>
|
|
|
<key>NSBluetoothPeripheralUsageDescription</key>
|
|
|
- <string>This app needs access to Bluetooth to keep bluetooth trackers up to date</string>
|
|
|
+ <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>This app needs access to Location to validate user inputs</string>
|
|
|
+ <string>Location acccess is need to correctly clock on to job sites</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>NSMicrophoneUsageDescription</key>
|
|
|
+ <string>Needs microphone to record videos</string>
|
|
|
</dict>
|
|
|
</plist>
|