Skip to content

Commit

Permalink
Update SoulverCore framework (v2.6.3)
Browse files Browse the repository at this point in the history
Compiled with Xcode 15.3 and Swift 5.10
  • Loading branch information
zcohan committed Apr 26, 2024
1 parent 2d91832 commit ef309cd
Show file tree
Hide file tree
Showing 2,420 changed files with 18,128 additions and 12,070 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.6.2/SoulverCore.xcframework.zip",
checksum: "fb0cbb25ea67eea22d75a41e73341c6b1869299a0d6bb7460780db425186022f"),
url: "https://github.com/soulverteam/SoulverCore/releases/download/2.6.3/SoulverCore.xcframework.zip",
checksum: "a2ebeaa65502f9b2f8a8d4ba1c92e0180a95255a39034d71c2cc979bc10666d4"),
]
)
16 changes: 8 additions & 8 deletions SoulverCore.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>SoulverCore.framework/SoulverCore</string>
<string>SoulverCore.framework/Versions/A/SoulverCore</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>SoulverCore.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -17,9 +17,7 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>macos</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand All @@ -40,9 +38,9 @@
</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_x86_64-simulator</string>
<key>LibraryPath</key>
<string>SoulverCore.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -51,7 +49,9 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand Down
Binary file modified SoulverCore.xcframework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified SoulverCore.xcframework/_CodeSignature/CodeRequirements-1
Binary file not shown.
Loading

0 comments on commit ef309cd

Please sign in to comment.