Skip to content

Commit

Permalink
Update SoulverCore framework (v2.6.1)
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 Mar 26, 2024
1 parent e324168 commit 7a6c575
Show file tree
Hide file tree
Showing 2,525 changed files with 197,550 additions and 16,528 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.0/SoulverCore.xcframework.zip",
checksum: "fc8ed1ff7fd915754c68e24bab644f037ec04298c1bf3cbba82ab950bbdcfec8"),
url: "https://github.com/soulverteam/SoulverCore/releases/download/2.6.1/SoulverCore.xcframework.zip",
checksum: "d48578397233584ce73280583b74a54d317e5151b501e6ac429fdb29e1cacd5c"),
]
)
38 changes: 27 additions & 11 deletions SoulverCore.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,24 @@
<key>BinaryPath</key>
<string>SoulverCore.framework/SoulverCore</string>
<key>LibraryIdentifier</key>
<string>watchos-arm64_arm64_32</string>
<string>xros-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>SoulverCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>arm64_32</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>watchos</string>
<string>xros</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</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 @@ -32,13 +34,15 @@
<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>
<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 @@ -47,9 +51,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 Down Expand Up @@ -82,6 +84,20 @@
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>SoulverCore.framework/SoulverCore</string>
<key>LibraryIdentifier</key>
<string>xros-arm64</string>
<key>LibraryPath</key>
<string>SoulverCore.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>xros</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>
Expand Down
Binary file not shown.
Loading

0 comments on commit 7a6c575

Please sign in to comment.