Info.plist 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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></key>
  6. <string></string>
  7. <key>CFBundleDevelopmentRegion</key>
  8. <string>$(DEVELOPMENT_LANGUAGE)</string>
  9. <key>CFBundleExecutable</key>
  10. <string>$(EXECUTABLE_NAME)</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  13. <key>CFBundleInfoDictionaryVersion</key>
  14. <string>6.0</string>
  15. <key>CFBundleName</key>
  16. <string>douyin_demo</string>
  17. <key>CFBundlePackageType</key>
  18. <string>APPL</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>douyinDemo</string>
  21. <key>CFBundleSignature</key>
  22. <string>????</string>
  23. <key>CFBundleVersion</key>
  24. <string>0.01</string>
  25. <key>LSRequiresIPhoneOS</key>
  26. <true/>
  27. <key>UILaunchStoryboardName</key>
  28. <string>LaunchScreen</string>
  29. <key>UIMainStoryboardFile</key>
  30. <string>Main</string>
  31. <key>UISupportedInterfaceOrientations</key>
  32. <array>
  33. <string>UIInterfaceOrientationPortrait</string>
  34. <string>UIInterfaceOrientationLandscapeLeft</string>
  35. <string>UIInterfaceOrientationLandscapeRight</string>
  36. </array>
  37. <key>UISupportedInterfaceOrientations~ipad</key>
  38. <array>
  39. <string>UIInterfaceOrientationPortrait</string>
  40. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  41. <string>UIInterfaceOrientationLandscapeLeft</string>
  42. <string>UIInterfaceOrientationLandscapeRight</string>
  43. </array>
  44. <key>UIViewControllerBasedStatusBarAppearance</key>
  45. <false/>
  46. <key>NSCameraUsageDescription</key>
  47. <string>系统将使用您的相机进行图片拍摄,视频拍摄等</string>
  48. <key>NSMicrophoneUsageDescription</key>
  49. <string>系统将使用您的麦克风进行音频录制</string>
  50. <key>NSPhotoLibraryUsageDescription</key>
  51. <string>我们将存储照片至您的相册以及从相册获取图片信息</string>
  52. <key>NSAppTransportSecurity</key>
  53. <dict>
  54. <key>NSAllowsArbitraryLoads</key>
  55. <true/>
  56. </dict>
  57. </dict>
  58. </plist>