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