Info.plist 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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>OpenSSL.framework/OpenSSL</string>
  10. <key>LibraryIdentifier</key>
  11. <string>ios-arm64</string>
  12. <key>LibraryPath</key>
  13. <string>OpenSSL.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>OpenSSL.framework/Versions/A/OpenSSL</string>
  24. <key>LibraryIdentifier</key>
  25. <string>ios-arm64_x86_64-maccatalyst</string>
  26. <key>LibraryPath</key>
  27. <string>OpenSSL.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>maccatalyst</string>
  37. </dict>
  38. <dict>
  39. <key>BinaryPath</key>
  40. <string>OpenSSL.framework/OpenSSL</string>
  41. <key>LibraryIdentifier</key>
  42. <string>ios-arm64_x86_64-simulator</string>
  43. <key>LibraryPath</key>
  44. <string>OpenSSL.framework</string>
  45. <key>SupportedArchitectures</key>
  46. <array>
  47. <string>arm64</string>
  48. <string>x86_64</string>
  49. </array>
  50. <key>SupportedPlatform</key>
  51. <string>ios</string>
  52. <key>SupportedPlatformVariant</key>
  53. <string>simulator</string>
  54. </dict>
  55. <dict>
  56. <key>BinaryPath</key>
  57. <string>OpenSSL.framework/Versions/A/OpenSSL</string>
  58. <key>LibraryIdentifier</key>
  59. <string>macos-arm64_x86_64</string>
  60. <key>LibraryPath</key>
  61. <string>OpenSSL.framework</string>
  62. <key>SupportedArchitectures</key>
  63. <array>
  64. <string>arm64</string>
  65. <string>x86_64</string>
  66. </array>
  67. <key>SupportedPlatform</key>
  68. <string>macos</string>
  69. </dict>
  70. </array>
  71. <key>CFBundlePackageType</key>
  72. <string>XFWK</string>
  73. <key>XCFrameworkFormatVersion</key>
  74. <string>1.0</string>
  75. </dict>
  76. </plist>