Info.plist 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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>AvailableLibraries</key>
  6. <array>
  7. <dict>
  8. <key>BinaryPath</key>
  9. <string>libAVProVideo.a</string>
  10. <key>LibraryIdentifier</key>
  11. <string>xros-arm64</string>
  12. <key>LibraryPath</key>
  13. <string>libAVProVideo.a</string>
  14. <key>SupportedArchitectures</key>
  15. <array>
  16. <string>arm64</string>
  17. </array>
  18. <key>SupportedPlatform</key>
  19. <string>xros</string>
  20. </dict>
  21. <dict>
  22. <key>BinaryPath</key>
  23. <string>libAVProVideo.a</string>
  24. <key>LibraryIdentifier</key>
  25. <string>xros-arm64-simulator</string>
  26. <key>LibraryPath</key>
  27. <string>libAVProVideo.a</string>
  28. <key>SupportedArchitectures</key>
  29. <array>
  30. <string>arm64</string>
  31. </array>
  32. <key>SupportedPlatform</key>
  33. <string>xros</string>
  34. <key>SupportedPlatformVariant</key>
  35. <string>simulator</string>
  36. </dict>
  37. </array>
  38. <key>CFBundlePackageType</key>
  39. <string>XFWK</string>
  40. <key>XCFrameworkFormatVersion</key>
  41. <string>1.0</string>
  42. </dict>
  43. </plist>