Info.plist 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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>tvos-arm64</string>
  10. <key>LibraryPath</key>
  11. <string>CryptoSwift.framework</string>
  12. <key>SupportedArchitectures</key>
  13. <array>
  14. <string>arm64</string>
  15. </array>
  16. <key>SupportedPlatform</key>
  17. <string>tvos</string>
  18. </dict>
  19. <dict>
  20. <key>LibraryIdentifier</key>
  21. <string>tvos-arm64_x86_64-simulator</string>
  22. <key>LibraryPath</key>
  23. <string>CryptoSwift.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>tvos</string>
  31. <key>SupportedPlatformVariant</key>
  32. <string>simulator</string>
  33. </dict>
  34. <dict>
  35. <key>LibraryIdentifier</key>
  36. <string>watchos-arm64_32_armv7k</string>
  37. <key>LibraryPath</key>
  38. <string>CryptoSwift.framework</string>
  39. <key>SupportedArchitectures</key>
  40. <array>
  41. <string>arm64_32</string>
  42. <string>armv7k</string>
  43. </array>
  44. <key>SupportedPlatform</key>
  45. <string>watchos</string>
  46. </dict>
  47. <dict>
  48. <key>LibraryIdentifier</key>
  49. <string>ios-arm64_x86_64-maccatalyst</string>
  50. <key>LibraryPath</key>
  51. <string>CryptoSwift.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>maccatalyst</string>
  61. </dict>
  62. <dict>
  63. <key>LibraryIdentifier</key>
  64. <string>ios-arm64_i386_x86_64-simulator</string>
  65. <key>LibraryPath</key>
  66. <string>CryptoSwift.framework</string>
  67. <key>SupportedArchitectures</key>
  68. <array>
  69. <string>arm64</string>
  70. <string>i386</string>
  71. <string>x86_64</string>
  72. </array>
  73. <key>SupportedPlatform</key>
  74. <string>ios</string>
  75. <key>SupportedPlatformVariant</key>
  76. <string>simulator</string>
  77. </dict>
  78. <dict>
  79. <key>LibraryIdentifier</key>
  80. <string>macos-arm64_x86_64</string>
  81. <key>LibraryPath</key>
  82. <string>CryptoSwift.framework</string>
  83. <key>SupportedArchitectures</key>
  84. <array>
  85. <string>arm64</string>
  86. <string>x86_64</string>
  87. </array>
  88. <key>SupportedPlatform</key>
  89. <string>macos</string>
  90. </dict>
  91. <dict>
  92. <key>LibraryIdentifier</key>
  93. <string>ios-arm64_armv7</string>
  94. <key>LibraryPath</key>
  95. <string>CryptoSwift.framework</string>
  96. <key>SupportedArchitectures</key>
  97. <array>
  98. <string>arm64</string>
  99. <string>armv7</string>
  100. </array>
  101. <key>SupportedPlatform</key>
  102. <string>ios</string>
  103. </dict>
  104. <dict>
  105. <key>LibraryIdentifier</key>
  106. <string>watchos-arm64_i386_x86_64-simulator</string>
  107. <key>LibraryPath</key>
  108. <string>CryptoSwift.framework</string>
  109. <key>SupportedArchitectures</key>
  110. <array>
  111. <string>arm64</string>
  112. <string>i386</string>
  113. <string>x86_64</string>
  114. </array>
  115. <key>SupportedPlatform</key>
  116. <string>watchos</string>
  117. <key>SupportedPlatformVariant</key>
  118. <string>simulator</string>
  119. </dict>
  120. </array>
  121. <key>CFBundlePackageType</key>
  122. <string>XFWK</string>
  123. <key>XCFrameworkFormatVersion</key>
  124. <string>1.0</string>
  125. </dict>
  126. </plist>