You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
1.9 KiB

2 years ago
  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_i386_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>i386</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. <dict>
  39. <key>LibraryIdentifier</key>
  40. <string>ios-arm64_arm64e_armv7_armv7s</string>
  41. <key>LibraryPath</key>
  42. <string>openssl.framework</string>
  43. <key>SupportedArchitectures</key>
  44. <array>
  45. <string>arm64</string>
  46. <string>arm64e</string>
  47. <string>armv7</string>
  48. <string>armv7s</string>
  49. </array>
  50. <key>SupportedPlatform</key>
  51. <string>ios</string>
  52. </dict>
  53. <dict>
  54. <key>LibraryIdentifier</key>
  55. <string>macos-arm64_arm64e_x86_64</string>
  56. <key>LibraryPath</key>
  57. <string>openssl.framework</string>
  58. <key>SupportedArchitectures</key>
  59. <array>
  60. <string>arm64</string>
  61. <string>arm64e</string>
  62. <string>x86_64</string>
  63. </array>
  64. <key>SupportedPlatform</key>
  65. <string>macos</string>
  66. </dict>
  67. </array>
  68. <key>CFBundlePackageType</key>
  69. <string>XFWK</string>
  70. <key>XCFrameworkFormatVersion</key>
  71. <string>1.0</string>
  72. </dict>
  73. </plist>