Info.plist 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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>$(DEVELOPMENT_LANGUAGE)</string>
  7. <key>CFBundleExecutable</key>
  8. <string>$(EXECUTABLE_NAME)</string>
  9. <key>CFBundleIdentifier</key>
  10. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  11. <key>CFBundleInfoDictionaryVersion</key>
  12. <string>6.0</string>
  13. <key>CFBundleName</key>
  14. <string>电梯管家</string>
  15. <key>CFBundlePackageType</key>
  16. <string>APPL</string>
  17. <key>CFBundleShortVersionString</key>
  18. <string>$(MARKETING_VERSION)</string>
  19. <key>CFBundleSignature</key>
  20. <string>????</string>
  21. <key>CFBundleVersion</key>
  22. <string>$(CURRENT_PROJECT_VERSION)</string>
  23. <key>LSApplicationQueriesSchemes</key>
  24. <array>
  25. <string>iosamap</string>
  26. <string>weixin</string>
  27. <string>weixinULAPI</string>
  28. </array>
  29. <key>LSRequiresIPhoneOS</key>
  30. <true/>
  31. <key>NSAppTransportSecurity</key>
  32. <dict>
  33. <key>NSAllowsArbitraryLoads</key>
  34. <true/>
  35. <key>NSExceptionDomains</key>
  36. <dict>
  37. <key>edtyun.cc</key>
  38. <dict>
  39. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  40. <true/>
  41. <key>NSExceptionRequiresForwardSecrecy</key>
  42. <false/>
  43. <key>NSIncludesSubdomains</key>
  44. <true/>
  45. </dict>
  46. <key>edtyun.com</key>
  47. <dict>
  48. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  49. <true/>
  50. <key>NSExceptionRequiresForwardSecrecy</key>
  51. <false/>
  52. <key>NSIncludesSubdomains</key>
  53. <true/>
  54. </dict>
  55. <key>http://activity.edtyun.com</key>
  56. <dict>
  57. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  58. <true/>
  59. <key>NSExceptionRequiresForwardSecrecy</key>
  60. <false/>
  61. <key>NSIncludesSubdomains</key>
  62. <true/>
  63. </dict>
  64. <key>http://appdl.edtyun.com</key>
  65. <dict>
  66. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  67. <true/>
  68. <key>NSExceptionRequiresForwardSecrecy</key>
  69. <false/>
  70. <key>NSIncludesSubdomains</key>
  71. <true/>
  72. </dict>
  73. <key>jpush.cn</key>
  74. <dict>
  75. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  76. <true/>
  77. <key>NSExceptionRequiresForwardSecrecy</key>
  78. <false/>
  79. <key>NSIncludesSubdomains</key>
  80. <true/>
  81. </dict>
  82. </dict>
  83. </dict>
  84. <key>NSAppleMusicUsageDescription</key>
  85. <string>App需要您的同意,才能访问媒体资料库</string>
  86. <key>NSBluetoothPeripheralUsageDescription</key>
  87. <string>App需要您的同意,才能访问蓝牙</string>
  88. <key>NSCalendarsUsageDescription</key>
  89. <string>App需要您的同意,才能访问日历</string>
  90. <key>NSCameraUsageDescription</key>
  91. <string>App需要对个人信息的头像、保养、急修、年检图片进行上传提交,您是否允许访问相机</string>
  92. <key>NSContactsUsageDescription</key>
  93. <string>App需要您的同意,才能访问通讯录</string>
  94. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  95. <string>App需要您的同意,才能获取当前位置信息</string>
  96. <key>NSLocationAlwaysUsageDescription</key>
  97. <string>App需要对打卡签到进行定位,您是否允许访问位置</string>
  98. <key>NSLocationUsageDescription</key>
  99. <string>App需要对打卡签到进行定位,您是否允许访问位置</string>
  100. <key>NSLocationWhenInUseUsageDescription</key>
  101. <string>App需要对打卡签到进行定位,您是否允许访问位置</string>
  102. <key>NSMicrophoneUsageDescription</key>
  103. <string>App需要您的同意,才能访问麦克风</string>
  104. <key>NSMotionUsageDescription</key>
  105. <string>App需要您的同意,才能访问运动与健身</string>
  106. <key>NSPhotoLibraryUsageDescription</key>
  107. <string>App需要对个人信息的头像和保养、急修、年检图片进行上传提交,您是否允许访问相册</string>
  108. <key>NSRemindersUsageDescription</key>
  109. <string>App需要您的同意,才能访问提醒事项</string>
  110. <key>NSSpeechRecognitionUsageDescription</key>
  111. <string>App需要您的同意,才能访问语音</string>
  112. <key>UIBackgroundModes</key>
  113. <array>
  114. <string>fetch</string>
  115. <string>remote-notification</string>
  116. </array>
  117. <key>UILaunchStoryboardName</key>
  118. <string>LaunchScreen</string>
  119. <key>UIMainStoryboardFile</key>
  120. <string>Main</string>
  121. <key>UISupportedInterfaceOrientations</key>
  122. <array>
  123. <string>UIInterfaceOrientationPortrait</string>
  124. <string>UIInterfaceOrientationLandscapeLeft</string>
  125. <string>UIInterfaceOrientationLandscapeRight</string>
  126. </array>
  127. <key>UISupportedInterfaceOrientations~ipad</key>
  128. <array>
  129. <string>UIInterfaceOrientationPortrait</string>
  130. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  131. <string>UIInterfaceOrientationLandscapeLeft</string>
  132. <string>UIInterfaceOrientationLandscapeRight</string>
  133. </array>
  134. <key>UIViewControllerBasedStatusBarAppearance</key>
  135. <false/>
  136. <key>XG_ACCESS_ID</key>
  137. <string>2200320954</string>
  138. <key>XG_ACCESS_KEY</key>
  139. <string>II57R6KW16TT</string>
  140. <key>io.flutter.embedded_views_preview</key>
  141. <string>YES</string>
  142. </dict>
  143. </plist>