Info.plist 1.2 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>BinaryPath</key>
  9. <string>WFAVEngineKit.framework/WFAVEngineKit</string>
  10. <key>LibraryIdentifier</key>
  11. <string>ios-arm64</string>
  12. <key>LibraryPath</key>
  13. <string>WFAVEngineKit.framework</string>
  14. <key>SupportedArchitectures</key>
  15. <array>
  16. <string>arm64</string>
  17. </array>
  18. <key>SupportedPlatform</key>
  19. <string>ios</string>
  20. </dict>
  21. <dict>
  22. <key>BinaryPath</key>
  23. <string>WFAVEngineKit.framework/WFAVEngineKit</string>
  24. <key>LibraryIdentifier</key>
  25. <string>ios-arm64_x86_64-simulator</string>
  26. <key>LibraryPath</key>
  27. <string>WFAVEngineKit.framework</string>
  28. <key>SupportedArchitectures</key>
  29. <array>
  30. <string>arm64</string>
  31. <string>x86_64</string>
  32. </array>
  33. <key>SupportedPlatform</key>
  34. <string>ios</string>
  35. <key>SupportedPlatformVariant</key>
  36. <string>simulator</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>