Skip to content

Commit dc465a3

Browse files
committed
restore new files into project file as the merge removed them
1 parent e782075 commit dc465a3

File tree

1 file changed

+32
-4
lines changed

1 file changed

+32
-4
lines changed

web3swift.xcodeproj/project.pbxproj

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
3AA815BA2276E44100F5DB52 /* PlainKeystore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815392276E44100F5DB52 /* PlainKeystore.swift */; };
8383
3AA815BB2276E44100F5DB52 /* AbstractKeystore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8153A2276E44100F5DB52 /* AbstractKeystore.swift */; };
8484
3AA815BD2276E44100F5DB52 /* BloomFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8153D2276E44100F5DB52 /* BloomFilter.swift */; };
85-
3AA815BE2276E44100F5DB52 /* TransactionSigner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8153E2276E44100F5DB52 /* TransactionSigner.swift */; };
8685
3AA815BF2276E44100F5DB52 /* EthereumTransaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA8153F2276E44100F5DB52 /* EthereumTransaction.swift */; };
8786
3AA815C02276E44100F5DB52 /* Web3+Wallet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815412276E44100F5DB52 /* Web3+Wallet.swift */; };
8887
3AA815C12276E44100F5DB52 /* Web3+BrowserFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA815422276E44100F5DB52 /* Web3+BrowserFunctions.swift */; };
@@ -191,6 +190,14 @@
191190
5CF7E8B0276B792A0009900F /* web3swiftEventloopTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E89F276B79280009900F /* web3swiftEventloopTests.swift */; };
192191
5CF7E8B1276B792A0009900F /* web3swiftAdvancedABIv2Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E8A0276B79290009900F /* web3swiftAdvancedABIv2Tests.swift */; };
193192
5CF7E8B2276B792A0009900F /* web3swiftEIP67Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E8A1276B79290009900F /* web3swiftEIP67Tests.swift */; };
193+
6049F410280616FC00DFE624 /* AbstractEnvelope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6049F409280616FC00DFE624 /* AbstractEnvelope.swift */; };
194+
6049F411280616FC00DFE624 /* EIP1559Envelope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6049F40A280616FC00DFE624 /* EIP1559Envelope.swift */; };
195+
6049F412280616FC00DFE624 /* EIP2718Envelope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6049F40B280616FC00DFE624 /* EIP2718Envelope.swift */; };
196+
6049F413280616FC00DFE624 /* EnvelopeFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6049F40C280616FC00DFE624 /* EnvelopeFactory.swift */; };
197+
6049F414280616FC00DFE624 /* EthereumParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6049F40D280616FC00DFE624 /* EthereumParameters.swift */; };
198+
6049F415280616FC00DFE624 /* EIP2930Envelope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6049F40E280616FC00DFE624 /* EIP2930Envelope.swift */; };
199+
6049F416280616FC00DFE624 /* LegacyEnvelope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6049F40F280616FC00DFE624 /* LegacyEnvelope.swift */; };
200+
6049F4182806171300DFE624 /* Web3+Signing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6049F4172806171300DFE624 /* Web3+Signing.swift */; };
194201
604FA4FF27ECBDC80021108F /* DataConversionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 604FA4FE27ECBDC80021108F /* DataConversionTests.swift */; };
195202
CB50A52827060BD600D7E39B /* EIP712Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB50A52727060BD600D7E39B /* EIP712Tests.swift */; };
196203
D606A56B279F5D59003643ED /* web3swiftDecodeSolidityErrorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D606A56A279F5D59003643ED /* web3swiftDecodeSolidityErrorType.swift */; };
@@ -296,7 +303,6 @@
296303
3AA8153A2276E44100F5DB52 /* AbstractKeystore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AbstractKeystore.swift; sourceTree = "<group>"; };
297304
3AA8153B2276E44100F5DB52 /* KeystoreV3JSONStructure.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeystoreV3JSONStructure.swift; sourceTree = "<group>"; };
298305
3AA8153D2276E44100F5DB52 /* BloomFilter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BloomFilter.swift; sourceTree = "<group>"; };
299-
3AA8153E2276E44100F5DB52 /* TransactionSigner.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionSigner.swift; sourceTree = "<group>"; };
300306
3AA8153F2276E44100F5DB52 /* EthereumTransaction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EthereumTransaction.swift; sourceTree = "<group>"; };
301307
3AA815412276E44100F5DB52 /* Web3+Wallet.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+Wallet.swift"; sourceTree = "<group>"; };
302308
3AA815422276E44100F5DB52 /* Web3+BrowserFunctions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+BrowserFunctions.swift"; sourceTree = "<group>"; };
@@ -412,6 +418,14 @@
412418
5CF7E89F276B79280009900F /* web3swiftEventloopTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftEventloopTests.swift; sourceTree = "<group>"; };
413419
5CF7E8A0276B79290009900F /* web3swiftAdvancedABIv2Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftAdvancedABIv2Tests.swift; sourceTree = "<group>"; };
414420
5CF7E8A1276B79290009900F /* web3swiftEIP67Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftEIP67Tests.swift; sourceTree = "<group>"; };
421+
6049F409280616FC00DFE624 /* AbstractEnvelope.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AbstractEnvelope.swift; sourceTree = "<group>"; };
422+
6049F40A280616FC00DFE624 /* EIP1559Envelope.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EIP1559Envelope.swift; sourceTree = "<group>"; };
423+
6049F40B280616FC00DFE624 /* EIP2718Envelope.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EIP2718Envelope.swift; sourceTree = "<group>"; };
424+
6049F40C280616FC00DFE624 /* EnvelopeFactory.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EnvelopeFactory.swift; sourceTree = "<group>"; };
425+
6049F40D280616FC00DFE624 /* EthereumParameters.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EthereumParameters.swift; sourceTree = "<group>"; };
426+
6049F40E280616FC00DFE624 /* EIP2930Envelope.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EIP2930Envelope.swift; sourceTree = "<group>"; };
427+
6049F40F280616FC00DFE624 /* LegacyEnvelope.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LegacyEnvelope.swift; sourceTree = "<group>"; };
428+
6049F4172806171300DFE624 /* Web3+Signing.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+Signing.swift"; sourceTree = "<group>"; };
415429
604FA4FE27ECBDC80021108F /* DataConversionTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DataConversionTests.swift; sourceTree = "<group>"; };
416430
CB50A52727060BD600D7E39B /* EIP712Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EIP712Tests.swift; sourceTree = "<group>"; };
417431
CB50A52927060C5300D7E39B /* EIP712.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EIP712.swift; sourceTree = "<group>"; };
@@ -691,8 +705,14 @@
691705
3AA8153C2276E44100F5DB52 /* Transaction */ = {
692706
isa = PBXGroup;
693707
children = (
708+
6049F409280616FC00DFE624 /* AbstractEnvelope.swift */,
709+
6049F40A280616FC00DFE624 /* EIP1559Envelope.swift */,
710+
6049F40B280616FC00DFE624 /* EIP2718Envelope.swift */,
711+
6049F40E280616FC00DFE624 /* EIP2930Envelope.swift */,
712+
6049F40C280616FC00DFE624 /* EnvelopeFactory.swift */,
713+
6049F40D280616FC00DFE624 /* EthereumParameters.swift */,
714+
6049F40F280616FC00DFE624 /* LegacyEnvelope.swift */,
694715
3AA8153D2276E44100F5DB52 /* BloomFilter.swift */,
695-
3AA8153E2276E44100F5DB52 /* TransactionSigner.swift */,
696716
3AA8153F2276E44100F5DB52 /* EthereumTransaction.swift */,
697717
);
698718
path = Transaction;
@@ -732,6 +752,7 @@
732752
3AA8154D2276E44100F5DB52 /* Web3 */ = {
733753
isa = PBXGroup;
734754
children = (
755+
6049F4172806171300DFE624 /* Web3+Signing.swift */,
735756
5C26D89D27F3724600431EB0 /* Web3+EIP1559.swift */,
736757
3AA8154E2276E44100F5DB52 /* Web3+HttpProvider.swift */,
737758
3AA8154F2276E44100F5DB52 /* Web3.swift */,
@@ -1286,13 +1307,14 @@
12861307
3AA8163A2276E4AE00F5DB52 /* SECP256k1.swift in Sources */,
12871308
3AA8160D2276E44100F5DB52 /* Web3+ERC721.swift in Sources */,
12881309
3AA815DC2276E44100F5DB52 /* Web3+Structures.swift in Sources */,
1310+
6049F411280616FC00DFE624 /* EIP1559Envelope.swift in Sources */,
12891311
3AA815AE2276E44100F5DB52 /* ENSResolver.swift in Sources */,
12901312
3AA815BF2276E44100F5DB52 /* EthereumTransaction.swift in Sources */,
12911313
3AA815D82276E44100F5DB52 /* Web3+WebsocketProvider.swift in Sources */,
1314+
6049F410280616FC00DFE624 /* AbstractEnvelope.swift in Sources */,
12921315
3AA815EA2276E44100F5DB52 /* Promise+Web3+Eth+GetBlockNumber.swift in Sources */,
12931316
3AA815C72276E44100F5DB52 /* ABIEncoding.swift in Sources */,
12941317
3AA815E12276E44100F5DB52 /* String+Extension.swift in Sources */,
1295-
3AA815BE2276E44100F5DB52 /* TransactionSigner.swift in Sources */,
12961318
3AA815B02276E44100F5DB52 /* EIP67Code.swift in Sources */,
12971319
3AA815BB2276E44100F5DB52 /* AbstractKeystore.swift in Sources */,
12981320
3AA815B12276E44100F5DB52 /* EIP681.swift in Sources */,
@@ -1336,6 +1358,7 @@
13361358
3AA815B62276E44100F5DB52 /* BIP39+WordLists.swift in Sources */,
13371359
3AA816032276E44100F5DB52 /* Web3+ERC20.swift in Sources */,
13381360
E2EDC5EA241EDE3600410EA6 /* BrowserViewController.swift in Sources */,
1361+
6049F4182806171300DFE624 /* Web3+Signing.swift in Sources */,
13391362
3AA8160C2276E44100F5DB52 /* Web3+ERC1410.swift in Sources */,
13401363
3AA816042276E44100F5DB52 /* Web3+ERC1400.swift in Sources */,
13411364
3AA815ED2276E44100F5DB52 /* Promise+Web3+Eth+GetBlockByHash.swift in Sources */,
@@ -1353,15 +1376,19 @@
13531376
3AA815AA2276E44100F5DB52 /* ENSBaseRegistrar.swift in Sources */,
13541377
3AA815B52276E44100F5DB52 /* BIP32HDNode.swift in Sources */,
13551378
3AA815D72276E44100F5DB52 /* Web3+Protocols.swift in Sources */,
1379+
6049F412280616FC00DFE624 /* EIP2718Envelope.swift in Sources */,
13561380
3AA815FC2276E44100F5DB52 /* Promise+Web3+Personal+CreateAccount.swift in Sources */,
1381+
6049F414280616FC00DFE624 /* EthereumParameters.swift in Sources */,
13571382
3AA8160B2276E44100F5DB52 /* Web3+ERC165.swift in Sources */,
13581383
3AA815F22276E44100F5DB52 /* Promise+Batching.swift in Sources */,
1384+
6049F413280616FC00DFE624 /* EnvelopeFactory.swift in Sources */,
13591385
3AA815E62276E44100F5DB52 /* Base58.swift in Sources */,
13601386
3AA816002276E44100F5DB52 /* Web3+ERC888.swift in Sources */,
13611387
3AA8151F2276E42F00F5DB52 /* EthereumContract.swift in Sources */,
13621388
3AA815DE2276E44100F5DB52 /* RIPEMD160+StackOveflow.swift in Sources */,
13631389
3AA815C42276E44100F5DB52 /* ABITypeParser.swift in Sources */,
13641390
3AA815BA2276E44100F5DB52 /* PlainKeystore.swift in Sources */,
1391+
6049F416280616FC00DFE624 /* LegacyEnvelope.swift in Sources */,
13651392
3AA815C92276E44100F5DB52 /* RLP.swift in Sources */,
13661393
3AA816012276E44100F5DB52 /* Web3+ERC1376.swift in Sources */,
13671394
3AA815A72276E44100F5DB52 /* ENS.swift in Sources */,
@@ -1370,6 +1397,7 @@
13701397
E2EDC5EE241EE1E600410EA6 /* Bridge.swift in Sources */,
13711398
3AA815F92276E44100F5DB52 /* Promise+Web3+TxPool.swift in Sources */,
13721399
3AA816052276E44100F5DB52 /* Web3+SecurityToken.swift in Sources */,
1400+
6049F415280616FC00DFE624 /* EIP2930Envelope.swift in Sources */,
13731401
3AA815E02276E44100F5DB52 /* CryptoExtensions.swift in Sources */,
13741402
3AA815D52276E44100F5DB52 /* Web3+EventParser.swift in Sources */,
13751403
3AA815C02276E44100F5DB52 /* Web3+Wallet.swift in Sources */,

0 commit comments

Comments
 (0)