123456789101112131415161718192021222324252627282930 |
- <?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>NSLocationWhenInUseUsageDescription</key>
- <string>应用程序需要获取您的位置,以便设置以及获取考勤人的打卡地点</string>
- <key>UIApplicationSceneManifest</key>
- <dict>
- <key>UIApplicationSupportsMultipleScenes</key>
- <false/>
- <key>UISceneConfigurations</key>
- <dict/>
- </dict>
- <key>CFBundleIdentifier</key>
- <string></string>
- <key>CFBundleDisplayName</key>
- <string>KS Culinery</string>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>The APP gets your album so it can set up avatars to add comments and other information</string>
- <key>NSCameraUsageDescription</key>
- <string>The app needs to get your camera in order to set up information such as avatars, listing pictures</string>
- <key>NSPhotoLibraryAddUsageDescription</key>
- <string>Please allow the application to save the picture to the album</string>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- </dict>
- </plist>
|