|
101 | 101 | 9CD04D941F8EE7E30033AB4A /* variables_with_newsfeed_response.json in Resources */ = {isa = PBXBuildFile; fileRef = 9CD04D931F8EB6190033AB4A /* variables_with_newsfeed_response.json */; }; |
102 | 102 | 9CD04D951F8EE7E30033AB4A /* variables_with_newsfeed_response.json in Resources */ = {isa = PBXBuildFile; fileRef = 9CD04D931F8EB6190033AB4A /* variables_with_newsfeed_response.json */; }; |
103 | 103 | A84527FD215C3035001FA20D /* LPRequestTest.m in Sources */ = {isa = PBXBuildFile; fileRef = A84527FC215C3035001FA20D /* LPRequestTest.m */; }; |
| 104 | + A86C8CF42405E271003F5E4E /* LPAlertMessageSnapshotTest.m in Sources */ = {isa = PBXBuildFile; fileRef = A86C8CF32405E271003F5E4E /* LPAlertMessageSnapshotTest.m */; }; |
104 | 105 | A8CB8A36227276A400E1001D /* LeanplumRequestTest.m in Sources */ = {isa = PBXBuildFile; fileRef = A8CB8A35227276A400E1001D /* LeanplumRequestTest.m */; }; |
105 | 106 | A8EEA1AB20E44B0B00FF9A4D /* start_with_variant_debug_info_response.json in Resources */ = {isa = PBXBuildFile; fileRef = A8EEA1AA20E44B0A00FF9A4D /* start_with_variant_debug_info_response.json */; }; |
106 | 107 | A8EEA1AC20E44B0B00FF9A4D /* start_with_variant_debug_info_response.json in Resources */ = {isa = PBXBuildFile; fileRef = A8EEA1AA20E44B0A00FF9A4D /* start_with_variant_debug_info_response.json */; }; |
|
208 | 209 | 9CD04D931F8EB6190033AB4A /* variables_with_newsfeed_response.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = variables_with_newsfeed_response.json; sourceTree = "<group>"; }; |
209 | 210 | A54ACCFCB36AE8C874708A7F /* libPods-Leanplum-SDK_Example-Leanplum-SDK_Tests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Leanplum-SDK_Example-Leanplum-SDK_Tests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
210 | 211 | A84527FC215C3035001FA20D /* LPRequestTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LPRequestTest.m; sourceTree = "<group>"; }; |
| 212 | + A86C8CF32405E271003F5E4E /* LPAlertMessageSnapshotTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LPAlertMessageSnapshotTest.m; sourceTree = "<group>"; }; |
211 | 213 | A8CB8A35227276A400E1001D /* LeanplumRequestTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LeanplumRequestTest.m; sourceTree = "<group>"; }; |
212 | 214 | A8EEA1AA20E44B0A00FF9A4D /* start_with_variant_debug_info_response.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = start_with_variant_debug_info_response.json; sourceTree = "<group>"; }; |
213 | 215 | A8F5D58623F3483E00313C98 /* LPBaseInterstitialMessageTemplateTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LPBaseInterstitialMessageTemplateTest.m; sourceTree = "<group>"; }; |
|
255 | 257 | 07E5C86A1F052B7800A4B092 /* Classes */ = { |
256 | 258 | isa = PBXGroup; |
257 | 259 | children = ( |
| 260 | + A86C8CF22405E23E003F5E4E /* Snapshot Tests */, |
258 | 261 | 07E5C86F1F052B7800A4B092 /* Extensions */, |
259 | 262 | 07E5C8841F052B7800A4B092 /* Utilities */, |
260 | 263 | 07E5C86B1F052B7800A4B092 /* LPActionManagerTest.m */, |
|
472 | 475 | name = "Podspec Metadata"; |
473 | 476 | sourceTree = "<group>"; |
474 | 477 | }; |
| 478 | + A86C8CF22405E23E003F5E4E /* Snapshot Tests */ = { |
| 479 | + isa = PBXGroup; |
| 480 | + children = ( |
| 481 | + A86C8CF32405E271003F5E4E /* LPAlertMessageSnapshotTest.m */, |
| 482 | + ); |
| 483 | + path = "Snapshot Tests"; |
| 484 | + sourceTree = "<group>"; |
| 485 | + }; |
475 | 486 | B5CCCA2A1D74B64D005ADEE1 /* Leanplum-tvOS-SDK_Example */ = { |
476 | 487 | isa = PBXGroup; |
477 | 488 | children = ( |
|
733 | 744 | "${BUILT_PRODUCTS_DIR}/Leanplum-iOS-SDK/Leanplum.framework", |
734 | 745 | "${BUILT_PRODUCTS_DIR}/OCMock/OCMock.framework", |
735 | 746 | "${BUILT_PRODUCTS_DIR}/OHHTTPStubs/OHHTTPStubs.framework", |
| 747 | + "${BUILT_PRODUCTS_DIR}/iOSSnapshotTestCase/FBSnapshotTestCase.framework", |
736 | 748 | ); |
737 | 749 | name = "[CP] Embed Pods Frameworks"; |
738 | 750 | outputPaths = ( |
739 | 751 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Leanplum.framework", |
740 | 752 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OCMock.framework", |
741 | 753 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OHHTTPStubs.framework", |
| 754 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBSnapshotTestCase.framework", |
742 | 755 | ); |
743 | 756 | runOnlyForDeploymentPostprocessing = 0; |
744 | 757 | shellPath = /bin/sh; |
|
773 | 786 | A8F5D58A23F34AD400313C98 /* LPBasePushMessageTemplateTest.m in Sources */, |
774 | 787 | 07E5C8B11F052B7800A4B092 /* LPNetworkEngine+Category.m in Sources */, |
775 | 788 | 07E5C8B61F052B7800A4B092 /* LeanplumTest.m in Sources */, |
| 789 | + A86C8CF42405E271003F5E4E /* LPAlertMessageSnapshotTest.m in Sources */, |
776 | 790 | 65E189C6216BDB82005E6B93 /* LPRequestFactoryTest.m in Sources */, |
777 | 791 | 07E5C8AD1F052B7800A4B092 /* LPEventDataManagerTest.m in Sources */, |
778 | 792 | 65E189C421643631005E6B93 /* LPRequestSenderTest.m in Sources */, |
|
0 commit comments