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</string>
  10. <key>LibraryPath</key>
  11. <string>OpenSSL.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>macos-arm64_x86_64</string>
  22. <key>LibraryPath</key>
  23. <string>OpenSSL.framework</string>
  24. <key>SupportedArchitectures</key>
  25. <array>
  26. <string>arm64</string>
  27. <string>x86_64</string>
  28. </array>
  29. <key>SupportedPlatform</key>
  30. <string>macos</string>
  31. </dict>
  32. <dict>
  33. <key>LibraryIdentifier</key>
  34. <string>ios-arm64_x86_64-maccatalyst</string>
  35. <key>LibraryPath</key>
  36. <string>OpenSSL.framework</string>
  37. <key>SupportedArchitectures</key>
  38. <array>
  39. <string>arm64</string>
  40. <string>x86_64</string>
  41. </array>
  42. <key>SupportedPlatform</key>
  43. <string>ios</string>
  44. <key>SupportedPlatformVariant</key>
  45. <string>maccatalyst</string>
  46. </dict>
  47. <dict>
  48. <key>LibraryIdentifier</key>
  49. <string>ios-arm64_x86_64-simulator</string>
  50. <key>LibraryPath</key>
  51. <string>OpenSSL.framework</string>
  52. <key>SupportedArchitectures</key>
  53. <array>
  54. <string>arm64</string>
  55. <string>x86_64</string>
  56. </array>
  57. <key>SupportedPlatform</key>
  58. <string>ios</string>
  59. <key>SupportedPlatformVariant</key>
  60. <string>simulator</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>