|
78 | 78 | 3AA815B62276E44100F5DB52 /* BIP39+WordLists.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815352276E44100F5DB52 /* BIP39+WordLists.swift */; };
|
79 | 79 | 3AA815B72276E44100F5DB52 /* BIP32Keystore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815362276E44100F5DB52 /* BIP32Keystore.swift */; };
|
80 | 80 | 3AA815B82276E44100F5DB52 /* EthereumKeystoreV3.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815372276E44100F5DB52 /* EthereumKeystoreV3.swift */; };
|
81 |
| - 3AA815B92276E44100F5DB52 /* BIP32KeystoreJSONStructure.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815382276E44100F5DB52 /* BIP32KeystoreJSONStructure.swift */; }; |
82 | 81 | 3AA815BA2276E44100F5DB52 /* PlainKeystore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815392276E44100F5DB52 /* PlainKeystore.swift */; };
|
83 | 82 | 3AA815BB2276E44100F5DB52 /* AbstractKeystore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8153A2276E44100F5DB52 /* AbstractKeystore.swift */; };
|
84 |
| - 3AA815BC2276E44100F5DB52 /* KeystoreV3JSONStructure.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8153B2276E44100F5DB52 /* KeystoreV3JSONStructure.swift */; }; |
85 | 83 | 3AA815BD2276E44100F5DB52 /* BloomFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8153D2276E44100F5DB52 /* BloomFilter.swift */; };
|
86 | 84 | 3AA815BE2276E44100F5DB52 /* TransactionSigner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8153E2276E44100F5DB52 /* TransactionSigner.swift */; };
|
87 | 85 | 3AA815BF2276E44100F5DB52 /* EthereumTransaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8153F2276E44100F5DB52 /* EthereumTransaction.swift */; };
|
|
188 | 186 | 3AA8163A2276E4AE00F5DB52 /* SECP256k1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA816392276E4AE00F5DB52 /* SECP256k1.swift */; };
|
189 | 187 | 3AEF4ABF22C0B6BE00AC7929 /* Web3+Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AEF4ABE22C0B6BE00AC7929 /* Web3+Constants.swift */; };
|
190 | 188 | 4E28AF5725258CE20065EE44 /* web3swift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1317BCE3218C50D100D6D095 /* web3swift.framework */; };
|
| 189 | + 4E2DFEF425485B53001AF561 /* KeystoreParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E2DFEF325485B53001AF561 /* KeystoreParams.swift */; }; |
191 | 190 | E22A911F241ED71A00EC1021 /* browser.min.js in Resources */ = {isa = PBXBuildFile; fileRef = E22A911E241ED71A00EC1021 /* browser.min.js */; };
|
192 | 191 | E2B76710241ED479007EBFE3 /* browser.js in Resources */ = {isa = PBXBuildFile; fileRef = E2B7670F241ED479007EBFE3 /* browser.js */; };
|
193 | 192 | E2EDC5EA241EDE3600410EA6 /* BrowserViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2EDC5E9241EDE3600410EA6 /* BrowserViewController.swift */; };
|
|
390 | 389 | 3AA816402276E5A800F5DB52 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
|
391 | 390 | 3AA816412276E5A900F5DB52 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
392 | 391 | 3AEF4ABE22C0B6BE00AC7929 /* Web3+Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Web3+Constants.swift"; sourceTree = "<group>"; };
|
| 392 | + 4E2DFEF325485B53001AF561 /* KeystoreParams.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeystoreParams.swift; sourceTree = "<group>"; }; |
393 | 393 | E22A911E241ED71A00EC1021 /* browser.min.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = browser.min.js; sourceTree = "<group>"; };
|
394 | 394 | E2B7670F241ED479007EBFE3 /* browser.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = browser.js; sourceTree = "<group>"; };
|
395 | 395 | E2D081C72402F6900082EA93 /* CONTRIBUTION_POLICY.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CONTRIBUTION_POLICY.md; sourceTree = "<group>"; };
|
|
643 | 643 | 3AA815302276E44100F5DB52 /* KeystoreManager */ = {
|
644 | 644 | isa = PBXGroup;
|
645 | 645 | children = (
|
| 646 | + 4E2DFEF325485B53001AF561 /* KeystoreParams.swift */, |
646 | 647 | 3AA815312276E44100F5DB52 /* KeystoreManager.swift */,
|
647 | 648 | 3AA815322276E44100F5DB52 /* IBAN.swift */,
|
648 | 649 | 3AA815332276E44100F5DB52 /* BIP39.swift */,
|
|
1203 | 1204 | 3AA815E32276E44100F5DB52 /* Dictionary+Extension.swift in Sources */,
|
1204 | 1205 | 3AA815D92276E44100F5DB52 /* Web3+Methods.swift in Sources */,
|
1205 | 1206 | 3AA815EE2276E44100F5DB52 /* Promise+Web3+Eth+GetTransactionDetails.swift in Sources */,
|
1206 |
| - 3AA815BC2276E44100F5DB52 /* KeystoreV3JSONStructure.swift in Sources */, |
1207 | 1207 | 3AA815A82276E44100F5DB52 /* PublicKey.swift in Sources */,
|
1208 | 1208 | 3AA815D32276E44100F5DB52 /* Web3+Instance.swift in Sources */,
|
1209 | 1209 | 3AA816062276E44100F5DB52 /* Web3+ST20.swift in Sources */,
|
|
1229 | 1229 | 3AA815C82276E44100F5DB52 /* ABIParsing.swift in Sources */,
|
1230 | 1230 | 3AA815202276E42F00F5DB52 /* ContractProtocol.swift in Sources */,
|
1231 | 1231 | 3AA815F72276E44100F5DB52 /* Promise+Web3+Eth+GetTransactionCount.swift in Sources */,
|
| 1232 | + 4E2DFEF425485B53001AF561 /* KeystoreParams.swift in Sources */, |
1232 | 1233 | 3AA815C32276E44100F5DB52 /* ABIElements.swift in Sources */,
|
1233 | 1234 | 3AA815B72276E44100F5DB52 /* BIP32Keystore.swift in Sources */,
|
1234 |
| - 3AA815B92276E44100F5DB52 /* BIP32KeystoreJSONStructure.swift in Sources */, |
1235 | 1235 | 3AA815FD2276E44100F5DB52 /* Promise+Web3+Eth+Call.swift in Sources */,
|
1236 | 1236 | 3AA815BD2276E44100F5DB52 /* BloomFilter.swift in Sources */,
|
1237 | 1237 | 3AA815F62276E44100F5DB52 /* Promise+Web3+Eth+SendRawTransaction.swift in Sources */,
|
|
0 commit comments