Skip to content

Commit 874a0ac

Browse files
Merge pull request #274 from Iterable/bug/mob-1240-spm-test-fix
[MOB-1240] - Link OHHTTPStubs to the right project
2 parents afa3c5e + f9aabbf commit 874a0ac

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

swift-sdk.xcodeproj/project.pbxproj

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
AC426CC4211B5497002EDBE8 /* ServerResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC426CC3211B5497002EDBE8 /* ServerResponse.swift */; };
6262
AC43E7FF23A8C2C0008917E2 /* image.jpg in Resources */ = {isa = PBXBuildFile; fileRef = AC74FE1E23A8C0DB004AC442 /* image.jpg */; };
6363
AC4B039622A8743F0043185B /* InAppManager+Functions.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC4B039322A8743F0043185B /* InAppManager+Functions.swift */; };
64+
AC4BAE0A240BAF0E00D9121F /* OHHTTPStubs in Frameworks */ = {isa = PBXBuildFile; productRef = AC4BAE09240BAF0E00D9121F /* OHHTTPStubs */; };
6465
AC64626B2140AACF0046E1BD /* IterableAPIResponseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC64626A2140AACF0046E1BD /* IterableAPIResponseTests.swift */; };
6566
AC684A86222EF75C00F29749 /* InAppMessageParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC684A85222EF75C00F29749 /* InAppMessageParser.swift */; };
6667
AC684A88222F4FDD00F29749 /* InAppDisplayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC684A87222F4FDD00F29749 /* InAppDisplayer.swift */; };
@@ -118,7 +119,6 @@
118119
ACA8D1A921965B7D001B1332 /* InAppTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACA8D1A821965B7D001B1332 /* InAppTests.swift */; };
119120
ACA8D1AB21966555001B1332 /* InAppManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACA8D1AA21966555001B1332 /* InAppManager.swift */; };
120121
ACAA816E231163660035C743 /* RequestCreatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACAA816D231163660035C743 /* RequestCreatorTests.swift */; };
121-
ACACA91823E0947C00B9E8DF /* OHHTTPStubsSwift in Frameworks */ = {isa = PBXBuildFile; productRef = ACACA91723E0947C00B9E8DF /* OHHTTPStubsSwift */; };
122122
ACB37AB0240268A60093A8EA /* SampleInboxViewDelegateImplementations.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACB37AAF240268A60093A8EA /* SampleInboxViewDelegateImplementations.swift */; };
123123
ACB37AB124026C1E0093A8EA /* SampleInboxViewDelegateImplementations.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACB37AAF240268A60093A8EA /* SampleInboxViewDelegateImplementations.swift */; };
124124
ACB8273F22372A5C00DB17D3 /* IterableHtmlMessageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACB8273E22372A5C00DB17D3 /* IterableHtmlMessageViewController.swift */; };
@@ -393,7 +393,6 @@
393393
isa = PBXFrameworksBuildPhase;
394394
buildActionMask = 2147483647;
395395
files = (
396-
ACACA91823E0947C00B9E8DF /* OHHTTPStubsSwift in Frameworks */,
397396
);
398397
runOnlyForDeploymentPostprocessing = 0;
399398
};
@@ -402,6 +401,7 @@
402401
buildActionMask = 2147483647;
403402
files = (
404403
AC7B143020D02CE200877BFE /* IterableSDK.framework in Frameworks */,
404+
AC4BAE0A240BAF0E00D9121F /* OHHTTPStubs in Frameworks */,
405405
);
406406
runOnlyForDeploymentPostprocessing = 0;
407407
};
@@ -907,7 +907,6 @@
907907
);
908908
name = "swift-sdk";
909909
packageProductDependencies = (
910-
ACACA91723E0947C00B9E8DF /* OHHTTPStubsSwift */,
911910
);
912911
productName = "swift-sdk";
913912
productReference = AC2263DF20CF49B8009800EB /* IterableSDK.framework */;
@@ -929,6 +928,9 @@
929928
ACFCA72420EAB2B900BFB277 /* PBXTargetDependency */,
930929
);
931930
name = "swift-sdk-swift-tests";
931+
packageProductDependencies = (
932+
AC4BAE09240BAF0E00D9121F /* OHHTTPStubs */,
933+
);
932934
productName = "swift-sdk-swift-tests";
933935
productReference = AC7B142B20D02CE200877BFE /* swift-sdk-swift-tests.xctest */;
934936
productType = "com.apple.product-type.bundle.unit-test";
@@ -2164,10 +2166,10 @@
21642166
/* End XCRemoteSwiftPackageReference section */
21652167

21662168
/* Begin XCSwiftPackageProductDependency section */
2167-
ACACA91723E0947C00B9E8DF /* OHHTTPStubsSwift */ = {
2169+
AC4BAE09240BAF0E00D9121F /* OHHTTPStubs */ = {
21682170
isa = XCSwiftPackageProductDependency;
21692171
package = ACACA91623E0947C00B9E8DF /* XCRemoteSwiftPackageReference "OHHTTPStubs" */;
2170-
productName = OHHTTPStubsSwift;
2172+
productName = OHHTTPStubs;
21712173
};
21722174
/* End XCSwiftPackageProductDependency section */
21732175
};

0 commit comments

Comments
 (0)