Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support Portuguese #849

Merged
merged 3 commits into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Sources/web3swift/KeystoreManager/BIP39.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public enum BIP39Language {
case italian
case spanish
case portuguese

public var words: [String] {
switch self {
case .english:
Expand Down
7 changes: 2 additions & 5 deletions web3swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ Pod::Spec.new do |spec|
spec.resource_bundle = { "Browser" => "Sources/web3swift/Browser/*.js" }
spec.swift_version = '5.0'
spec.frameworks = 'CoreImage'
spec.dependency 'BigInt'
spec.dependency 'Starscream'
spec.dependency 'CryptoSwift', '1.6.0'
spec.dependency 'secp256k1.c'
spec.dependency 'PromiseKit'
spec.dependency 'Starscream', '~> 4.0.4'
spec.dependency 'Web3Core', "~> #{WEB3CORE_VERSION}"
end