Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit f52a1b7

Browse files
committed
Added in new compiled artifacts for IterableDeeplinkManager
1 parent bbed928 commit f52a1b7

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Artifacts/libIterable-iOS-SDK.a

127 KB
Binary file not shown.

Iterable-iOS-SDK.xcodeproj/project.pbxproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
1608832D1F83EED500318578 /* IterableInAppNotificationTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 1608832C1F83EED500318578 /* IterableInAppNotificationTests.m */; };
3737
160883301F840B5F00318578 /* IterableInAppHTMLViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1608832E1F840B5F00318578 /* IterableInAppHTMLViewController.h */; };
3838
160883311F840B5F00318578 /* IterableInAppHTMLViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1608832F1F840B5F00318578 /* IterableInAppHTMLViewController.m */; };
39+
161D98BC20236BC700E91846 /* IterableDeeplinkManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 161D98BA20236BC700E91846 /* IterableDeeplinkManager.h */; };
40+
161D98BD20236BC700E91846 /* IterableDeeplinkManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 161D98BB20236BC700E91846 /* IterableDeeplinkManager.m */; };
3941
16513DDE1D89EECC00C205B3 /* IterableInAppManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 16513DD81D89EECC00C205B3 /* IterableInAppManager.h */; };
4042
16513DDF1D89EECC00C205B3 /* IterableInAppManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 16513DD91D89EECC00C205B3 /* IterableInAppManager.m */; };
4143
1653A80E1D88B25200690298 /* IterableConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1653A80B1D88B25200690298 /* IterableConstants.h */; };
@@ -96,6 +98,8 @@
9698
1608832C1F83EED500318578 /* IterableInAppNotificationTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IterableInAppNotificationTests.m; sourceTree = "<group>"; };
9799
1608832E1F840B5F00318578 /* IterableInAppHTMLViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IterableInAppHTMLViewController.h; sourceTree = "<group>"; };
98100
1608832F1F840B5F00318578 /* IterableInAppHTMLViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IterableInAppHTMLViewController.m; sourceTree = "<group>"; };
101+
161D98BA20236BC700E91846 /* IterableDeeplinkManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IterableDeeplinkManager.h; sourceTree = "<group>"; };
102+
161D98BB20236BC700E91846 /* IterableDeeplinkManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IterableDeeplinkManager.m; sourceTree = "<group>"; };
99103
16513DD81D89EECC00C205B3 /* IterableInAppManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IterableInAppManager.h; sourceTree = "<group>"; };
100104
16513DD91D89EECC00C205B3 /* IterableInAppManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IterableInAppManager.m; sourceTree = "<group>"; };
101105
1653A80B1D88B25200690298 /* IterableConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IterableConstants.h; sourceTree = "<group>"; };
@@ -162,6 +166,7 @@
162166
09C0FBFD1A1D6D4700D5A86B /* Iterable-iOS-SDK */ = {
163167
isa = PBXGroup;
164168
children = (
169+
161D98B920236BB400E91846 /* Deeplinking */,
165170
1653A80B1D88B25200690298 /* IterableConstants.h */,
166171
16E02BAC1E035EA400644C15 /* IterableConstants.m */,
167172
16CE7A051DF8D5A900CADC2D /* InAppNotifications */,
@@ -199,6 +204,15 @@
199204
name = "Supporting Files";
200205
sourceTree = "<group>";
201206
};
207+
161D98B920236BB400E91846 /* Deeplinking */ = {
208+
isa = PBXGroup;
209+
children = (
210+
161D98BA20236BC700E91846 /* IterableDeeplinkManager.h */,
211+
161D98BB20236BC700E91846 /* IterableDeeplinkManager.m */,
212+
);
213+
name = Deeplinking;
214+
sourceTree = "<group>";
215+
};
202216
16CE7A051DF8D5A900CADC2D /* InAppNotifications */ = {
203217
isa = PBXGroup;
204218
children = (
@@ -248,6 +262,7 @@
248262
files = (
249263
1653A80E1D88B25200690298 /* IterableConstants.h in Headers */,
250264
1653A80F1D88B25200690298 /* IterableFullScreenViewController.h in Headers */,
265+
161D98BC20236BC700E91846 /* IterableDeeplinkManager.h in Headers */,
251266
0937342E1A1D99C000C950B6 /* IterableAPI.h in Headers */,
252267
16ED2E4D1D908D5500ADCAEC /* IterableAlertView.h in Headers */,
253268
68E32EF61AC21D37000CEBE1 /* CommerceItem.h in Headers */,
@@ -470,6 +485,7 @@
470485
16ED2E4E1D908D5500ADCAEC /* IterableAlertView.m in Sources */,
471486
094995471A8588400047E59B /* NSData+Conversion.m in Sources */,
472487
16ED2E501D908D5500ADCAEC /* IterableAlertViewController.m in Sources */,
488+
161D98BD20236BC700E91846 /* IterableDeeplinkManager.m in Sources */,
473489
093734271A1D701F00C950B6 /* IterableAPI.m in Sources */,
474490
1653A8101D88B25200690298 /* IterableFullScreenViewController.m in Sources */,
475491
160883311F840B5F00318578 /* IterableInAppHTMLViewController.m in Sources */,

0 commit comments

Comments
 (0)