Info.plist 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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>CADisableMinimumFrameDuration</key>
  6. <false />
  7. <key>CFBundleAllowMixedLocalizations</key>
  8. <true />
  9. <key>CFBundleDevelopmentRegion</key>
  10. <string>en</string>
  11. <key>CFBundleDisplayName</key>
  12. <string>青凤鸾</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>1.0.0</string>
  25. <key>CFBundleURLTypes</key>
  26. <array>
  27. <dict>
  28. <key>CFBundleTypeRole</key>
  29. <string>Editor</string>
  30. <key>CFBundleURLName</key>
  31. <string>com.xmjssvr.BowArrow</string>
  32. <key>CFBundleURLSchemes</key>
  33. <array>
  34. <string>wxfe29f3f64e3c5d16</string>
  35. </array>
  36. </dict>
  37. </array>
  38. <key>CFBundleVersion</key>
  39. <string>0</string>
  40. <key>LSApplicationQueriesSchemes</key>
  41. <array>
  42. <string>weixin</string>
  43. <string>wechat</string>
  44. <string>weixinULAPI</string>
  45. </array>
  46. <key>LSRequiresIPhoneOS</key>
  47. <true />
  48. <key>NSAppTransportSecurity</key>
  49. <dict>
  50. <key>NSAllowsArbitraryLoads</key>
  51. <true />
  52. </dict>
  53. <key>NSBluetoothAlwaysUsageDescription</key>
  54. <string>您是否允此App使用蓝牙,来搜索和连接设备?</string>
  55. <key>NSBluetoothPeripheralUsageDescription</key>
  56. <string>您是否允此App使用蓝牙,来搜索和连接设备?</string>
  57. <key>NSCameraUsageDescription</key>
  58. <string>App需要您的同意,才能访问照相机</string>
  59. <key>NSLocationAlwaysUsageDescription</key>
  60. <string>我们需要通过您的地理位置信息获取您周边的相关数据</string>
  61. <key>NSLocationWhenInUseUsageDescription</key>
  62. <string>我们需要通过您的地理位置信息获取您周边的相关数据</string>
  63. <key>NSPhotoLibraryUsageDescription</key>
  64. <string>App需要您的同意,才能访问相册</string>
  65. <key>UILaunchStoryboardName</key>
  66. <string>LaunchScreen-iPhone</string>
  67. <key>UILaunchStoryboardName~iphone</key>
  68. <string>LaunchScreen-iPhone</string>
  69. <key>UILaunchStoryboardName~ipod</key>
  70. <string>LaunchScreen-iPhone</string>
  71. <key>UIPrerenderedIcon</key>
  72. <false />
  73. <key>UIRequiredDeviceCapabilities</key>
  74. <array>
  75. <string>arm64</string>
  76. <string>metal</string>
  77. </array>
  78. <key>UIRequiresFullScreen</key>
  79. <true />
  80. <key>UIRequiresPersistentWiFi</key>
  81. <false />
  82. <key>UIStatusBarHidden</key>
  83. <true />
  84. <key>UIStatusBarStyle</key>
  85. <string>UIStatusBarStyleDefault</string>
  86. <key>UISupportedInterfaceOrientations</key>
  87. <array>
  88. <string>UIInterfaceOrientationLandscapeLeft</string>
  89. </array>
  90. <key>Unity_LoadingActivityIndicatorStyle</key>
  91. <integer>-1</integer>
  92. <key>UnityBuilder</key>
  93. <string>4165753</string>
  94. <key>UnityCloudProjectID</key>
  95. <string></string>
  96. <key>UnityCrashSubmissionURL</key>
  97. <string></string>
  98. </dict>
  99. </plist>