Info.plist 1.1 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>NSLocationWhenInUseUsageDescription</key>
  6. <string>应用程序需要获取您的位置,以便设置以及获取考勤人的打卡地点</string>
  7. <key>UIApplicationSceneManifest</key>
  8. <dict>
  9. <key>UIApplicationSupportsMultipleScenes</key>
  10. <false/>
  11. <key>UISceneConfigurations</key>
  12. <dict/>
  13. </dict>
  14. <key>CFBundleIdentifier</key>
  15. <string></string>
  16. <key>CFBundleDisplayName</key>
  17. <string>KS Culinery</string>
  18. <key>NSPhotoLibraryUsageDescription</key>
  19. <string>The APP gets your album so it can set up avatars to add comments and other information</string>
  20. <key>NSCameraUsageDescription</key>
  21. <string>The app needs to get your camera in order to set up information such as avatars, listing pictures</string>
  22. <key>NSPhotoLibraryAddUsageDescription</key>
  23. <string>Please allow the application to save the picture to the album</string>
  24. <key>NSAppTransportSecurity</key>
  25. <dict>
  26. <key>NSAllowsArbitraryLoads</key>
  27. <true/>
  28. </dict>
  29. </dict>
  30. </plist>