Info.plist 1.1 KB

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