|
36 | 36 | 1608832D1F83EED500318578 /* IterableInAppNotificationTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 1608832C1F83EED500318578 /* IterableInAppNotificationTests.m */; }; |
37 | 37 | 160883301F840B5F00318578 /* IterableInAppHTMLViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1608832E1F840B5F00318578 /* IterableInAppHTMLViewController.h */; }; |
38 | 38 | 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 */; }; |
39 | 41 | 16513DDE1D89EECC00C205B3 /* IterableInAppManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 16513DD81D89EECC00C205B3 /* IterableInAppManager.h */; }; |
40 | 42 | 16513DDF1D89EECC00C205B3 /* IterableInAppManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 16513DD91D89EECC00C205B3 /* IterableInAppManager.m */; }; |
41 | 43 | 1653A80E1D88B25200690298 /* IterableConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1653A80B1D88B25200690298 /* IterableConstants.h */; }; |
|
96 | 98 | 1608832C1F83EED500318578 /* IterableInAppNotificationTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IterableInAppNotificationTests.m; sourceTree = "<group>"; }; |
97 | 99 | 1608832E1F840B5F00318578 /* IterableInAppHTMLViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IterableInAppHTMLViewController.h; sourceTree = "<group>"; }; |
98 | 100 | 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>"; }; |
99 | 103 | 16513DD81D89EECC00C205B3 /* IterableInAppManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IterableInAppManager.h; sourceTree = "<group>"; }; |
100 | 104 | 16513DD91D89EECC00C205B3 /* IterableInAppManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IterableInAppManager.m; sourceTree = "<group>"; }; |
101 | 105 | 1653A80B1D88B25200690298 /* IterableConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IterableConstants.h; sourceTree = "<group>"; }; |
|
162 | 166 | 09C0FBFD1A1D6D4700D5A86B /* Iterable-iOS-SDK */ = { |
163 | 167 | isa = PBXGroup; |
164 | 168 | children = ( |
| 169 | + 161D98B920236BB400E91846 /* Deeplinking */, |
165 | 170 | 1653A80B1D88B25200690298 /* IterableConstants.h */, |
166 | 171 | 16E02BAC1E035EA400644C15 /* IterableConstants.m */, |
167 | 172 | 16CE7A051DF8D5A900CADC2D /* InAppNotifications */, |
|
199 | 204 | name = "Supporting Files"; |
200 | 205 | sourceTree = "<group>"; |
201 | 206 | }; |
| 207 | + 161D98B920236BB400E91846 /* Deeplinking */ = { |
| 208 | + isa = PBXGroup; |
| 209 | + children = ( |
| 210 | + 161D98BA20236BC700E91846 /* IterableDeeplinkManager.h */, |
| 211 | + 161D98BB20236BC700E91846 /* IterableDeeplinkManager.m */, |
| 212 | + ); |
| 213 | + name = Deeplinking; |
| 214 | + sourceTree = "<group>"; |
| 215 | + }; |
202 | 216 | 16CE7A051DF8D5A900CADC2D /* InAppNotifications */ = { |
203 | 217 | isa = PBXGroup; |
204 | 218 | children = ( |
|
248 | 262 | files = ( |
249 | 263 | 1653A80E1D88B25200690298 /* IterableConstants.h in Headers */, |
250 | 264 | 1653A80F1D88B25200690298 /* IterableFullScreenViewController.h in Headers */, |
| 265 | + 161D98BC20236BC700E91846 /* IterableDeeplinkManager.h in Headers */, |
251 | 266 | 0937342E1A1D99C000C950B6 /* IterableAPI.h in Headers */, |
252 | 267 | 16ED2E4D1D908D5500ADCAEC /* IterableAlertView.h in Headers */, |
253 | 268 | 68E32EF61AC21D37000CEBE1 /* CommerceItem.h in Headers */, |
|
470 | 485 | 16ED2E4E1D908D5500ADCAEC /* IterableAlertView.m in Sources */, |
471 | 486 | 094995471A8588400047E59B /* NSData+Conversion.m in Sources */, |
472 | 487 | 16ED2E501D908D5500ADCAEC /* IterableAlertViewController.m in Sources */, |
| 488 | + 161D98BD20236BC700E91846 /* IterableDeeplinkManager.m in Sources */, |
473 | 489 | 093734271A1D701F00C950B6 /* IterableAPI.m in Sources */, |
474 | 490 | 1653A8101D88B25200690298 /* IterableFullScreenViewController.m in Sources */, |
475 | 491 | 160883311F840B5F00318578 /* IterableInAppHTMLViewController.m in Sources */, |
|
0 commit comments