|
23 | 23 | 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; }; |
24 | 24 | 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; }; |
25 | 25 | 6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; }; |
| 26 | + 61FBC00A46E2117B6AC5C27C /* GDDMyExamplePresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 61FBC6AC3FF3B95E90AF102D /* GDDMyExamplePresenter.m */; }; |
26 | 27 | 61FBC01F617B5004D55FC52E /* GDDSampleCellPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 61FBC772965FCE547C73F336 /* GDDSampleCellPresenter.m */; }; |
| 28 | + 61FBC2B32514CC4B09B837B1 /* GDDMyExampleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 61FBCD9795DB07787A4EEEC0 /* GDDMyExampleViewController.m */; }; |
27 | 29 | 61FBC4B9CACF218A52623DD2 /* GDDSampleCollectionViewCellPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 61FBC3C2413FED786CDA470A /* GDDSampleCollectionViewCellPresenter.m */; }; |
28 | 30 | 61FBC65B94033B1EBB452073 /* GDDCollectionViewEmbeddedInTableViewCellPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 61FBCF5A70B64B4262BE3799 /* GDDCollectionViewEmbeddedInTableViewCellPresenter.m */; }; |
29 | 31 | 61FBCA5AED5F2B29978B9653 /* test_data.json in Resources */ = {isa = PBXBuildFile; fileRef = 61FBC87E2BA28B9D962635CE /* test_data.json */; }; |
|
74 | 76 | 61FBC2CDCB9609C1FB005738 /* GDDSampleCellPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GDDSampleCellPresenter.h; sourceTree = "<group>"; }; |
75 | 77 | 61FBC3AEE2259CCB7532DAB1 /* GDDCollectionViewEmbeddedInTableViewCellRender.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GDDCollectionViewEmbeddedInTableViewCellRender.h; sourceTree = "<group>"; }; |
76 | 78 | 61FBC3C2413FED786CDA470A /* GDDSampleCollectionViewCellPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GDDSampleCollectionViewCellPresenter.m; sourceTree = "<group>"; }; |
| 79 | + 61FBC4C2FCB7ACD32A9BC839 /* GDDMyExamplePresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GDDMyExamplePresenter.h; sourceTree = "<group>"; }; |
77 | 80 | 61FBC53B56759D5421F5404E /* GDDSampleCollectionViewCellRender.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GDDSampleCollectionViewCellRender.m; sourceTree = "<group>"; }; |
| 81 | + 61FBC6AC3FF3B95E90AF102D /* GDDMyExamplePresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GDDMyExamplePresenter.m; sourceTree = "<group>"; }; |
78 | 82 | 61FBC772965FCE547C73F336 /* GDDSampleCellPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GDDSampleCellPresenter.m; sourceTree = "<group>"; }; |
79 | 83 | 61FBC87E2BA28B9D962635CE /* test_data.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = test_data.json; sourceTree = "<group>"; }; |
80 | 84 | 61FBC9077CB4A5E9BA20CC98 /* GDDCollectionViewEmbeddedInTableViewCellPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GDDCollectionViewEmbeddedInTableViewCellPresenter.h; sourceTree = "<group>"; }; |
81 | 85 | 61FBC94C720D2FF1B4D449E6 /* GDDSampleCollectionViewCellRender.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GDDSampleCollectionViewCellRender.h; sourceTree = "<group>"; }; |
82 | 86 | 61FBCC6D528001DE1CEB4ABB /* GDDSampleCollectionViewCellPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GDDSampleCollectionViewCellPresenter.h; sourceTree = "<group>"; }; |
| 87 | + 61FBCD9795DB07787A4EEEC0 /* GDDMyExampleViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GDDMyExampleViewController.m; sourceTree = "<group>"; }; |
83 | 88 | 61FBCF5A70B64B4262BE3799 /* GDDCollectionViewEmbeddedInTableViewCellPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GDDCollectionViewEmbeddedInTableViewCellPresenter.m; sourceTree = "<group>"; }; |
84 | 89 | 61FBCF7AFE5EB0DD1905AEA5 /* GDDCollectionViewEmbeddedInTableViewCellRender.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GDDCollectionViewEmbeddedInTableViewCellRender.m; sourceTree = "<group>"; }; |
| 90 | + 61FBCFB8E056FACE01F0E8C2 /* GDDMyExampleViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GDDMyExampleViewController.h; sourceTree = "<group>"; }; |
85 | 91 | 664CAFEA054EFF8889C6B45B /* Pods-GDDataDrivenView_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GDDataDrivenView_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-GDDataDrivenView_Example/Pods-GDDataDrivenView_Example.release.xcconfig"; sourceTree = "<group>"; }; |
86 | 92 | 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; }; |
87 | 93 | BB40A2142DD937158E07F5B1 /* libPods-GDDataDrivenView_Example.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-GDDataDrivenView_Example.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
175 | 181 | 61FBC94C720D2FF1B4D449E6 /* GDDSampleCollectionViewCellRender.h */, |
176 | 182 | 61FBC3C2413FED786CDA470A /* GDDSampleCollectionViewCellPresenter.m */, |
177 | 183 | 61FBCC6D528001DE1CEB4ABB /* GDDSampleCollectionViewCellPresenter.h */, |
| 184 | + 61FBC5D24698FFFC8163C5A3 /* Router */, |
178 | 185 | ); |
179 | 186 | name = "Example for GDDataDrivenView"; |
180 | 187 | path = GDDataDrivenView; |
|
219 | 226 | name = "Podspec Metadata"; |
220 | 227 | sourceTree = "<group>"; |
221 | 228 | }; |
| 229 | + 61FBC5D24698FFFC8163C5A3 /* Router */ = { |
| 230 | + isa = PBXGroup; |
| 231 | + children = ( |
| 232 | + 61FBCFB8E056FACE01F0E8C2 /* GDDMyExampleViewController.h */, |
| 233 | + 61FBCD9795DB07787A4EEEC0 /* GDDMyExampleViewController.m */, |
| 234 | + 61FBC6AC3FF3B95E90AF102D /* GDDMyExamplePresenter.m */, |
| 235 | + 61FBC4C2FCB7ACD32A9BC839 /* GDDMyExamplePresenter.h */, |
| 236 | + ); |
| 237 | + path = Router; |
| 238 | + sourceTree = "<group>"; |
| 239 | + }; |
222 | 240 | 72F1EA74B4FB396B206919C5 /* Pods */ = { |
223 | 241 | isa = PBXGroup; |
224 | 242 | children = ( |
|
342 | 360 | files = ( |
343 | 361 | ); |
344 | 362 | inputPaths = ( |
| 363 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 364 | + "${PODS_ROOT}/Manifest.lock", |
345 | 365 | ); |
346 | 366 | name = "[CP] Check Pods Manifest.lock"; |
347 | 367 | outputPaths = ( |
| 368 | + "$(DERIVED_FILE_DIR)/Pods-GDDataDrivenView_Example-checkManifestLockResult.txt", |
348 | 369 | ); |
349 | 370 | runOnlyForDeploymentPostprocessing = 0; |
350 | 371 | shellPath = /bin/sh; |
351 | | - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; |
| 372 | + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
352 | 373 | showEnvVarsInLog = 0; |
353 | 374 | }; |
354 | 375 | 3CA872BAB155D7046AAEA98A /* [CP] Check Pods Manifest.lock */ = { |
|
357 | 378 | files = ( |
358 | 379 | ); |
359 | 380 | inputPaths = ( |
| 381 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 382 | + "${PODS_ROOT}/Manifest.lock", |
360 | 383 | ); |
361 | 384 | name = "[CP] Check Pods Manifest.lock"; |
362 | 385 | outputPaths = ( |
| 386 | + "$(DERIVED_FILE_DIR)/Pods-GDDataDrivenView_Tests-checkManifestLockResult.txt", |
363 | 387 | ); |
364 | 388 | runOnlyForDeploymentPostprocessing = 0; |
365 | 389 | shellPath = /bin/sh; |
366 | | - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; |
| 390 | + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
367 | 391 | showEnvVarsInLog = 0; |
368 | 392 | }; |
369 | 393 | 6DE4DC247489DE34E30E189A /* [CP] Copy Pods Resources */ = { |
|
372 | 396 | files = ( |
373 | 397 | ); |
374 | 398 | inputPaths = ( |
| 399 | + "${SRCROOT}/Pods/Target Support Files/Pods-GDDataDrivenView_Example/Pods-GDDataDrivenView_Example-resources.sh", |
| 400 | + "$PODS_CONFIGURATION_BUILD_DIR/GDChannel/GDChannel.bundle", |
375 | 401 | ); |
376 | 402 | name = "[CP] Copy Pods Resources"; |
377 | 403 | outputPaths = ( |
| 404 | + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}", |
378 | 405 | ); |
379 | 406 | runOnlyForDeploymentPostprocessing = 0; |
380 | 407 | shellPath = /bin/sh; |
|
442 | 469 | 61FBC65B94033B1EBB452073 /* GDDCollectionViewEmbeddedInTableViewCellPresenter.m in Sources */, |
443 | 470 | 61FBCBB85FB28D816D8FA20A /* GDDSampleCollectionViewCellRender.m in Sources */, |
444 | 471 | 61FBC4B9CACF218A52623DD2 /* GDDSampleCollectionViewCellPresenter.m in Sources */, |
| 472 | + 61FBC2B32514CC4B09B837B1 /* GDDMyExampleViewController.m in Sources */, |
| 473 | + 61FBC00A46E2117B6AC5C27C /* GDDMyExamplePresenter.m in Sources */, |
445 | 474 | ); |
446 | 475 | runOnlyForDeploymentPostprocessing = 0; |
447 | 476 | }; |
|
0 commit comments