Info.plist 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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>NSAppTransportSecurity</key>
  6. <dict>
  7. <key>NSAllowsArbitraryLoads</key>
  8. <true/>
  9. </dict>
  10. <key>CFBundleDevelopmentRegion</key>
  11. <string>$(DEVELOPMENT_LANGUAGE)</string>
  12. <key>CFBundleDisplayName</key>
  13. <string>顾家服务</string>
  14. <key>CFBundleExecutable</key>
  15. <string>$(EXECUTABLE_NAME)</string>
  16. <key>CFBundleIdentifier</key>
  17. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  18. <key>CFBundleInfoDictionaryVersion</key>
  19. <string>6.0</string>
  20. <key>CFBundleName</key>
  21. <string>$(PRODUCT_NAME)</string>
  22. <key>CFBundlePackageType</key>
  23. <string>APPL</string>
  24. <key>CFBundleShortVersionString</key>
  25. <string>1.0</string>
  26. <key>CFBundleVersion</key>
  27. <string>1</string>
  28. <key>LSRequiresIPhoneOS</key>
  29. <true/>
  30. <key>UIMainStoryboardFile</key>
  31. <string>Main</string>
  32. <key>UIRequiredDeviceCapabilities</key>
  33. <array>
  34. <string>armv7</string>
  35. </array>
  36. <key>NSCameraUsageDescription</key>
  37. <string>允许顾家服务获取您的摄像头权限,以便发送图片动态</string>
  38. <key>NSContactsUsageDescription</key>
  39. <string>允许顾家服务获取您的通讯录权限,方便录入客户信息</string>
  40. <key>NSFaceIDUsageDescription</key>
  41. <string>允许顾家服务使用FaceID,以便用于支付安全</string>
  42. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  43. <string>允许顾家服务获取您当前的位置,方便根据区域向您推荐文章</string>
  44. <key>NSLocationAlwaysUsageDescription</key>
  45. <string>允许顾家服务获取您当前的位置,方便根据区域向您推荐文章</string>
  46. <key>NSLocationUsageDescription</key>
  47. <string>允许顾家服务获取您当前的位置,方便根据区域向您推荐文章</string>
  48. <key>NSLocationWhenInUseUsageDescription</key>
  49. <string>允许顾家服务获取您当前的位置,方便根据区域向您推荐文章</string>
  50. <key>NSMicrophoneUsageDescription</key>
  51. <string>允许顾家服务获取您的麦克风权限,方便获取语音信息</string>
  52. <key>NSPhotoLibraryAddUsageDescription</key>
  53. <string>允许顾家服务获取您的相册权限,以便发送图片动态</string>
  54. <key>NSPhotoLibraryUsageDescription</key>
  55. <string>允许顾家服务获取您的相册权限,以便发送图片动态</string>
  56. <key>UISupportedInterfaceOrientations</key>
  57. <array>
  58. <string>UIInterfaceOrientationPortrait</string>
  59. <string>UIInterfaceOrientationLandscapeLeft</string>
  60. <string>UIInterfaceOrientationLandscapeRight</string>
  61. </array>
  62. <key>UISupportedInterfaceOrientations~ipad</key>
  63. <array>
  64. <string>UIInterfaceOrientationPortrait</string>
  65. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  66. <string>UIInterfaceOrientationLandscapeLeft</string>
  67. <string>UIInterfaceOrientationLandscapeRight</string>
  68. </array>
  69. <key>LSApplicationQueriesSchemes</key>
  70. <array>
  71. <string>weixinULAPI</string>
  72. <string>weixin</string>
  73. </array>
  74. <key>CFBundleURLTypes</key>
  75. <array>
  76. <dict>
  77. <key>CFBundleTypeRole</key>
  78. <string>Editor</string>
  79. <key>CFBundleURLName</key>
  80. <string></string>
  81. <key>CFBundleURLSchemes</key>
  82. <array>
  83. <string>GujiaUserAliPay</string>
  84. </array>
  85. </dict>
  86. <dict>
  87. <key>CFBundleTypeRole</key>
  88. <string>Editor</string>
  89. <key>CFBundleURLName</key>
  90. <string>weixin</string>
  91. <key>CFBundleURLSchemes</key>
  92. <array>
  93. <string>wxc6e7176f9e9cb6b5</string>
  94. </array>
  95. </dict>
  96. </array>
  97. </dict>
  98. </plist>