Skip to content

Commit d851a27

Browse files
Fix Carthage building.
1 parent 4dc4982 commit d851a27

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

web3swift.xcodeproj/project.pbxproj

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@
169169
5C03EAB4274405D20052C66D /* EIP712.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB50A52927060C5300D7E39B /* EIP712.swift */; };
170170
5C26D89E27F3724600431EB0 /* Web3+EIP1559.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C26D89D27F3724600431EB0 /* Web3+EIP1559.swift */; };
171171
5C26D8A027F3725500431EB0 /* EIP1559BlockTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C26D89F27F3725500431EB0 /* EIP1559BlockTests.swift */; };
172+
5CC0333828023387006AD710 /* RemoteParsingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0333328023387006AD710 /* RemoteParsingTests.swift */; };
173+
5CC0333928023387006AD710 /* ENSTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0333428023387006AD710 /* ENSTests.swift */; };
174+
5CC0333A28023387006AD710 /* ST20AndSecurityTokenTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0333528023387006AD710 /* ST20AndSecurityTokenTests.swift */; };
175+
5CC0333B28023387006AD710 /* WebsocketTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0333628023387006AD710 /* WebsocketTests.swift */; };
176+
5CC0333C28023387006AD710 /* GanacheTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC0333728023387006AD710 /* GanacheTests.swift */; };
172177
5CF7E8A2276B79290009900F /* web3swiftEIP681Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E891276B79270009900F /* web3swiftEIP681Tests.swift */; };
173178
5CF7E8A3276B792A0009900F /* web3swiftPersonalSignatureTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E892276B79270009900F /* web3swiftPersonalSignatureTests.swift */; };
174179
5CF7E8A4276B792A0009900F /* web3swiftTransactionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E893276B79270009900F /* web3swiftTransactionsTests.swift */; };
@@ -186,11 +191,6 @@
186191
5CF7E8B0276B792A0009900F /* web3swiftEventloopTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E89F276B79280009900F /* web3swiftEventloopTests.swift */; };
187192
5CF7E8B1276B792A0009900F /* web3swiftAdvancedABIv2Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E8A0276B79290009900F /* web3swiftAdvancedABIv2Tests.swift */; };
188193
5CF7E8B2276B792A0009900F /* web3swiftEIP67Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E8A1276B79290009900F /* web3swiftEIP67Tests.swift */; };
189-
5CF7E8B8276B79380009900F /* web3swiftST20AndSecurityTokenTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E8B3276B79370009900F /* web3swiftST20AndSecurityTokenTests.swift */; };
190-
5CF7E8B9276B79380009900F /* web3swiftRemoteParsingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E8B4276B79380009900F /* web3swiftRemoteParsingTests.swift */; };
191-
5CF7E8BA276B79380009900F /* web3swiftGanacheTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E8B5276B79380009900F /* web3swiftGanacheTests.swift */; };
192-
5CF7E8BB276B79380009900F /* web3swiftENSTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E8B6276B79380009900F /* web3swiftENSTests.swift */; };
193-
5CF7E8BC276B79380009900F /* web3swiftWebsocketTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CF7E8B7276B79380009900F /* web3swiftWebsocketTests.swift */; };
194194
604FA4FF27ECBDC80021108F /* DataConversionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 604FA4FE27ECBDC80021108F /* DataConversionTests.swift */; };
195195
CB50A52827060BD600D7E39B /* EIP712Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB50A52727060BD600D7E39B /* EIP712Tests.swift */; };
196196
D606A56B279F5D59003643ED /* web3swiftDecodeSolidityErrorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D606A56A279F5D59003643ED /* web3swiftDecodeSolidityErrorType.swift */; };
@@ -387,6 +387,11 @@
387387
4E2DFEF325485B53001AF561 /* KeystoreParams.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeystoreParams.swift; sourceTree = "<group>"; };
388388
5C26D89D27F3724600431EB0 /* Web3+EIP1559.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Web3+EIP1559.swift"; sourceTree = "<group>"; };
389389
5C26D89F27F3725500431EB0 /* EIP1559BlockTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EIP1559BlockTests.swift; sourceTree = "<group>"; };
390+
5CC0333328023387006AD710 /* RemoteParsingTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RemoteParsingTests.swift; sourceTree = "<group>"; };
391+
5CC0333428023387006AD710 /* ENSTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ENSTests.swift; sourceTree = "<group>"; };
392+
5CC0333528023387006AD710 /* ST20AndSecurityTokenTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ST20AndSecurityTokenTests.swift; sourceTree = "<group>"; };
393+
5CC0333628023387006AD710 /* WebsocketTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WebsocketTests.swift; sourceTree = "<group>"; };
394+
5CC0333728023387006AD710 /* GanacheTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GanacheTests.swift; sourceTree = "<group>"; };
390395
5CDEF972275A74590004A2F2 /* web3swift.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; name = web3swift.xctestplan; path = Tests/web3swiftTests/web3swift.xctestplan; sourceTree = SOURCE_ROOT; };
391396
5CDEF973275A74670004A2F2 /* LocalTests.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = LocalTests.xctestplan; sourceTree = "<group>"; };
392397
5CDEF974275A747B0004A2F2 /* RemoteTests.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = RemoteTests.xctestplan; sourceTree = "<group>"; };
@@ -407,11 +412,6 @@
407412
5CF7E89F276B79280009900F /* web3swiftEventloopTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftEventloopTests.swift; sourceTree = "<group>"; };
408413
5CF7E8A0276B79290009900F /* web3swiftAdvancedABIv2Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftAdvancedABIv2Tests.swift; sourceTree = "<group>"; };
409414
5CF7E8A1276B79290009900F /* web3swiftEIP67Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftEIP67Tests.swift; sourceTree = "<group>"; };
410-
5CF7E8B3276B79370009900F /* web3swiftST20AndSecurityTokenTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftST20AndSecurityTokenTests.swift; sourceTree = "<group>"; };
411-
5CF7E8B4276B79380009900F /* web3swiftRemoteParsingTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftRemoteParsingTests.swift; sourceTree = "<group>"; };
412-
5CF7E8B5276B79380009900F /* web3swiftGanacheTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftGanacheTests.swift; sourceTree = "<group>"; };
413-
5CF7E8B6276B79380009900F /* web3swiftENSTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftENSTests.swift; sourceTree = "<group>"; };
414-
5CF7E8B7276B79380009900F /* web3swiftWebsocketTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = web3swiftWebsocketTests.swift; sourceTree = "<group>"; };
415415
604FA4FE27ECBDC80021108F /* DataConversionTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DataConversionTests.swift; sourceTree = "<group>"; };
416416
CB50A52727060BD600D7E39B /* EIP712Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EIP712Tests.swift; sourceTree = "<group>"; };
417417
CB50A52927060C5300D7E39B /* EIP712.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EIP712.swift; sourceTree = "<group>"; };
@@ -978,11 +978,11 @@
978978
E252E68026B40C1600717C16 /* remoteTests */ = {
979979
isa = PBXGroup;
980980
children = (
981-
5CF7E8B6276B79380009900F /* web3swiftENSTests.swift */,
982-
5CF7E8B5276B79380009900F /* web3swiftGanacheTests.swift */,
983-
5CF7E8B4276B79380009900F /* web3swiftRemoteParsingTests.swift */,
984-
5CF7E8B3276B79370009900F /* web3swiftST20AndSecurityTokenTests.swift */,
985-
5CF7E8B7276B79380009900F /* web3swiftWebsocketTests.swift */,
981+
5CC0333428023387006AD710 /* ENSTests.swift */,
982+
5CC0333728023387006AD710 /* GanacheTests.swift */,
983+
5CC0333328023387006AD710 /* RemoteParsingTests.swift */,
984+
5CC0333528023387006AD710 /* ST20AndSecurityTokenTests.swift */,
985+
5CC0333628023387006AD710 /* WebsocketTests.swift */,
986986
5CDEF974275A747B0004A2F2 /* RemoteTests.xctestplan */,
987987
);
988988
path = remoteTests;
@@ -1387,31 +1387,31 @@
13871387
files = (
13881388
CB50A52827060BD600D7E39B /* EIP712Tests.swift in Sources */,
13891389
D606A56B279F5D59003643ED /* web3swiftDecodeSolidityErrorType.swift in Sources */,
1390+
5CC0333828023387006AD710 /* RemoteParsingTests.swift in Sources */,
13901391
5CF7E8AB276B792A0009900F /* web3swiftTests.swift in Sources */,
13911392
5CF7E8A4276B792A0009900F /* web3swiftTransactionsTests.swift in Sources */,
13921393
5C26D8A027F3725500431EB0 /* EIP1559BlockTests.swift in Sources */,
13931394
5CF7E8A7276B792A0009900F /* web3swiftRLPTests.swift in Sources */,
13941395
5CF7E8AF276B792A0009900F /* web3swiftUserCases.swift in Sources */,
13951396
5CF7E8B0276B792A0009900F /* web3swiftEventloopTests.swift in Sources */,
1397+
5CC0333B28023387006AD710 /* WebsocketTests.swift in Sources */,
13961398
5CF7E8A5276B792A0009900F /* web3swiftKeystoresTests.swift in Sources */,
13971399
CB50A52827060BD600D7E39B /* EIP712Tests.swift in Sources */,
13981400
5CF7E8AD276B792A0009900F /* web3swiftBasicLocalNodeTests.swift in Sources */,
1399-
5CF7E8B8276B79380009900F /* web3swiftST20AndSecurityTokenTests.swift in Sources */,
1400-
5CF7E8B9276B79380009900F /* web3swiftRemoteParsingTests.swift in Sources */,
1401+
5CC0333928023387006AD710 /* ENSTests.swift in Sources */,
1402+
5CC0333C28023387006AD710 /* GanacheTests.swift in Sources */,
14011403
5CF7E8A9276B792A0009900F /* web3swiftERC20ClassTests.swift in Sources */,
14021404
5CF7E8A8276B792A0009900F /* web3swiftERC20Tests.swift in Sources */,
14031405
5CF7E8B2276B792A0009900F /* web3swiftEIP67Tests.swift in Sources */,
14041406
5CF7E8AE276B792A0009900F /* web3swiftPromisesTests.swift in Sources */,
14051407
5CF7E8A2276B79290009900F /* web3swiftEIP681Tests.swift in Sources */,
1408+
5CC0333A28023387006AD710 /* ST20AndSecurityTokenTests.swift in Sources */,
14061409
604FA4FF27ECBDC80021108F /* DataConversionTests.swift in Sources */,
14071410
5CF7E8B1276B792A0009900F /* web3swiftAdvancedABIv2Tests.swift in Sources */,
14081411
5CF7E8A6276B792A0009900F /* web3swiftHelpers.swift in Sources */,
1409-
5CF7E8BA276B79380009900F /* web3swiftGanacheTests.swift in Sources */,
1410-
5CF7E8BC276B79380009900F /* web3swiftWebsocketTests.swift in Sources */,
14111412
5CF7E8AA276B792A0009900F /* web3swiftNumberFormattingUtilTests.swift in Sources */,
14121413
5CF7E8AC276B792A0009900F /* web3swiftObjCTests.swift in Sources */,
14131414
5CF7E8A3276B792A0009900F /* web3swiftPersonalSignatureTests.swift in Sources */,
1414-
5CF7E8BB276B79380009900F /* web3swiftENSTests.swift in Sources */,
14151415
D6A3D9B827F1E785009E3BCF /* ABIEncoderSoliditySha3Test.swift in Sources */,
14161416
);
14171417
runOnlyForDeploymentPostprocessing = 0;

0 commit comments

Comments
 (0)