Skip to content

Commit 94176cf

Browse files
committed
Fix OHTTP test dependencies
1 parent 31002f2 commit 94176cf

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

StripeCryptoOnramp/StripeCryptoOnramp.xcodeproj/project.pbxproj

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,8 @@
373373
);
374374
name = StripeCryptoOnrampTests;
375375
packageProductDependencies = (
376+
0B6DF3512E298A6B008B1800 /* OHHTTPStubs */,
377+
0B6DF3522E298A6B008B1800 /* OHHTTPStubsSwift */,
376378
);
377379
productName = StripeCryptoOnrampTests;
378380
productReference = 0B4292902E1EC57700012FB8 /* StripeCryptoOnrampTests.xctest */;
@@ -791,6 +793,30 @@
791793
defaultConfigurationName = Release;
792794
};
793795
/* End XCConfigurationList section */
796+
797+
/* Begin XCRemoteSwiftPackageReference section */
798+
4F61305FDEA93605909A59B7 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */ = {
799+
isa = XCRemoteSwiftPackageReference;
800+
repositoryURL = "https://github.com/davidme-stripe/OHHTTPStubs";
801+
requirement = {
802+
branch = "stripe-mock";
803+
kind = branch;
804+
};
805+
};
806+
/* End XCRemoteSwiftPackageReference section */
807+
808+
/* Begin XCSwiftPackageProductDependency section */
809+
0B6DF3512E298A6B008B1800 /* OHHTTPStubs */ = {
810+
isa = XCSwiftPackageProductDependency;
811+
package = 4F61305FDEA93605909A59B7 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */;
812+
productName = OHHTTPStubs;
813+
};
814+
0B6DF3522E298A6B008B1800 /* OHHTTPStubsSwift */ = {
815+
isa = XCSwiftPackageProductDependency;
816+
package = 4F61305FDEA93605909A59B7 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */;
817+
productName = OHHTTPStubsSwift;
818+
};
819+
/* End XCSwiftPackageProductDependency section */
794820
};
795821
rootObject = 0B42927C2E1EC57600012FB8 /* Project object */;
796822
}

0 commit comments

Comments
 (0)