123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>AvailableLibraries</key>
- <array>
- <dict>
- <key>LibraryIdentifier</key>
- <string>tvos-arm64</string>
- <key>LibraryPath</key>
- <string>CryptoSwift.framework</string>
- <key>SupportedArchitectures</key>
- <array>
- <string>arm64</string>
- </array>
- <key>SupportedPlatform</key>
- <string>tvos</string>
- </dict>
- <dict>
- <key>LibraryIdentifier</key>
- <string>tvos-arm64_x86_64-simulator</string>
- <key>LibraryPath</key>
- <string>CryptoSwift.framework</string>
- <key>SupportedArchitectures</key>
- <array>
- <string>arm64</string>
- <string>x86_64</string>
- </array>
- <key>SupportedPlatform</key>
- <string>tvos</string>
- <key>SupportedPlatformVariant</key>
- <string>simulator</string>
- </dict>
- <dict>
- <key>LibraryIdentifier</key>
- <string>watchos-arm64_32_armv7k</string>
- <key>LibraryPath</key>
- <string>CryptoSwift.framework</string>
- <key>SupportedArchitectures</key>
- <array>
- <string>arm64_32</string>
- <string>armv7k</string>
- </array>
- <key>SupportedPlatform</key>
- <string>watchos</string>
- </dict>
- <dict>
- <key>LibraryIdentifier</key>
- <string>ios-arm64_x86_64-maccatalyst</string>
- <key>LibraryPath</key>
- <string>CryptoSwift.framework</string>
- <key>SupportedArchitectures</key>
- <array>
- <string>arm64</string>
- <string>x86_64</string>
- </array>
- <key>SupportedPlatform</key>
- <string>ios</string>
- <key>SupportedPlatformVariant</key>
- <string>maccatalyst</string>
- </dict>
- <dict>
- <key>LibraryIdentifier</key>
- <string>ios-arm64_i386_x86_64-simulator</string>
- <key>LibraryPath</key>
- <string>CryptoSwift.framework</string>
- <key>SupportedArchitectures</key>
- <array>
- <string>arm64</string>
- <string>i386</string>
- <string>x86_64</string>
- </array>
- <key>SupportedPlatform</key>
- <string>ios</string>
- <key>SupportedPlatformVariant</key>
- <string>simulator</string>
- </dict>
- <dict>
- <key>LibraryIdentifier</key>
- <string>macos-arm64_x86_64</string>
- <key>LibraryPath</key>
- <string>CryptoSwift.framework</string>
- <key>SupportedArchitectures</key>
- <array>
- <string>arm64</string>
- <string>x86_64</string>
- </array>
- <key>SupportedPlatform</key>
- <string>macos</string>
- </dict>
- <dict>
- <key>LibraryIdentifier</key>
- <string>ios-arm64_armv7</string>
- <key>LibraryPath</key>
- <string>CryptoSwift.framework</string>
- <key>SupportedArchitectures</key>
- <array>
- <string>arm64</string>
- <string>armv7</string>
- </array>
- <key>SupportedPlatform</key>
- <string>ios</string>
- </dict>
- <dict>
- <key>LibraryIdentifier</key>
- <string>watchos-arm64_i386_x86_64-simulator</string>
- <key>LibraryPath</key>
- <string>CryptoSwift.framework</string>
- <key>SupportedArchitectures</key>
- <array>
- <string>arm64</string>
- <string>i386</string>
- <string>x86_64</string>
- </array>
- <key>SupportedPlatform</key>
- <string>watchos</string>
- <key>SupportedPlatformVariant</key>
- <string>simulator</string>
- </dict>
- </array>
- <key>CFBundlePackageType</key>
- <string>XFWK</string>
- <key>XCFrameworkFormatVersion</key>
- <string>1.0</string>
- </dict>
- </plist>
|