Navaron Bracke

remove duplicate keys from Info.plist

@@ -27,9 +27,9 @@ @@ -27,9 +27,9 @@
27 <key>LSRequiresIPhoneOS</key> 27 <key>LSRequiresIPhoneOS</key>
28 <true/> 28 <true/>
29 <key>NSCameraUsageDescription</key> 29 <key>NSCameraUsageDescription</key>
30 - <string>We use the camera to scan barcodes</string> 30 + <string>This app needs camera access to scan QR codes</string>
31 <key>NSPhotoLibraryUsageDescription</key> 31 <key>NSPhotoLibraryUsageDescription</key>
32 - <string>We need access in order to open photos of barcodes</string> 32 + <string>This app needs photos access to get QR code from photo library</string>
33 <key>UIApplicationSupportsIndirectInputEvents</key> 33 <key>UIApplicationSupportsIndirectInputEvents</key>
34 <true/> 34 <true/>
35 <key>UILaunchStoryboardName</key> 35 <key>UILaunchStoryboardName</key>
@@ -51,10 +51,5 @@ @@ -51,10 +51,5 @@
51 </array> 51 </array>
52 <key>UIViewControllerBasedStatusBarAppearance</key> 52 <key>UIViewControllerBasedStatusBarAppearance</key>
53 <false/> 53 <false/>
54 - <key>NSCameraUsageDescription</key>  
55 - <string>This app needs camera access to scan QR codes</string>  
56 -  
57 - <key>NSPhotoLibraryUsageDescription</key>  
58 - <string>This app needs photos access to get QR code from photo library</string>  
59 </dict> 54 </dict>
60 </plist> 55 </plist>