|
22 | 22 | /* End PBXBuildFile section */ |
23 | 23 |
|
24 | 24 | /* Begin PBXFileReference section */ |
| 25 | + 86EFED2E98293EED7501CFB5 /* 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>"; }; |
25 | 26 | 9330594016F92D6B00868C9C /* AppClientExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AppClientExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
26 | 27 | 9330594316F92D6B00868C9C /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; |
27 | 28 | 9330594516F92D6B00868C9C /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
|
38 | 39 | 9330596016F92DA000868C9C /* TMAppClientExampleController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TMAppClientExampleController.h; sourceTree = "<group>"; }; |
39 | 40 | 9330596116F92DA000868C9C /* TMAppClientExampleController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TMAppClientExampleController.m; sourceTree = "<group>"; }; |
40 | 41 | 9330596316F930CB00868C9C /* tumblr.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tumblr.png; sourceTree = "<group>"; }; |
41 | | - ABEA0C5488FC430994D12D9D /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = SOURCE_ROOT; }; |
42 | 42 | E241EBDBBDCF4E3393680DED /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 43 | + F7D2F48E989E7862098B14AB /* 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>"; }; |
43 | 44 | /* End PBXFileReference section */ |
44 | 45 |
|
45 | 46 | /* Begin PBXFrameworksBuildPhase section */ |
|
63 | 64 | 9330594916F92D6B00868C9C /* AppClientExample */, |
64 | 65 | 9330594216F92D6B00868C9C /* Frameworks */, |
65 | 66 | 9330594116F92D6B00868C9C /* Products */, |
66 | | - ABEA0C5488FC430994D12D9D /* Pods.xcconfig */, |
| 67 | + D1EB5FD88786D67A2B4C4B8D /* Pods */, |
67 | 68 | ); |
68 | 69 | sourceTree = "<group>"; |
69 | 70 | }; |
|
113 | 114 | name = "Supporting Files"; |
114 | 115 | sourceTree = "<group>"; |
115 | 116 | }; |
| 117 | + D1EB5FD88786D67A2B4C4B8D /* Pods */ = { |
| 118 | + isa = PBXGroup; |
| 119 | + children = ( |
| 120 | + 86EFED2E98293EED7501CFB5 /* Pods.debug.xcconfig */, |
| 121 | + F7D2F48E989E7862098B14AB /* Pods.release.xcconfig */, |
| 122 | + ); |
| 123 | + name = Pods; |
| 124 | + sourceTree = "<group>"; |
| 125 | + }; |
116 | 126 | /* End PBXGroup section */ |
117 | 127 |
|
118 | 128 | /* Begin PBXNativeTarget section */ |
|
189 | 199 | ); |
190 | 200 | runOnlyForDeploymentPostprocessing = 0; |
191 | 201 | shellPath = /bin/sh; |
192 | | - shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n"; |
| 202 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n"; |
193 | 203 | }; |
194 | 204 | /* End PBXShellScriptBuildPhase section */ |
195 | 205 |
|
|
276 | 286 | }; |
277 | 287 | 9330595E16F92D6B00868C9C /* Debug */ = { |
278 | 288 | isa = XCBuildConfiguration; |
279 | | - baseConfigurationReference = ABEA0C5488FC430994D12D9D /* Pods.xcconfig */; |
| 289 | + baseConfigurationReference = 86EFED2E98293EED7501CFB5 /* Pods.debug.xcconfig */; |
280 | 290 | buildSettings = { |
281 | 291 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
282 | 292 | GCC_PREFIX_HEADER = "AppClientExample/AppClientExample-Prefix.pch"; |
|
288 | 298 | }; |
289 | 299 | 9330595F16F92D6B00868C9C /* Release */ = { |
290 | 300 | isa = XCBuildConfiguration; |
291 | | - baseConfigurationReference = ABEA0C5488FC430994D12D9D /* Pods.xcconfig */; |
| 301 | + baseConfigurationReference = F7D2F48E989E7862098B14AB /* Pods.release.xcconfig */; |
292 | 302 | buildSettings = { |
293 | 303 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
294 | 304 | GCC_PREFIX_HEADER = "AppClientExample/AppClientExample-Prefix.pch"; |
|
0 commit comments