You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
612 B
18 lines
612 B
<?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>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleLocalizations</key>
|
|
<array>
|
|
<string>en</string>
|
|
<string>zh-Hans</string>
|
|
</array>
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
<string>需要访问相册来选择自定义Logo图片</string>
|
|
<key>NSPhotoLibraryAddUsageDescription</key>
|
|
<string>需要访问相册来保存生成的二维码图片</string>
|
|
</dict>
|
|
</plist>
|