Skip to content

Commit

Permalink
3.3.2000 & updates for Xcode 16
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed Sep 18, 2024
1 parent 7405324 commit 8729614
Show file tree
Hide file tree
Showing 154 changed files with 581 additions and 520 deletions.
52 changes: 26 additions & 26 deletions Frameworks/OpenSSL.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<array>
<dict>
<key>BinaryPath</key>
<string>OpenSSL.framework/Versions/A/OpenSSL</string>
<string>OpenSSL.framework/OpenSSL</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>xros-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>OpenSSL.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -17,42 +17,40 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>xros</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>OpenSSL.framework/OpenSSL</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>tvos-arm64</string>
<key>LibraryPath</key>
<string>OpenSSL.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>tvos</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>OpenSSL.framework/OpenSSL</string>
<key>LibraryIdentifier</key>
<string>watchos-arm64_arm64_32_armv7k</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>OpenSSL.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>arm64_32</string>
<string>armv7k</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand All @@ -73,15 +71,15 @@
<key>BinaryPath</key>
<string>OpenSSL.framework/OpenSSL</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>OpenSSL.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand All @@ -101,18 +99,17 @@
<key>BinaryPath</key>
<string>OpenSSL.framework/OpenSSL</string>
<key>LibraryIdentifier</key>
<string>xros-arm64_x86_64-simulator</string>
<string>watchos-arm64_arm64_32_armv7k</string>
<key>LibraryPath</key>
<string>OpenSSL.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
<string>arm64_32</string>
<string>armv7k</string>
</array>
<key>SupportedPlatform</key>
<string>xros</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>watchos</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand All @@ -135,21 +132,24 @@
<key>BinaryPath</key>
<string>OpenSSL.framework/OpenSSL</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>watchos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>OpenSSL.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>watchos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>OpenSSL.framework/OpenSSL</string>
<string>OpenSSL.framework/Versions/A/OpenSSL</string>
<key>LibraryIdentifier</key>
<string>watchos-arm64_x86_64-simulator</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>OpenSSL.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -158,9 +158,9 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified Frameworks/OpenSSL.xcframework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified Frameworks/OpenSSL.xcframework/_CodeSignature/CodeRequirements-1
Binary file not shown.
Loading

0 comments on commit 8729614

Please sign in to comment.