From a8f4917e172a7574442419dcdb6305b410cd19ae Mon Sep 17 00:00:00 2001 From: Valeriy Van Date: Fri, 20 Jan 2017 13:22:19 +0100 Subject: [PATCH] Adds NSPhotoLibraryUsageDescription to plist of ChartsDemo to prevent crash on iOS 10 on try to store shot of char to photo library. --- ChartsDemo/Supporting Files/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChartsDemo/Supporting Files/Info.plist b/ChartsDemo/Supporting Files/Info.plist index fb4115c84c..4a1b14c07a 100644 --- a/ChartsDemo/Supporting Files/Info.plist +++ b/ChartsDemo/Supporting Files/Info.plist @@ -32,5 +32,7 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + NSPhotoLibraryUsageDescription + This app requires access to the photo library to store shots of charts there.