Skip to content

Commit ba534fd

Browse files
authored
Merge pull request #449 from woocommerce/add-photo-permissions
Update usage description in Info.plist
2 parents a7bc25c + 4e5efdb commit ba534fd

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

WooCommerce/Resources/Info.plist

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</dict>
4444
</array>
4545
<key>CFBundleVersion</key>
46-
<string>20181119</string>
46+
<string>2018111901</string>
4747
<key>Fabric</key>
4848
<dict>
4949
<key>APIKey</key>
@@ -64,14 +64,18 @@
6464
</array>
6565
<key>LSRequiresIPhoneOS</key>
6666
<true/>
67-
<key>UILaunchStoryboardName</key>
68-
<string>LaunchScreen</string>
69-
<key>UIMainStoryboardFile</key>
70-
<string>Main</string>
67+
<key>NSCameraUsageDescription</key>
68+
<string>To take photos or videos to add to your support tickets.</string>
69+
<key>NSPhotoLibraryUsageDescription</key>
70+
<string>To add photos or videos to your support tickets.</string>
7171
<key>UIAppFonts</key>
7272
<array>
7373
<string>Noticons.ttf</string>
7474
</array>
75+
<key>UILaunchStoryboardName</key>
76+
<string>LaunchScreen</string>
77+
<key>UIMainStoryboardFile</key>
78+
<string>Main</string>
7579
<key>UIRequiredDeviceCapabilities</key>
7680
<array>
7781
<string>arm64</string>

0 commit comments

Comments
 (0)