Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
Fixing camera crash issue
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyhulen committed Jul 12, 2017
1 parent 712b4bf commit c3a59cd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Mattermost/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.10</string>
<string>3.10.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>39</string>
<string>40</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand All @@ -46,6 +46,10 @@
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSCameraUsageDescription</key>
<string>This app needs permission to upload photos and videos from the camera.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>This app needs permission to upload photos from the photo library.</string>
<key>UIBackgroundModes</key>
<array>
<string>remote-notification</string>
Expand Down

0 comments on commit c3a59cd

Please sign in to comment.