Skip to content

Commit

Permalink
Fix crash on iOS 11 when attempting to save an image from a post.
Browse files Browse the repository at this point in the history
Fixes #675.
  • Loading branch information
nolanw committed Oct 15, 2017
1 parent a015d59 commit e66b377
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions App/Info.plist
Expand Up @@ -299,6 +299,8 @@
</dict>
<key>NSCameraUsageDescription</key>
<string>Awful will upload to Imgur any photos you take and choose to include in your post when you tap Post</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Awful can save images from posts</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Awful will upload to Imgur any photos you choose from your library when you tap Post</string>
<key>NSUserActivityTypes</key>
Expand Down

0 comments on commit e66b377

Please sign in to comment.