Info.plist 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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>CFBundleDevelopmentRegion</key>
  8. <string>en</string>
  9. <key>CFBundleDisplayName</key>
  10. <string>SmartShoesRun</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>1.0.0</string>
  23. <key>CFBundleURLTypes</key>
  24. <array>
  25. <dict>
  26. <key>CFBundleTypeRole</key>
  27. <string>Editor</string>
  28. <key>CFBundleURLName</key>
  29. <string>RunGame</string>
  30. <key>CFBundleURLSchemes</key>
  31. <array>
  32. <string>com.RunGame.oujia</string>
  33. </array>
  34. </dict>
  35. </array>
  36. <key>CFBundleVersion</key>
  37. <string>$(CURRENT_PROJECT_VERSION)</string>
  38. <key>LSRequiresIPhoneOS</key>
  39. <true/>
  40. <key>NSAppTransportSecurity</key>
  41. <dict>
  42. <key>NSAllowsArbitraryLoads</key>
  43. <true/>
  44. </dict>
  45. <key>NSBluetoothAlwaysUsageDescription</key>
  46. <string>App 需要您的同意,才能访问蓝牙连接智能鞋</string>
  47. <key>NSBluetoothPeripheralUsageDescription</key>
  48. <string>App 需要您的同意,才能访问蓝牙连接智能鞋</string>
  49. <key>UIBackgroundModes</key>
  50. <array>
  51. <string>bluetooth-central</string>
  52. <string>bluetooth-peripheral</string>
  53. <string>fetch</string>
  54. <string>processing</string>
  55. <string>remote-notification</string>
  56. </array>
  57. <key>UIPrerenderedIcon</key>
  58. <false/>
  59. <key>UIRequiredDeviceCapabilities</key>
  60. <array>
  61. <string>armv7</string>
  62. <string>metal</string>
  63. </array>
  64. <key>UIRequiresFullScreen</key>
  65. <true/>
  66. <key>UIRequiresPersistentWiFi</key>
  67. <false/>
  68. <key>UIStatusBarHidden</key>
  69. <true/>
  70. <key>UIStatusBarStyle</key>
  71. <string>UIStatusBarStyleDefault</string>
  72. <key>UISupportedInterfaceOrientations</key>
  73. <array>
  74. <string>UIInterfaceOrientationLandscapeRight</string>
  75. </array>
  76. <key>UnityCloudProjectID</key>
  77. <string></string>
  78. <key>UnityCrashSubmissionURL</key>
  79. <string></string>
  80. <key>Unity_LoadingActivityIndicatorStyle</key>
  81. <integer>-1</integer>
  82. </dict>
  83. </plist>