Info.plist 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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_x86_64-maccatalyst</string>
  10. <key>LibraryPath</key>
  11. <string>OpenSSL.framework</string>
  12. <key>SupportedArchitectures</key>
  13. <array>
  14. <string>arm64</string>
  15. <string>x86_64</string>
  16. </array>
  17. <key>SupportedPlatform</key>
  18. <string>ios</string>
  19. <key>SupportedPlatformVariant</key>
  20. <string>maccatalyst</string>
  21. </dict>
  22. <dict>
  23. <key>LibraryIdentifier</key>
  24. <string>ios-arm64_x86_64-simulator</string>
  25. <key>LibraryPath</key>
  26. <string>OpenSSL.framework</string>
  27. <key>SupportedArchitectures</key>
  28. <array>
  29. <string>arm64</string>
  30. <string>x86_64</string>
  31. </array>
  32. <key>SupportedPlatform</key>
  33. <string>ios</string>
  34. <key>SupportedPlatformVariant</key>
  35. <string>simulator</string>
  36. </dict>
  37. <dict>
  38. <key>LibraryIdentifier</key>
  39. <string>macos-arm64_x86_64</string>
  40. <key>LibraryPath</key>
  41. <string>OpenSSL.framework</string>
  42. <key>SupportedArchitectures</key>
  43. <array>
  44. <string>arm64</string>
  45. <string>x86_64</string>
  46. </array>
  47. <key>SupportedPlatform</key>
  48. <string>macos</string>
  49. </dict>
  50. <dict>
  51. <key>LibraryIdentifier</key>
  52. <string>ios-arm64</string>
  53. <key>LibraryPath</key>
  54. <string>OpenSSL.framework</string>
  55. <key>SupportedArchitectures</key>
  56. <array>
  57. <string>arm64</string>
  58. </array>
  59. <key>SupportedPlatform</key>
  60. <string>ios</string>
  61. </dict>
  62. </array>
  63. <key>CFBundlePackageType</key>
  64. <string>XFWK</string>
  65. <key>XCFrameworkFormatVersion</key>
  66. <string>1.0</string>
  67. </dict>
  68. </plist>