瞄喵-Info.plist 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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>zh_CN</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>${PRODUCT_NAME}</string>
  9. <key>CFBundleExecutable</key>
  10. <string>${EXECUTABLE_NAME}</string>
  11. <key>CFBundleIcons</key>
  12. <dict/>
  13. <key>CFBundleIcons~ipad</key>
  14. <dict/>
  15. <key>CFBundleIdentifier</key>
  16. <string>com.miaomiao.app</string>
  17. <key>CFBundleInfoDictionaryVersion</key>
  18. <string>6.0</string>
  19. <key>CFBundleName</key>
  20. <string>${PRODUCT_NAME}</string>
  21. <key>CFBundlePackageType</key>
  22. <string>APPL</string>
  23. <key>CFBundleShortVersionString</key>
  24. <string>1.0.0</string>
  25. <key>CFBundleSignature</key>
  26. <string>????</string>
  27. <key>CFBundleURLTypes</key>
  28. <array>
  29. <dict>
  30. <key>CFBundleURLName</key>
  31. <string>weixin</string>
  32. <key>CFBundleURLSchemes</key>
  33. <array>
  34. <string>wxc5181c0d406023e6</string>
  35. </array>
  36. </dict>
  37. </array>
  38. <key>CFBundleVersion</key>
  39. <string>3.0.2</string>
  40. <key>LSApplicationQueriesSchemes</key>
  41. <array>
  42. <string>weixin</string>
  43. <string>wechat</string>
  44. </array>
  45. <key>LSRequiresIPhoneOS</key>
  46. <true/>
  47. <key>NSAppTransportSecurity</key>
  48. <dict>
  49. <key>NSAllowsArbitraryLoads</key>
  50. <true/>
  51. <key>NSExceptionDomains</key>
  52. <dict>
  53. <key>jpush.cn</key>
  54. <dict>
  55. <key>NSIncludesSubdomains</key>
  56. <true/>
  57. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  58. <true/>
  59. </dict>
  60. </dict>
  61. </dict>
  62. <key>NSAppleMusicUsageDescription</key>
  63. <string>App需要您的同意,才能访问媒体资料库</string>
  64. <key>NSBluetoothPeripheralUsageDescription</key>
  65. <string>App需要您的同意,才能访问蓝牙</string>
  66. <key>NSCalendarsUsageDescription</key>
  67. <string>App需要您的同意,才能访问日历</string>
  68. <key>NSCameraUsageDescription</key>
  69. <string>我们需要使用的相机功能进行拍摄视频,您是否允许打开相机?</string>
  70. <key>NSHealthShareUsageDescription</key>
  71. <string>App需要您的同意,才能访问健康分享</string>
  72. <key>NSHealthUpdateUsageDescription</key>
  73. <string>App需要您的同意,才能访问健康更新 </string>
  74. <key>NSLocationAlwaysUsageDescription</key>
  75. <string>App需要您的同意,才能始终访问位置</string>
  76. <key>NSLocationUsageDescription</key>
  77. <string>App需要您的同意,才能访问位置</string>
  78. <key>NSLocationWhenInUseUsageDescription</key>
  79. <string>App需要您的同意才能访问位置</string>
  80. <key>NSMainNibFile</key>
  81. <string></string>
  82. <key>NSMainNibFile~ipad</key>
  83. <string></string>
  84. <key>NSMicrophoneUsageDescription</key>
  85. <string>我们需要使用的麦克风功能进行录音,您是否允许打开麦克风??</string>
  86. <key>NSMotionUsageDescription</key>
  87. <string>App需要您的同意,才能访问运动与健身</string>
  88. <key>NSPhotoLibraryAddUsageDescription</key>
  89. <string>App需要您的授权才能保存媒体</string>
  90. <key>NSPhotoLibraryUsageDescription</key>
  91. <string>App需要您的同意才能读取媒体资料库</string>
  92. <key>NSRemindersUsageDescription</key>
  93. <string>App需要您的同意,才能访问提醒事项</string>
  94. <key>UIRequiresFullScreen</key>
  95. <true/>
  96. <key>UIStatusBarStyle</key>
  97. <string>UIStatusBarStyleLightContent</string>
  98. <key>UISupportedInterfaceOrientations</key>
  99. <array>
  100. <string>UIInterfaceOrientationPortrait</string>
  101. </array>
  102. <key>UISupportedInterfaceOrientations~ipad</key>
  103. <array>
  104. <string>UIInterfaceOrientationPortrait</string>
  105. <string>UIInterfaceOrientationLandscapeLeft</string>
  106. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  107. <string>UIInterfaceOrientationLandscapeRight</string>
  108. </array>
  109. </dict>
  110. </plist>