Skip to content

Commit

Permalink
Update SoulverCore framework (v2.4.7)
Browse files Browse the repository at this point in the history
Compiled with Xcode 15.2 and Swift 5.9.2
  • Loading branch information
zcohan committed Jan 30, 2024
1 parent 2b60537 commit 1561c8e
Show file tree
Hide file tree
Showing 2,334 changed files with 14,310 additions and 9,674 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "SoulverCore",
url: "https://github.com/soulverteam/SoulverCore/releases/download/2.4.6/SoulverCore.xcframework.zip",
checksum: "50df6f25bad23ba49ed2f805f227be1c22d7cd58db886cf820a61182e1f994a1"),
url: "https://github.com/soulverteam/SoulverCore/releases/download/2.4.7/SoulverCore.xcframework.zip",
checksum: "44bae8eda439988e5d782b0ac81c595b66662f8d569f29af46413e3152917d86"),
]
)
14 changes: 7 additions & 7 deletions SoulverCore.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -40,32 +40,32 @@
</dict>
<dict>
<key>BinaryPath</key>
<string>SoulverCore.framework/Versions/A/SoulverCore</string>
<string>SoulverCore.framework/SoulverCore</string>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>SoulverCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>SoulverCore.framework/SoulverCore</string>
<string>SoulverCore.framework/Versions/A/SoulverCore</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>SoulverCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>macos</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Loading

0 comments on commit 1561c8e

Please sign in to comment.