| | |
| | | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| | | <plist version="1.0"> |
| | | <dict> |
| | | <key>privacy</key> |
| | | <string></string> |
| | | <key>NSMicrophoneUsageDescription</key> |
| | | <string>麦克风</string> |
| | | <key>NSPhotoLibraryUsageDescription</key> |
| | | <string>此 App 需要您的同意才能读取媒体资料库</string> |
| | | <key>NSPhotoLibraryAddUsageDescription</key> |
| | | <string>此 App 需要您的同意才能访问相册权限</string> |
| | | <key>NSAppTransportSecurity</key> |
| | | <dict> |
| | | <key>NSAllowsArbitraryLoads</key> |
| | | <true/> |
| | | </dict> |
| | | <key>PHPhotoLibraryPreventAutomaticLimitedAccessAlert</key> |
| | | <true/> |
| | | <key>privacy</key> |
| | | <string></string> |
| | | </dict> |
| | | </plist> |