Info.plist 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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>CFBundleDevelopmentRegion</key>
  6. <string>en</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>taroDemo</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>$(PRODUCT_NAME)</string>
  17. <key>CFBundlePackageType</key>
  18. <string>APPL</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>1.0</string>
  21. <key>CFBundleSignature</key>
  22. <string>????</string>
  23. <key>CFBundleURLTypes</key>
  24. <array>
  25. <dict>
  26. <key>CFBundleTypeRole</key>
  27. <string>Editor</string>
  28. <key>CFBundleURLName</key>
  29. <string>taro</string>
  30. <key>CFBundleURLSchemes</key>
  31. <array>
  32. <string>taro</string>
  33. </array>
  34. </dict>
  35. </array>
  36. <key>CFBundleVersion</key>
  37. <string>1</string>
  38. <key>ITSAppUsesNonExemptEncryption</key>
  39. <false/>
  40. <key>LSRequiresIPhoneOS</key>
  41. <true/>
  42. <key>NSAppTransportSecurity</key>
  43. <dict>
  44. <key>NSAllowsArbitraryLoads</key>
  45. <false/>
  46. <key>NSAllowsLocalNetworking</key>
  47. <true/>
  48. </dict>
  49. <key>NSCameraUsageDescription</key>
  50. <string>Taro Playground 使用您的相机,用于展示相机组件的拍照、录像和扫描二维码功能。</string>
  51. <key>NSContactsUsageDescription</key>
  52. <string>Taro Playground 使用您的通讯录,用于展示通讯录 API。</string>
  53. <key>NSLocationAlwaysUsageDescription</key>
  54. <string>Taro Playground 使用您的地理位置信息,用于展示获取位置信息 API。</string>
  55. <key>NSLocationWhenInUseUsageDescription</key>
  56. <string>Taro Playground 使用您的地理位置信息,用于展示获取位置信息 API。</string>
  57. <key>NSMicrophoneUsageDescription</key>
  58. <string>Taro Playground 使用您的麦克风,用于展示相机组件的录像功能。</string>
  59. <key>NSMotionUsageDescription</key>
  60. <string>Taro Playground 使用您的运动与健康数据,用于展示运动传感器相关 API。</string>
  61. <key>NSPhotoLibraryAddUsageDescription</key>
  62. <string>Taro Playground 使用您的照片,用于展示照片相关 API。</string>
  63. <key>NSPhotoLibraryUsageDescription</key>
  64. <string>Taro Playground 使用您的照片,用于展示照片相关 API。</string>
  65. <key>UIAppFonts</key>
  66. <array>
  67. <string>Outfit-Black.ttf</string>
  68. <string>Outfit-Bold.ttf</string>
  69. <string>Outfit-ExtraBold.ttf</string>
  70. <string>Outfit-ExtraLight.ttf</string>
  71. <string>Outfit-Light.ttf</string>
  72. <string>Outfit-Medium.ttf</string>
  73. <string>Outfit-Regular.ttf</string>
  74. <string>Outfit-SemiBold.ttf</string>
  75. <string>Outfit-Thin.ttf</string>
  76. <string>Outfit-VariableFont_wght.ttf</string>
  77. </array>
  78. <key>UILaunchStoryboardName</key>
  79. <string>LaunchScreen</string>
  80. <key>UIRequiredDeviceCapabilities</key>
  81. <array>
  82. <string>armv7</string>
  83. </array>
  84. <key>UISupportedInterfaceOrientations</key>
  85. <array>
  86. <string>UIInterfaceOrientationPortrait</string>
  87. </array>
  88. <key>UIUserInterfaceStyle</key>
  89. <string>Light</string>
  90. <key>UIViewControllerBasedStatusBarAppearance</key>
  91. <false/>
  92. </dict>
  93. </plist>