| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?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.Avalonia</string>
- <key>CFBundleIdentifier</key>
- <string>com.prs.avalonia</string>
- <key>CFBundleShortVersionString</key>
- <string>1.13</string>
- <key>CFBundleVersion</key>
- <string>1.13</string>
- <key>LSRequiresIPhoneOS</key>
- <false/>
- <key>MinimumOSVersion</key>
- <string>13.0</string>
- <key>UIDeviceFamily</key>
- <array>
- <integer>1</integer>
- <integer>2</integer>
- </array>
- <key>UILaunchStoryboardName</key>
- <string>LaunchScreen</string>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>armv7</string>
- </array>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- </array>
- <key>UISupportedInterfaceOrientations~ipad</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- </array>
- <key>XSAppIconAssets</key>
- <string>Assets.xcassets/AppIcon.appiconset</string>
- <key>UIBackgroundModes</key>
- <array>
- <string>bluetooth-central</string>
- <string>bluetooth-peripheral</string>
- </array>
- <key>NSBluetoothAlwaysUsageDescription</key>
- <string>This app uses Bluetooth LE to locate and unlock PRS Digital Key Units</string>
- <key>NSBluetoothPeripheralUsageDescription</key>
- <string>This app uses Bluetooth LE to locate and unlock PRS digital Key Units</string>
- <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
- <string>This app uses Location Services to streamline timesheet recording</string>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string>This app uses Location Services to streamline timesheet recording</string>
- <key>NSLocationTemporaryUsageDescriptionDictionary</key>
- <dict>
- <key>TemporaryFullAccuracyUsageDescription</key>
- <string>This app uses Full Accuracy Location Services to streamline timesheet recording</string>
- </dict>
- <key>NSMicrophoneUsageDescription</key>
- <string>This app uses multimedia features when saving site documents and forms</string>
- <key>NSContactsUsageDescription</key>
- <string>This app uses contact information to enhance communication between staff members</string>
- <key>NSSiriUsageDescription</key>
- <string>This app uses multimedia features when saving site documents and forms</string>
- <key>NSCalendarsUsageDescription</key>
- <string>This app accesses calendars to assist with scheduling features</string>
- <key>NSAppleMusicUsageDescription</key>
- <string>This app uses multimedia features when saving site documents and forms</string>
- <key>NSCameraUsageDescription</key>
- <string>This app uses multimedia features when saving site documents and forms</string>
- <key>ITSAppUsesNonExemptEncryption</key>
- <false/>
- </dict>
- </plist>
|