Info.plist 764 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <dict>
    <key>NSPhotoLibraryUsageDescription</key>
    <string>uni API 功能演示需读取相册</string>
    <key>NSPhotoLibraryAddUsageDescription</key>
    <string>uni API 功能演示需读写相册</string>
    <key>NSLocationWhenInUseUsageDescription</key>
    <string>uni API 功能演示需访问位置信息</string>
    <key>NSLocationAlwaysUsageDescription</key>
    <string>uni API 功能演示需在后台期间访问位置信息</string>
    <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
    <string>uni API 功能演示需访问位置信息</string>
  </dict>
</plist>