Skip to content

Commit 98b11f7

Browse files
committed
update linking
1 parent ae4d4a7 commit 98b11f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web3swift.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,8 @@
7878
3AA815B62276E44100F5DB52 /* BIP39+WordLists.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815352276E44100F5DB52 /* BIP39+WordLists.swift */; };
7979
3AA815B72276E44100F5DB52 /* BIP32Keystore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815362276E44100F5DB52 /* BIP32Keystore.swift */; };
8080
3AA815B82276E44100F5DB52 /* EthereumKeystoreV3.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815372276E44100F5DB52 /* EthereumKeystoreV3.swift */; };
81-
3AA815B92276E44100F5DB52 /* BIP32KeystoreJSONStructure.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815382276E44100F5DB52 /* BIP32KeystoreJSONStructure.swift */; };
8281
3AA815BA2276E44100F5DB52 /* PlainKeystore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815392276E44100F5DB52 /* PlainKeystore.swift */; };
8382
3AA815BB2276E44100F5DB52 /* AbstractKeystore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8153A2276E44100F5DB52 /* AbstractKeystore.swift */; };
84-
3AA815BC2276E44100F5DB52 /* KeystoreV3JSONStructure.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8153B2276E44100F5DB52 /* KeystoreV3JSONStructure.swift */; };
8583
3AA815BD2276E44100F5DB52 /* BloomFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8153D2276E44100F5DB52 /* BloomFilter.swift */; };
8684
3AA815BE2276E44100F5DB52 /* TransactionSigner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8153E2276E44100F5DB52 /* TransactionSigner.swift */; };
8785
3AA815BF2276E44100F5DB52 /* EthereumTransaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8153F2276E44100F5DB52 /* EthereumTransaction.swift */; };
@@ -188,6 +186,7 @@
188186
3AA8163A2276E4AE00F5DB52 /* SECP256k1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA816392276E4AE00F5DB52 /* SECP256k1.swift */; };
189187
3AEF4ABF22C0B6BE00AC7929 /* Web3+Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AEF4ABE22C0B6BE00AC7929 /* Web3+Constants.swift */; };
190188
4E28AF5725258CE20065EE44 /* web3swift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1317BCE3218C50D100D6D095 /* web3swift.framework */; };
189+
4E2DFEF425485B53001AF561 /* KeystoreParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E2DFEF325485B53001AF561 /* KeystoreParams.swift */; };
191190
E22A911F241ED71A00EC1021 /* browser.min.js in Resources */ = {isa = PBXBuildFile; fileRef = E22A911E241ED71A00EC1021 /* browser.min.js */; };
192191
E2B76710241ED479007EBFE3 /* browser.js in Resources */ = {isa = PBXBuildFile; fileRef = E2B7670F241ED479007EBFE3 /* browser.js */; };
193192
E2EDC5EA241EDE3600410EA6 /* BrowserViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2EDC5E9241EDE3600410EA6 /* BrowserViewController.swift */; };
@@ -390,6 +389,7 @@
390389
3AA816402276E5A800F5DB52 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
391390
3AA816412276E5A900F5DB52 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
392391
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>"; };
393393
E22A911E241ED71A00EC1021 /* browser.min.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = browser.min.js; sourceTree = "<group>"; };
394394
E2B7670F241ED479007EBFE3 /* browser.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = browser.js; sourceTree = "<group>"; };
395395
E2D081C72402F6900082EA93 /* CONTRIBUTION_POLICY.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CONTRIBUTION_POLICY.md; sourceTree = "<group>"; };
@@ -643,6 +643,7 @@
643643
3AA815302276E44100F5DB52 /* KeystoreManager */ = {
644644
isa = PBXGroup;
645645
children = (
646+
4E2DFEF325485B53001AF561 /* KeystoreParams.swift */,
646647
3AA815312276E44100F5DB52 /* KeystoreManager.swift */,
647648
3AA815322276E44100F5DB52 /* IBAN.swift */,
648649
3AA815332276E44100F5DB52 /* BIP39.swift */,
@@ -1203,7 +1204,6 @@
12031204
3AA815E32276E44100F5DB52 /* Dictionary+Extension.swift in Sources */,
12041205
3AA815D92276E44100F5DB52 /* Web3+Methods.swift in Sources */,
12051206
3AA815EE2276E44100F5DB52 /* Promise+Web3+Eth+GetTransactionDetails.swift in Sources */,
1206-
3AA815BC2276E44100F5DB52 /* KeystoreV3JSONStructure.swift in Sources */,
12071207
3AA815A82276E44100F5DB52 /* PublicKey.swift in Sources */,
12081208
3AA815D32276E44100F5DB52 /* Web3+Instance.swift in Sources */,
12091209
3AA816062276E44100F5DB52 /* Web3+ST20.swift in Sources */,
@@ -1229,9 +1229,9 @@
12291229
3AA815C82276E44100F5DB52 /* ABIParsing.swift in Sources */,
12301230
3AA815202276E42F00F5DB52 /* ContractProtocol.swift in Sources */,
12311231
3AA815F72276E44100F5DB52 /* Promise+Web3+Eth+GetTransactionCount.swift in Sources */,
1232+
4E2DFEF425485B53001AF561 /* KeystoreParams.swift in Sources */,
12321233
3AA815C32276E44100F5DB52 /* ABIElements.swift in Sources */,
12331234
3AA815B72276E44100F5DB52 /* BIP32Keystore.swift in Sources */,
1234-
3AA815B92276E44100F5DB52 /* BIP32KeystoreJSONStructure.swift in Sources */,
12351235
3AA815FD2276E44100F5DB52 /* Promise+Web3+Eth+Call.swift in Sources */,
12361236
3AA815BD2276E44100F5DB52 /* BloomFilter.swift in Sources */,
12371237
3AA815F62276E44100F5DB52 /* Promise+Web3+Eth+SendRawTransaction.swift in Sources */,

0 commit comments

Comments
 (0)