Skip to content

Commit

Permalink
Tried another path for resources
Browse files Browse the repository at this point in the history
  • Loading branch information
carloschida committed Jul 10, 2024
1 parent fd783fa commit 01bf044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions YopakiBIP39.podspec
Original file line number Diff line number Diff line change
@@ -22,8 +22,8 @@ Swift implementation without dependencies of Trezor\'s python-mnemonic.

s.source_files = 'Sources/BIP39/**/*.swift'
s.resource_bundles = {
'BIP39' => ["Resources/*.txt"],
'BIP39Tests' => ["Resources/*.json"]
'BIP39' => ["Sources/BIP39/Resources/*.txt"],
'BIP39Tests' => ["Tests/BIP39Tests/Resources/*.json"]
}

s.test_spec 'Tests' do |ts|

0 comments on commit 01bf044

Please sign in to comment.