Info.plist 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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>1.0.0</key>
  6. <string>$(MARKETING_VERSION)</string>
  7. <key>CADisableMinimumFrameDurationOnPhone</key>
  8. <true/>
  9. <key>CFBundleDevelopmentRegion</key>
  10. <string>$(DEVELOPMENT_LANGUAGE)</string>
  11. <key>CFBundleDisplayName</key>
  12. <string>24iFM</string>
  13. <key>CFBundleExecutable</key>
  14. <string>$(EXECUTABLE_NAME)</string>
  15. <key>CFBundleIdentifier</key>
  16. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</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>$(MARKETING_VERSION)</string>
  25. <key>CFBundleSignature</key>
  26. <string>????</string>
  27. <key>CFBundleURLTypes</key>
  28. <array>
  29. <dict>
  30. <key>CFBundleTypeRole</key>
  31. <string>Editor</string>
  32. <key>CFBundleURLSchemes</key>
  33. <array>
  34. <string>wx3449abcf85910464</string>
  35. </array>
  36. </dict>
  37. <dict>
  38. <key>CFBundleTypeRole</key>
  39. <string>Editor</string>
  40. <key>CFBundleURLSchemes</key>
  41. <array>
  42. <string>tencent102019408</string>
  43. </array>
  44. </dict>
  45. </array>
  46. <key>CFBundleVersion</key>
  47. <string>$(CURRENT_PROJECT_VERSION)</string>
  48. <key>LSApplicationQueriesSchemes</key>
  49. <array>
  50. <string>qqmap</string>
  51. <string>mqqopensdknopasteboard</string>
  52. <string>mqqopensdkapiV2</string>
  53. <string>mqq</string>
  54. <string>tim</string>
  55. <string>baidumap</string>
  56. <string>iosamap</string>
  57. <string>whatsapp</string>
  58. <string>https</string>
  59. <string>http</string>
  60. <string>wechat</string>
  61. <string>weixin</string>
  62. <string>weixinULAPI</string>
  63. <string>weixinURLParamsAPI</string>
  64. </array>
  65. <key>LSRequiresIPhoneOS</key>
  66. <true/>
  67. <key>NSAppTransportSecurity</key>
  68. <dict>
  69. <key>NSAllowsArbitraryLoads</key>
  70. <true/>
  71. </dict>
  72. <key>NSCameraUsageDescription</key>
  73. <string>“24iFM”apply for your camera permission to use functions such as taking avatars, uploading videos, uploading and saving pictures, and real-name authentication.</string>
  74. <key>NSPhotoLibraryAddUsageDescription</key>
  75. <string>"24iFM" requires access to your photos in order to upload your profile picture.</string>
  76. <key>NSPhotoLibraryUsageDescription</key>
  77. <string>"24iFM" requires access to your photos in order to upload your profile picture.</string>
  78. <key>NSUserTrackingUsageDescription</key>
  79. <string>This identifier will be used to deliver personalized job to you.</string>
  80. <key>UIApplicationSupportsIndirectInputEvents</key>
  81. <true/>
  82. <key>UIBackgroundModes</key>
  83. <array>
  84. <string>remote-notification</string>
  85. </array>
  86. <key>UILaunchStoryboardName</key>
  87. <string>LaunchScreen</string>
  88. <key>UIMainStoryboardFile</key>
  89. <string>Main</string>
  90. <key>UIRequiresFullScreen</key>
  91. <true/>
  92. <key>UISupportedInterfaceOrientations</key>
  93. <array>
  94. <string>UIInterfaceOrientationPortrait</string>
  95. </array>
  96. <key>UIViewControllerBasedStatusBarAppearance</key>
  97. <false/>
  98. </dict>
  99. </plist>