Skip to content

Commit

Permalink
add permission entry and strings necessary for newer versions of iOS. f…
Browse files Browse the repository at this point in the history
…ixes #323
  • Loading branch information
Carlos Puchol committed Jul 23, 2020
1 parent b5e14f4 commit a49e775
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions AmahiAnywhere/AmahiAnywhere/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@
<true/>
</dict>
<key>NSCameraUsageDescription</key>
<string>Please allow access to your camera to take pictures for your HDA server</string>
<string>Allow access to your camera to take photos and store them in the app or your Amahi server</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Please allow access to your photo library to select photos for upload</string>
<string>Allow access to your photo library to select photos for upload</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>Allow access to Bluetooth to use accesories for audio play</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
Expand Down

0 comments on commit a49e775

Please sign in to comment.