Info.plist 2.9 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>CFBundleDevelopmentRegion</key>
  6. <string>en</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>趣动三轮车</string>
  9. <key>CFBundleExecutable</key>
  10. <string>${EXECUTABLE_NAME}</string>
  11. <key>CFBundleIconFiles</key>
  12. <array>
  13. <string>AppIcon57x57.png</string>
  14. <string>AppIcon57x57@2x.png</string>
  15. <string>AppIcon60x60@2x.png</string>
  16. <string>AppIcon72x72@2x~ipad.png</string>
  17. <string>AppIcon72x72~ipad.png</string>
  18. <string>AppIcon76x76@2x~ipad.png</string>
  19. <string>AppIcon76x76~ipad.png</string>
  20. </array>
  21. <key>CFBundleIdentifier</key>
  22. <string>com.Oujia.${PRODUCT_NAME}</string>
  23. <key>CFBundleInfoDictionaryVersion</key>
  24. <string>6.0</string>
  25. <key>CFBundleName</key>
  26. <string>${PRODUCT_NAME}</string>
  27. <key>CFBundlePackageType</key>
  28. <string>APPL</string>
  29. <key>CFBundleShortVersionString</key>
  30. <string>$(MARKETING_VERSION)</string>
  31. <key>CFBundleURLTypes</key>
  32. <array>
  33. <dict>
  34. <key>CFBundleTypeRole</key>
  35. <string>Editor</string>
  36. <key>CFBundleURLName</key>
  37. <string>TricycleGame</string>
  38. <key>CFBundleURLSchemes</key>
  39. <array>
  40. <string>com.TricycleGame.oujia</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>com.cheedo.oujia</string>
  49. <string>cheedo</string>
  50. </array>
  51. <key>LSRequiresIPhoneOS</key>
  52. <true/>
  53. <key>NSAppTransportSecurity</key>
  54. <dict>
  55. <key>NSAllowsArbitraryLoads</key>
  56. <true/>
  57. </dict>
  58. <key>NSBluetoothAlwaysUsageDescription</key>
  59. <string>App 需要您的同意,才能访问蓝牙连接智能鞋</string>
  60. <key>NSBluetoothPeripheralUsageDescription</key>
  61. <string>App 需要您的同意,才能访问蓝牙连接智能鞋</string>
  62. <key>UIBackgroundModes</key>
  63. <array>
  64. <string>bluetooth-central</string>
  65. <string>bluetooth-peripheral</string>
  66. </array>
  67. <key>UILaunchStoryboardName~ipad</key>
  68. <string>LaunchScreen-iPad</string>
  69. <key>UILaunchStoryboardName~iphone</key>
  70. <string>LaunchScreen-iPhone</string>
  71. <key>UILaunchStoryboardName~ipod</key>
  72. <string>LaunchScreen-iPhone</string>
  73. <key>UIPrerenderedIcon</key>
  74. <false/>
  75. <key>UIRequiredDeviceCapabilities</key>
  76. <array>
  77. <string>armv7</string>
  78. </array>
  79. <key>UIRequiresFullScreen</key>
  80. <true/>
  81. <key>UIRequiresPersistentWiFi</key>
  82. <false/>
  83. <key>UIStatusBarHidden</key>
  84. <true/>
  85. <key>UIStatusBarStyle</key>
  86. <string>UIStatusBarStyleDefault</string>
  87. <key>UISupportedInterfaceOrientations</key>
  88. <array>
  89. <string>UIInterfaceOrientationLandscapeRight</string>
  90. <string>UIInterfaceOrientationLandscapeLeft</string>
  91. </array>
  92. <key>UnityCloudProjectID</key>
  93. <string></string>
  94. <key>UnityCrashSubmissionURL</key>
  95. <string>https://a:b@perf-events.cloud.unity3d.com/symbolicate</string>
  96. <key>Unity_LoadingActivityIndicatorStyle</key>
  97. <integer>-1</integer>
  98. </dict>
  99. </plist>