Info.plist 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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>LibraryIdentifier</key>
  9. <string>ios-arm64</string>
  10. <key>LibraryPath</key>
  11. <string>libavformat.framework</string>
  12. <key>SupportedArchitectures</key>
  13. <array>
  14. <string>arm64</string>
  15. </array>
  16. <key>SupportedPlatform</key>
  17. <string>ios</string>
  18. </dict>
  19. <dict>
  20. <key>LibraryIdentifier</key>
  21. <string>ios-x86_64-maccatalyst</string>
  22. <key>LibraryPath</key>
  23. <string>libavformat.framework</string>
  24. <key>SupportedArchitectures</key>
  25. <array>
  26. <string>x86_64</string>
  27. </array>
  28. <key>SupportedPlatform</key>
  29. <string>ios</string>
  30. <key>SupportedPlatformVariant</key>
  31. <string>maccatalyst</string>
  32. </dict>
  33. <dict>
  34. <key>LibraryIdentifier</key>
  35. <string>ios-x86_64-simulator</string>
  36. <key>LibraryPath</key>
  37. <string>libavformat.framework</string>
  38. <key>SupportedArchitectures</key>
  39. <array>
  40. <string>x86_64</string>
  41. </array>
  42. <key>SupportedPlatform</key>
  43. <string>ios</string>
  44. <key>SupportedPlatformVariant</key>
  45. <string>simulator</string>
  46. </dict>
  47. </array>
  48. <key>CFBundlePackageType</key>
  49. <string>XFWK</string>
  50. <key>XCFrameworkFormatVersion</key>
  51. <string>1.0</string>
  52. </dict>
  53. </plist>