Skip to content

Commit

Permalink
Update SoulverCore framework (v2.2.4)
Browse files Browse the repository at this point in the history
Compiled with Xcode 14.1
  • Loading branch information
zcohan committed Oct 24, 2022
1 parent 992d71d commit ec724aa
Show file tree
Hide file tree
Showing 46 changed files with 2,041 additions and 679 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.3/SoulverCore.xcframework.zip",
checksum: "337bd8f66f9d655d505de67a6df49c2ad3470699973f5ea408fd6d30fda19cfe"),
url: "https://github.com/soulverteam/SoulverCore/releases/download/2.2.4/SoulverCore.xcframework.zip",
checksum: "3710ac8bcd0132da00c614ba357ab9f773fb1e2ea712bf3f7d96f59564b33e6a"),
]
)
10 changes: 5 additions & 5 deletions SoulverCore.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,30 +34,30 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-maccatalyst</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>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</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>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
// Generated by Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.2 clang-1400.0.29.51)
#ifndef SOULVERCORE_SWIFT_H
#define SOULVERCORE_SWIFT_H
#pragma clang diagnostic push
Expand Down
Binary file not shown.
Loading

0 comments on commit ec724aa

Please sign in to comment.