Info.plist 3.2 KB

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