|
61 | 61 | AC426CC4211B5497002EDBE8 /* ServerResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC426CC3211B5497002EDBE8 /* ServerResponse.swift */; };
|
62 | 62 | AC43E7FF23A8C2C0008917E2 /* image.jpg in Resources */ = {isa = PBXBuildFile; fileRef = AC74FE1E23A8C0DB004AC442 /* image.jpg */; };
|
63 | 63 | AC4B039622A8743F0043185B /* InAppManager+Functions.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC4B039322A8743F0043185B /* InAppManager+Functions.swift */; };
|
| 64 | + AC4BAE0A240BAF0E00D9121F /* OHHTTPStubs in Frameworks */ = {isa = PBXBuildFile; productRef = AC4BAE09240BAF0E00D9121F /* OHHTTPStubs */; }; |
64 | 65 | AC64626B2140AACF0046E1BD /* IterableAPIResponseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC64626A2140AACF0046E1BD /* IterableAPIResponseTests.swift */; };
|
65 | 66 | AC684A86222EF75C00F29749 /* InAppMessageParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC684A85222EF75C00F29749 /* InAppMessageParser.swift */; };
|
66 | 67 | AC684A88222F4FDD00F29749 /* InAppDisplayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC684A87222F4FDD00F29749 /* InAppDisplayer.swift */; };
|
|
118 | 119 | ACA8D1A921965B7D001B1332 /* InAppTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACA8D1A821965B7D001B1332 /* InAppTests.swift */; };
|
119 | 120 | ACA8D1AB21966555001B1332 /* InAppManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACA8D1AA21966555001B1332 /* InAppManager.swift */; };
|
120 | 121 | ACAA816E231163660035C743 /* RequestCreatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACAA816D231163660035C743 /* RequestCreatorTests.swift */; };
|
121 |
| - ACACA91823E0947C00B9E8DF /* OHHTTPStubsSwift in Frameworks */ = {isa = PBXBuildFile; productRef = ACACA91723E0947C00B9E8DF /* OHHTTPStubsSwift */; }; |
122 | 122 | ACB37AB0240268A60093A8EA /* SampleInboxViewDelegateImplementations.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACB37AAF240268A60093A8EA /* SampleInboxViewDelegateImplementations.swift */; };
|
123 | 123 | ACB37AB124026C1E0093A8EA /* SampleInboxViewDelegateImplementations.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACB37AAF240268A60093A8EA /* SampleInboxViewDelegateImplementations.swift */; };
|
124 | 124 | ACB8273F22372A5C00DB17D3 /* IterableHtmlMessageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACB8273E22372A5C00DB17D3 /* IterableHtmlMessageViewController.swift */; };
|
|
393 | 393 | isa = PBXFrameworksBuildPhase;
|
394 | 394 | buildActionMask = 2147483647;
|
395 | 395 | files = (
|
396 |
| - ACACA91823E0947C00B9E8DF /* OHHTTPStubsSwift in Frameworks */, |
397 | 396 | );
|
398 | 397 | runOnlyForDeploymentPostprocessing = 0;
|
399 | 398 | };
|
|
402 | 401 | buildActionMask = 2147483647;
|
403 | 402 | files = (
|
404 | 403 | AC7B143020D02CE200877BFE /* IterableSDK.framework in Frameworks */,
|
| 404 | + AC4BAE0A240BAF0E00D9121F /* OHHTTPStubs in Frameworks */, |
405 | 405 | );
|
406 | 406 | runOnlyForDeploymentPostprocessing = 0;
|
407 | 407 | };
|
|
907 | 907 | );
|
908 | 908 | name = "swift-sdk";
|
909 | 909 | packageProductDependencies = (
|
910 |
| - ACACA91723E0947C00B9E8DF /* OHHTTPStubsSwift */, |
911 | 910 | );
|
912 | 911 | productName = "swift-sdk";
|
913 | 912 | productReference = AC2263DF20CF49B8009800EB /* IterableSDK.framework */;
|
|
929 | 928 | ACFCA72420EAB2B900BFB277 /* PBXTargetDependency */,
|
930 | 929 | );
|
931 | 930 | name = "swift-sdk-swift-tests";
|
| 931 | + packageProductDependencies = ( |
| 932 | + AC4BAE09240BAF0E00D9121F /* OHHTTPStubs */, |
| 933 | + ); |
932 | 934 | productName = "swift-sdk-swift-tests";
|
933 | 935 | productReference = AC7B142B20D02CE200877BFE /* swift-sdk-swift-tests.xctest */;
|
934 | 936 | productType = "com.apple.product-type.bundle.unit-test";
|
|
2164 | 2166 | /* End XCRemoteSwiftPackageReference section */
|
2165 | 2167 |
|
2166 | 2168 | /* Begin XCSwiftPackageProductDependency section */
|
2167 |
| - ACACA91723E0947C00B9E8DF /* OHHTTPStubsSwift */ = { |
| 2169 | + AC4BAE09240BAF0E00D9121F /* OHHTTPStubs */ = { |
2168 | 2170 | isa = XCSwiftPackageProductDependency;
|
2169 | 2171 | package = ACACA91623E0947C00B9E8DF /* XCRemoteSwiftPackageReference "OHHTTPStubs" */;
|
2170 |
| - productName = OHHTTPStubsSwift; |
| 2172 | + productName = OHHTTPStubs; |
2171 | 2173 | };
|
2172 | 2174 | /* End XCSwiftPackageProductDependency section */
|
2173 | 2175 | };
|
|
0 commit comments