Skip to content

Commit 3ba04d8

Browse files
committed
Add required NSPhotoLibraryUsageDescription to Reader
It's surprising that 4d7578f did not include this key while also being successfully distributed to TestFlight...
1 parent b085e51 commit 3ba04d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

WordPress/WordPress.xcodeproj/project.pbxproj

+3
Original file line numberDiff line numberDiff line change
@@ -3982,6 +3982,7 @@
39823982
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
39833983
INFOPLIST_KEY_NSCameraUsageDescription = "To take photos or videos to use in your posts.";
39843984
INFOPLIST_KEY_NSMicrophoneUsageDescription = "Enable microphone access to record sound in your videos.";
3985+
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "To add photos or videos to your posts.";
39853986
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
39863987
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait";
39873988
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
@@ -4029,6 +4030,7 @@
40294030
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
40304031
INFOPLIST_KEY_NSCameraUsageDescription = "To take photos or videos to use in your posts.";
40314032
INFOPLIST_KEY_NSMicrophoneUsageDescription = "Enable microphone access to record sound in your videos.";
4033+
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "To add photos or videos to your posts.";
40324034
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
40334035
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait";
40344036
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
@@ -4075,6 +4077,7 @@
40754077
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
40764078
INFOPLIST_KEY_NSCameraUsageDescription = "To take photos or videos to use in your posts.";
40774079
INFOPLIST_KEY_NSMicrophoneUsageDescription = "Enable microphone access to record sound in your videos.";
4080+
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "To add photos or videos to your posts.";
40784081
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
40794082
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait";
40804083
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";

0 commit comments

Comments
 (0)