Skip to content

Commit

Permalink
Update SoulverCore framework (v2.3.0)
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 Mar 27, 2023
1 parent e176272 commit 457ff4b
Show file tree
Hide file tree
Showing 161 changed files with 68,574 additions and 49,216 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.11/SoulverCore.xcframework.zip",
checksum: "d423462fd530e1f16b9c687e5e48de884e95c75183bf1da335406da5d115de0f"),
url: "https://github.com/soulverteam/SoulverCore/releases/download/2.3.0/SoulverCore.xcframework.zip",
checksum: "47eb2a4cd887f85b31c804ff8438751c46995f0f5cb7fe8ff09b8cbdef16ba4a"),
]
)
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,11 +228,13 @@ let result = calculator.calculate("tax of $45k") // $11,250.00

````

## Localizations

In addition to English, SoulverCore is fully localized into German, Russian, French, Spanish & simplified Chinese.

## Localizations
The various number & date formats of these various locales are also fully supported.

In addition to English, SoulverCore is localized into German, Russian, and simplified Chinese. The additional languages are additive, meaning that, for instance, a German user would be able to use both English & German syntaxes.
Also note that non-English languages are *additive*, meaning that, for instance, a German user would be able to use both English & German syntaxes.

## See Also

Expand Down
14 changes: 7 additions & 7 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>ios-arm64_x86_64-simulator</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>SoulverCore.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -17,19 +17,22 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</string>
</dict>
<dict>
<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>LibraryIdentifier</key>
Expand All @@ -46,18 +49,15 @@
</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
Binary file not shown.
Loading

0 comments on commit 457ff4b

Please sign in to comment.