Commit bbb09e39530d29a87d38aa51ccea2eedce329944
1 parent
3c969894
版本号
Showing
1 changed file
with
4 additions
and
4 deletions
CNLiveChatSDKDemo/CNLiveChatSDKDemo/Info.plist
| ... | ... | @@ -2,8 +2,6 @@ |
| 2 | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| 3 | 3 | <plist version="1.0"> |
| 4 | 4 | <dict> |
| 5 | - <key>NSPhotoLibraryUsageDescription</key> | |
| 6 | - <string>请求打开相册</string> | |
| 7 | 5 | <key>CFBundleDevelopmentRegion</key> |
| 8 | 6 | <string>en</string> |
| 9 | 7 | <key>CFBundleExecutable</key> |
| ... | ... | @@ -17,9 +15,9 @@ |
| 17 | 15 | <key>CFBundlePackageType</key> |
| 18 | 16 | <string>APPL</string> |
| 19 | 17 | <key>CFBundleShortVersionString</key> |
| 20 | - <string>1.0</string> | |
| 18 | + <string>2.0</string> | |
| 21 | 19 | <key>CFBundleVersion</key> |
| 22 | - <string>1</string> | |
| 20 | + <string>2.0.17.7.19</string> | |
| 23 | 21 | <key>LSRequiresIPhoneOS</key> |
| 24 | 22 | <true/> |
| 25 | 23 | <key>NSAppTransportSecurity</key> |
| ... | ... | @@ -31,6 +29,8 @@ |
| 31 | 29 | <string></string> |
| 32 | 30 | <key>NSMicrophoneUsageDescription</key> |
| 33 | 31 | <string>请求打开话筒</string> |
| 32 | + <key>NSPhotoLibraryUsageDescription</key> | |
| 33 | + <string>请求打开相册</string> | |
| 34 | 34 | <key>UILaunchStoryboardName</key> |
| 35 | 35 | <string>LaunchScreen</string> |
| 36 | 36 | <key>UIMainStoryboardFile</key> | ... | ... |