Skip to content

Commit

Permalink
Update SoulverCore framework (v2.4.4)
Browse files Browse the repository at this point in the history
- Compiled with Xcode 15.0.1 and Swift 5.9
  • Loading branch information
zcohan committed Dec 9, 2023
1 parent e4855a0 commit fff51c7
Show file tree
Hide file tree
Showing 2,344 changed files with 23,987 additions and 13,910 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.3/SoulverCore.xcframework.zip",
checksum: "94165409688e43c31ddec0b6b9de57767558cd63012d5bddbffb260b6e1e0cc7"),
url: "https://github.com/soulverteam/SoulverCore/releases/download/2.4.4/SoulverCore.xcframework.zip",
checksum: "fb359657488becc762e6ec81943c4aab2b6533be4ef317ae181a3f72fc1c4484"),
]
)
12 changes: 6 additions & 6 deletions SoulverCore.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<key>BinaryPath</key>
<string>SoulverCore.framework/Versions/A/SoulverCore</string>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>SoulverCore.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -48,13 +48,15 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>SoulverCore.framework/Versions/A/SoulverCore</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>SoulverCore.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -63,9 +65,7 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>macos</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Loading

0 comments on commit fff51c7

Please sign in to comment.