|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 23BEFFC3FD0E6575D5E56B78 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = AFDA0B8A1D36740848D30D13 /* libPods.a */; }; |
10 | 11 | E108B2A71CBE0A2600191E0B /* KtMainTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E108B2A61CBE0A2600191E0B /* KtMainTableViewCell.m */; }; |
11 | 12 | E108B2AB1CBE14C300191E0B /* KtTableViewDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = E108B2AA1CBE14C300191E0B /* KtTableViewDataSource.m */; }; |
12 | 13 | E108B2AE1CBE15D800191E0B /* KtTableViewSectionObject.m in Sources */ = {isa = PBXBuildFile; fileRef = E108B2AD1CBE15D800191E0B /* KtTableViewSectionObject.m */; }; |
|
44 | 45 | /* End PBXContainerItemProxy section */ |
45 | 46 |
|
46 | 47 | /* Begin PBXFileReference section */ |
| 48 | + 39F19645603938C8EF7DBFD3 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; }; |
| 49 | + 74A2D569E414911E7538367E /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; }; |
| 50 | + AFDA0B8A1D36740848D30D13 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
47 | 51 | E108B2A51CBE0A2600191E0B /* KtMainTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KtMainTableViewCell.h; sourceTree = "<group>"; }; |
48 | 52 | E108B2A61CBE0A2600191E0B /* KtMainTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KtMainTableViewCell.m; sourceTree = "<group>"; }; |
49 | 53 | E108B2A91CBE14C300191E0B /* KtTableViewDataSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KtTableViewDataSource.h; sourceTree = "<group>"; }; |
|
85 | 89 | isa = PBXFrameworksBuildPhase; |
86 | 90 | buildActionMask = 2147483647; |
87 | 91 | files = ( |
| 92 | + 23BEFFC3FD0E6575D5E56B78 /* libPods.a in Frameworks */, |
88 | 93 | ); |
89 | 94 | runOnlyForDeploymentPostprocessing = 0; |
90 | 95 | }; |
|
105 | 110 | /* End PBXFrameworksBuildPhase section */ |
106 | 111 |
|
107 | 112 | /* Begin PBXGroup section */ |
| 113 | + 69E01484FD4E182CB56A5FE6 /* Pods */ = { |
| 114 | + isa = PBXGroup; |
| 115 | + children = ( |
| 116 | + 74A2D569E414911E7538367E /* Pods.debug.xcconfig */, |
| 117 | + 39F19645603938C8EF7DBFD3 /* Pods.release.xcconfig */, |
| 118 | + ); |
| 119 | + name = Pods; |
| 120 | + sourceTree = "<group>"; |
| 121 | + }; |
108 | 122 | E108B2A81CBE148200191E0B /* KtBaseTableViewController */ = { |
109 | 123 | isa = PBXGroup; |
110 | 124 | children = ( |
|
131 | 145 | E1621E191CBDF267003D9438 /* KtTableViewTests */, |
132 | 146 | E1621E241CBDF267003D9438 /* KtTableViewUITests */, |
133 | 147 | E1621DFE1CBDF265003D9438 /* Products */, |
| 148 | + 69E01484FD4E182CB56A5FE6 /* Pods */, |
| 149 | + F71B31402A7F180F563A44F9 /* Frameworks */, |
134 | 150 | ); |
135 | 151 | sourceTree = "<group>"; |
136 | 152 | }; |
|
201 | 217 | name = KtExtension; |
202 | 218 | sourceTree = "<group>"; |
203 | 219 | }; |
| 220 | + F71B31402A7F180F563A44F9 /* Frameworks */ = { |
| 221 | + isa = PBXGroup; |
| 222 | + children = ( |
| 223 | + AFDA0B8A1D36740848D30D13 /* libPods.a */, |
| 224 | + ); |
| 225 | + name = Frameworks; |
| 226 | + sourceTree = "<group>"; |
| 227 | + }; |
204 | 228 | /* End PBXGroup section */ |
205 | 229 |
|
206 | 230 | /* Begin PBXNativeTarget section */ |
207 | 231 | E1621DFC1CBDF265003D9438 /* KtTableView */ = { |
208 | 232 | isa = PBXNativeTarget; |
209 | 233 | buildConfigurationList = E1621E2A1CBDF267003D9438 /* Build configuration list for PBXNativeTarget "KtTableView" */; |
210 | 234 | buildPhases = ( |
| 235 | + 6AAF7A2D573159A8A4997064 /* Check Pods Manifest.lock */, |
211 | 236 | E1621DF91CBDF265003D9438 /* Sources */, |
212 | 237 | E1621DFA1CBDF265003D9438 /* Frameworks */, |
213 | 238 | E1621DFB1CBDF265003D9438 /* Resources */, |
| 239 | + 9C241BAA28F98CD40C517EAB /* Embed Pods Frameworks */, |
| 240 | + F726984500B073E1BC60B240 /* Copy Pods Resources */, |
214 | 241 | ); |
215 | 242 | buildRules = ( |
216 | 243 | ); |
|
326 | 353 | }; |
327 | 354 | /* End PBXResourcesBuildPhase section */ |
328 | 355 |
|
| 356 | +/* Begin PBXShellScriptBuildPhase section */ |
| 357 | + 6AAF7A2D573159A8A4997064 /* Check Pods Manifest.lock */ = { |
| 358 | + isa = PBXShellScriptBuildPhase; |
| 359 | + buildActionMask = 2147483647; |
| 360 | + files = ( |
| 361 | + ); |
| 362 | + inputPaths = ( |
| 363 | + ); |
| 364 | + name = "Check Pods Manifest.lock"; |
| 365 | + outputPaths = ( |
| 366 | + ); |
| 367 | + runOnlyForDeploymentPostprocessing = 0; |
| 368 | + shellPath = /bin/sh; |
| 369 | + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; |
| 370 | + showEnvVarsInLog = 0; |
| 371 | + }; |
| 372 | + 9C241BAA28F98CD40C517EAB /* Embed Pods Frameworks */ = { |
| 373 | + isa = PBXShellScriptBuildPhase; |
| 374 | + buildActionMask = 2147483647; |
| 375 | + files = ( |
| 376 | + ); |
| 377 | + inputPaths = ( |
| 378 | + ); |
| 379 | + name = "Embed Pods Frameworks"; |
| 380 | + outputPaths = ( |
| 381 | + ); |
| 382 | + runOnlyForDeploymentPostprocessing = 0; |
| 383 | + shellPath = /bin/sh; |
| 384 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n"; |
| 385 | + showEnvVarsInLog = 0; |
| 386 | + }; |
| 387 | + F726984500B073E1BC60B240 /* Copy Pods Resources */ = { |
| 388 | + isa = PBXShellScriptBuildPhase; |
| 389 | + buildActionMask = 2147483647; |
| 390 | + files = ( |
| 391 | + ); |
| 392 | + inputPaths = ( |
| 393 | + ); |
| 394 | + name = "Copy Pods Resources"; |
| 395 | + outputPaths = ( |
| 396 | + ); |
| 397 | + runOnlyForDeploymentPostprocessing = 0; |
| 398 | + shellPath = /bin/sh; |
| 399 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n"; |
| 400 | + showEnvVarsInLog = 0; |
| 401 | + }; |
| 402 | +/* End PBXShellScriptBuildPhase section */ |
| 403 | + |
329 | 404 | /* Begin PBXSourcesBuildPhase section */ |
330 | 405 | E1621DF91CBDF265003D9438 /* Sources */ = { |
331 | 406 | isa = PBXSourcesBuildPhase; |
|
483 | 558 | }; |
484 | 559 | E1621E2B1CBDF267003D9438 /* Debug */ = { |
485 | 560 | isa = XCBuildConfiguration; |
| 561 | + baseConfigurationReference = 74A2D569E414911E7538367E /* Pods.debug.xcconfig */; |
486 | 562 | buildSettings = { |
487 | 563 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
488 | 564 | INFOPLIST_FILE = KtTableView/Info.plist; |
|
494 | 570 | }; |
495 | 571 | E1621E2C1CBDF267003D9438 /* Release */ = { |
496 | 572 | isa = XCBuildConfiguration; |
| 573 | + baseConfigurationReference = 39F19645603938C8EF7DBFD3 /* Pods.release.xcconfig */; |
497 | 574 | buildSettings = { |
498 | 575 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
499 | 576 | INFOPLIST_FILE = KtTableView/Info.plist; |
|
0 commit comments