Info.plist 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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>CFBundleAllowMixedLocalizations</key>
  6. <true/>
  7. <key>CFBundleDevelopmentRegion</key>
  8. <string>en</string>
  9. <key>CFBundleDisplayName</key>
  10. <string>千模模特版</string>
  11. <key>CFBundleExecutable</key>
  12. <string>$(EXECUTABLE_NAME)</string>
  13. <key>CFBundleIdentifier</key>
  14. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  15. <key>CFBundleInfoDictionaryVersion</key>
  16. <string>6.0</string>
  17. <key>CFBundleName</key>
  18. <string>$(PRODUCT_NAME)</string>
  19. <key>CFBundlePackageType</key>
  20. <string>APPL</string>
  21. <key>CFBundleShortVersionString</key>
  22. <string>$(MARKETING_VERSION)</string>
  23. <key>CFBundleURLTypes</key>
  24. <array>
  25. <dict>
  26. <key>CFBundleTypeRole</key>
  27. <string>Editor</string>
  28. <key>CFBundleURLName</key>
  29. <string>weixin</string>
  30. <key>CFBundleURLSchemes</key>
  31. <array>
  32. <string>wx2a873aba839dbb4b</string>
  33. </array>
  34. </dict>
  35. <dict>
  36. <key>CFBundleTypeRole</key>
  37. <string>Editor</string>
  38. <key>CFBundleURLName</key>
  39. <string>chmoModel</string>
  40. <key>CFBundleURLSchemes</key>
  41. <array>
  42. <string>chmoModel</string>
  43. </array>
  44. </dict>
  45. </array>
  46. <key>CFBundleVersion</key>
  47. <string>$(CURRENT_PROJECT_VERSION)</string>
  48. <key>ITSAppUsesNonExemptEncryption</key>
  49. <false/>
  50. <key>LSApplicationCategoryType</key>
  51. <string></string>
  52. <key>LSRequiresIPhoneOS</key>
  53. <true/>
  54. <key>NSAppTransportSecurity</key>
  55. <dict>
  56. <key>NSAllowsArbitraryLoads</key>
  57. <true/>
  58. </dict>
  59. <key>NSBluetoothPeripheralUsageDescription</key>
  60. <string>是否允许千模使用蓝牙?</string>
  61. <key>NSCameraUsageDescription</key>
  62. <string>是否允许千模使用你的相机,以便你视频聊天和拍照上传图片等</string>
  63. <key>NSContactsUsageDescription</key>
  64. <string>是否允许千模使用你的通讯录?</string>
  65. <key>NSLocationUsageDescription</key>
  66. <string>是否允许千模始终使用你的地理位置,以便你向好友发送位置</string>
  67. <key>NSLocationWhenInUseUsageDescription</key>
  68. <string>是否允许千模运行时使用你的地理位置,以便你向好友发送位置</string>
  69. <key>NSMicrophoneUsageDescription</key>
  70. <string>是否允许千模使用你的麦克风,以便你视频或语言聊天</string>
  71. <key>NSPhotoLibraryAddUsageDescription</key>
  72. <string>是否允许千模使用你的媒体资料库,以便你发送或上传图片</string>
  73. <key>NSPhotoLibraryUsageDescription</key>
  74. <string>是否允许千模使用你的媒体资料库,以便你发送或上传图片</string>
  75. <key>UIMainStoryboardFile</key>
  76. <string>Main</string>
  77. <key>UIRequiredDeviceCapabilities</key>
  78. <array>
  79. <string>armv7</string>
  80. </array>
  81. <key>UISupportedInterfaceOrientations</key>
  82. <array>
  83. <string>UIInterfaceOrientationPortrait</string>
  84. </array>
  85. <key>UIUserInterfaceStyle</key>
  86. <string>Light</string>
  87. <key>UIViewControllerBasedStatusBarAppearance</key>
  88. <true/>
  89. </dict>
  90. </plist>