|
119 | 119 | A8F4479E2449769000F6978A /* LPNetworkOperationTest.m in Sources */ = {isa = PBXBuildFile; fileRef = A8F4479D2449769000F6978A /* LPNetworkOperationTest.m */; }; |
120 | 120 | B449EB2A21F27AB2005C93B6 /* TiedPrioritiesDifferentDelay.json in Resources */ = {isa = PBXBuildFile; fileRef = B449EB2921F27AB2005C93B6 /* TiedPrioritiesDifferentDelay.json */; }; |
121 | 121 | B449EB2B21F27B0B005C93B6 /* TiedPrioritiesDifferentDelay.json in Resources */ = {isa = PBXBuildFile; fileRef = B449EB2921F27AB2005C93B6 /* TiedPrioritiesDifferentDelay.json */; }; |
| 122 | + C9C0C87025898CE900346291 /* LPRequestBatchTest.m in Sources */ = {isa = PBXBuildFile; fileRef = C9C0C86F25898CE900346291 /* LPRequestBatchTest.m */; }; |
| 123 | + C9C0C87425898D0100346291 /* LPRequestSenderTimerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = C9C0C87325898D0100346291 /* LPRequestSenderTimerTest.m */; }; |
122 | 124 | D9BF440B9FAFF9040FD1DB96 /* Pods_Leanplum_SDK_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A5CE8E3EA862202D684BDD6 /* Pods_Leanplum_SDK_Example.framework */; }; |
123 | 125 | E773031E24AB871E00EDF983 /* Leanplum-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = E773031D24AB871E00EDF983 /* Leanplum-Info.plist */; }; |
124 | 126 | /* End PBXBuildFile section */ |
|
248 | 250 | B5CCCA351D74B64D005ADEE1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
249 | 251 | B5CCCA371D74B64D005ADEE1 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
250 | 252 | B5CCCA391D74B64D005ADEE1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 253 | + C9C0C86F25898CE900346291 /* LPRequestBatchTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LPRequestBatchTest.m; sourceTree = "<group>"; }; |
| 254 | + C9C0C87325898D0100346291 /* LPRequestSenderTimerTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LPRequestSenderTimerTest.m; sourceTree = "<group>"; }; |
251 | 255 | E773031D24AB871E00EDF983 /* Leanplum-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Leanplum-Info.plist"; sourceTree = "<group>"; }; |
252 | 256 | F5CF859C9DD307380E6F9A30 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; |
253 | 257 | F84138A05B446D2B1EA99E98 /* Pods-Leanplum-SDK_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Leanplum-SDK_Example.debug.xcconfig"; path = "Target Support Files/Pods-Leanplum-SDK_Example/Pods-Leanplum-SDK_Example.debug.xcconfig"; sourceTree = "<group>"; }; |
|
291 | 295 | A8F4479D2449769000F6978A /* LPNetworkOperationTest.m */, |
292 | 296 | 65E189C321643631005E6B93 /* LPRequestSenderTest.m */, |
293 | 297 | 65E189C5216BDB82005E6B93 /* LPRequestFactoryTest.m */, |
| 298 | + C9C0C86F25898CE900346291 /* LPRequestBatchTest.m */, |
| 299 | + C9C0C87325898D0100346291 /* LPRequestSenderTimerTest.m */, |
294 | 300 | 07E5C86C1F052B7800A4B092 /* LPAppIconManagerTest.m */, |
295 | 301 | 07E5C86D1F052B7800A4B092 /* LPEventDataManagerTest.m */, |
296 | 302 | 07E5C86E1F052B7800A4B092 /* ExceptionsTest.m */, |
|
849 | 855 | A824579B2411CB600044B1EB /* LPRichInterstitialMessageSnapshotTest.m in Sources */, |
850 | 856 | 9E53F6DF2474363D0097955F /* LPNotificationsManagerTest.m in Sources */, |
851 | 857 | 07E5C8BA1F052B7800A4B092 /* LPInboxTest.m in Sources */, |
| 858 | + C9C0C87425898D0100346291 /* LPRequestSenderTimerTest.m in Sources */, |
852 | 859 | 6A7815E324F6A89C004F3DC7 /* LPDeferMessageManagerTest.m in Sources */, |
853 | 860 | 07E5C8AB1F052B7800A4B092 /* LPActionManagerTest.m in Sources */, |
854 | 861 | 653192A121517D4F00D7DDDC /* LPFeatureFlagManagerTest.m in Sources */, |
|
857 | 864 | 07E5C8AF1F052B7800A4B092 /* LeanplumReachability+Category.m in Sources */, |
858 | 865 | 9CB691E11F1601BA002D83D8 /* LPEventCallbackManagerTest.m in Sources */, |
859 | 866 | 9EE5FFA524D08E6700153AF8 /* LPRequest+Extension.m in Sources */, |
| 867 | + C9C0C87025898CE900346291 /* LPRequestBatchTest.m in Sources */, |
860 | 868 | 07E5C8BE1F052B7800A4B092 /* LPUtilsTest.m in Sources */, |
861 | 869 | 07E5C8B01F052B7800A4B092 /* LPRequestSender+Categories.m in Sources */, |
862 | 870 | ); |
|
0 commit comments