Skip to content

Commit

Permalink
Update SoulverCore framework (v2.4.3)
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 Oct 27, 2023
1 parent f67221d commit e4855a0
Show file tree
Hide file tree
Showing 2,423 changed files with 63,248 additions and 44,530 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.2/SoulverCore.xcframework.zip",
checksum: "d7fc1fa2cbbef8bed373194ae69b78645d5ae3f0e26536189682ef62c2e91946"),
url: "https://github.com/soulverteam/SoulverCore/releases/download/2.4.3/SoulverCore.xcframework.zip",
checksum: "94165409688e43c31ddec0b6b9de57767558cd63012d5bddbffb260b6e1e0cc7"),
]
)
10 changes: 5 additions & 5 deletions SoulverCore.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>SoulverCore.framework/SoulverCore</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</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>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>SoulverCore.framework/SoulverCore</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</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>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,14 @@ SWIFT_CLASS("_TtC11SoulverCore21AsynchronousOperation")
@end
SWIFT_CLASS("_TtC11SoulverCore39BackgroundEvaluationAndMergingOperation")
@interface BackgroundEvaluationAndMergingOperation : AsynchronousOperation
- (void)main;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end
SWIFT_CLASS("_TtC11SoulverCore41DependenciesEvaluationAndMergingOperation")
@interface DependenciesEvaluationAndMergingOperation : AsynchronousOperation
Expand All @@ -338,14 +346,6 @@ SWIFT_CLASS("_TtC11SoulverCore41DependenciesEvaluationAndMergingOperation")
SWIFT_CLASS("_TtC11SoulverCore46VanillaBackgroundEvaluationAndMergingOperation")
@interface VanillaBackgroundEvaluationAndMergingOperation : AsynchronousOperation
- (void)main;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
Expand Down
Binary file not shown.
Loading

0 comments on commit e4855a0

Please sign in to comment.