Skip to content

Commit

Permalink
Update SoulverCore framework (v2.2.11)
Browse files Browse the repository at this point in the history
Compiled with Xcode 14.2 and Swift 5.7.1
  • Loading branch information
zcohan committed Feb 23, 2023
1 parent e348e5e commit e176272
Show file tree
Hide file tree
Showing 78 changed files with 10,388 additions and 3,417 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.2.10/SoulverCore.xcframework.zip",
checksum: "53e18cde56823982d3b4cd1a49aa66310c1735c5687decdbfae6347a9397c44b"),
url: "https://github.com/soulverteam/SoulverCore/releases/download/2.2.11/SoulverCore.xcframework.zip",
checksum: "d423462fd530e1f16b9c687e5e48de884e95c75183bf1da335406da5d115de0f"),
]
)
12 changes: 6 additions & 6 deletions SoulverCore.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<array>
<dict>
<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 @@ -15,7 +15,9 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
Expand All @@ -31,7 +33,7 @@
</dict>
<dict>
<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 @@ -40,9 +42,7 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>macos</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
Expand Down
Binary file not shown.
Loading

0 comments on commit e176272

Please sign in to comment.