Kaynağa Gözat

Plist文件增加适配iOS10访问Camera、Photo Library的Privacy。

Pen Li 9 yıl önce
ebeveyn
işleme
712086aa9f

BIN
RedAnt ERP Mobile/RedAnt ERP Mobile.xcworkspace/xcuserdata/macmini1.xcuserdatad/UserInterfaceState.xcuserstate


+ 4 - 0
RedAnt ERP Mobile/iSales-NPD/iSales-NPD-Info.plist

@@ -48,5 +48,9 @@
 		<string>UIInterfaceOrientationLandscapeLeft</string>
 		<string>UIInterfaceOrientationLandscapeRight</string>
 	</array>
+	<key>NSCameraUsageDescription</key>
+	<string>Try to use camera</string>
+	<key>NSPhotoLibraryUsageDescription</key>
+	<string>Try to visit Photo Library</string>
 </dict>
 </plist>