AIFit-SDK for ble body fat scale
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

Info.plist 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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>$(DEVELOPMENT_LANGUAGE)</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>InetBleSDKDemo</string>
  9. <key>CFBundleExecutable</key>
  10. <string>$(EXECUTABLE_NAME)</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  13. <key>CFBundleInfoDictionaryVersion</key>
  14. <string>6.0</string>
  15. <key>CFBundleName</key>
  16. <string>$(PRODUCT_NAME)</string>
  17. <key>CFBundlePackageType</key>
  18. <string>APPL</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>$(MARKETING_VERSION)</string>
  21. <key>CFBundleVersion</key>
  22. <string>$(CURRENT_PROJECT_VERSION)</string>
  23. <key>LSRequiresIPhoneOS</key>
  24. <true/>
  25. <key>NSAppTransportSecurity</key>
  26. <dict>
  27. <key>NSAllowsArbitraryLoads</key>
  28. <true/>
  29. </dict>
  30. <key>NSBluetoothAlwaysUsageDescription</key>
  31. <string>Use bluetooth to connect body fat scale</string>
  32. <key>UILaunchStoryboardName</key>
  33. <string>LaunchScreen</string>
  34. <key>UIMainStoryboardFile</key>
  35. <string>Main</string>
  36. <key>UIRequiredDeviceCapabilities</key>
  37. <array>
  38. <string>armv7</string>
  39. </array>
  40. <key>UISupportedInterfaceOrientations</key>
  41. <array>
  42. <string>UIInterfaceOrientationPortrait</string>
  43. </array>
  44. <key>UISupportedInterfaceOrientations~ipad</key>
  45. <array>
  46. <string>UIInterfaceOrientationPortrait</string>
  47. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  48. <string>UIInterfaceOrientationLandscapeLeft</string>
  49. <string>UIInterfaceOrientationLandscapeRight</string>
  50. </array>
  51. </dict>
  52. </plist>