|
10 | 10 | B76E094E1E768CE100A9AF9A /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = B76E094B1E768CE100A9AF9A /* README.md */; };
|
11 | 11 | B76E094F1E768CE100A9AF9A /* XMLReader.h in Headers */ = {isa = PBXBuildFile; fileRef = B76E094C1E768CE100A9AF9A /* XMLReader.h */; };
|
12 | 12 | B76E09501E768CE100A9AF9A /* XMLReader.m in Sources */ = {isa = PBXBuildFile; fileRef = B76E094D1E768CE100A9AF9A /* XMLReader.m */; };
|
13 |
| - C90A7DD924A41ED5AC121830 /* libPods-OAuthManager.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0BEBD4A49CB3A9B272DD53CC /* libPods-OAuthManager.a */; }; |
14 | 13 | D9F2EAD31DA9A9650000BD52 /* OAuthClient.h in Headers */ = {isa = PBXBuildFile; fileRef = D9F2EAD11DA9A9650000BD52 /* OAuthClient.h */; };
|
15 | 14 | D9F2EAD41DA9A9650000BD52 /* OAuthClient.m in Sources */ = {isa = PBXBuildFile; fileRef = D9F2EAD21DA9A9650000BD52 /* OAuthClient.m */; };
|
16 | 15 | D9F2EAD91DA9A9730000BD52 /* OAuth1Client.h in Headers */ = {isa = PBXBuildFile; fileRef = D9F2EAD51DA9A9730000BD52 /* OAuth1Client.h */; };
|
|
68 | 67 | /* End PBXCopyFilesBuildPhase section */
|
69 | 68 |
|
70 | 69 | /* Begin PBXFileReference section */
|
71 |
| - 0BEBD4A49CB3A9B272DD53CC /* libPods-OAuthManager.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-OAuthManager.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
72 |
| - 2F2D6E8EDF176E9801B9917B /* Pods-OAuthManager.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OAuthManager.debug.xcconfig"; path = "Pods/Target Support Files/Pods-OAuthManager/Pods-OAuthManager.debug.xcconfig"; sourceTree = "<group>"; }; |
73 |
| - 6290E65E91DA7ACD87E4DFB1 /* Pods-OAuthManager.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OAuthManager.release.xcconfig"; path = "Pods/Target Support Files/Pods-OAuthManager/Pods-OAuthManager.release.xcconfig"; sourceTree = "<group>"; }; |
74 | 70 | B76E094B1E768CE100A9AF9A /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
75 | 71 | B76E094C1E768CE100A9AF9A /* XMLReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XMLReader.h; sourceTree = "<group>"; };
|
76 | 72 | B76E094D1E768CE100A9AF9A /* XMLReader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XMLReader.m; sourceTree = "<group>"; };
|
|
93 | 89 | isa = PBXFrameworksBuildPhase;
|
94 | 90 | buildActionMask = 2147483647;
|
95 | 91 | files = (
|
96 |
| - C90A7DD924A41ED5AC121830 /* libPods-OAuthManager.a in Frameworks */, |
97 | 92 | );
|
98 | 93 | runOnlyForDeploymentPostprocessing = 0;
|
99 | 94 | };
|
100 | 95 | /* End PBXFrameworksBuildPhase section */
|
101 | 96 |
|
102 | 97 | /* Begin PBXGroup section */
|
103 |
| - 0F5C379138687C57BFB115F7 /* Pods */ = { |
104 |
| - isa = PBXGroup; |
105 |
| - children = ( |
106 |
| - 2F2D6E8EDF176E9801B9917B /* Pods-OAuthManager.debug.xcconfig */, |
107 |
| - 6290E65E91DA7ACD87E4DFB1 /* Pods-OAuthManager.release.xcconfig */, |
108 |
| - ); |
109 |
| - name = Pods; |
110 |
| - sourceTree = "<group>"; |
111 |
| - }; |
112 | 98 | B76E094A1E768CE100A9AF9A /* XMLReader */ = {
|
113 | 99 | isa = PBXGroup;
|
114 | 100 | children = (
|
|
132 | 118 | D9F6DCB41DA8EFBC00D10561 /* Clients */,
|
133 | 119 | D9F6DCB51DA8EFC300D10561 /* Protocols */,
|
134 | 120 | D91353961DA7849100AABC96 /* libOAuthManager.a */,
|
135 |
| - 0F5C379138687C57BFB115F7 /* Pods */, |
136 |
| - FB21C9198AC15A6234708243 /* Frameworks */, |
137 | 121 | );
|
138 |
| - path = "OAuthManager/ios/OAuthManager.xcodeproj"; |
| 122 | + path = OAuthManager/ios/OAuthManager.xcodeproj; |
139 | 123 | sourceTree = "<absolute>";
|
140 | 124 | };
|
141 | 125 | D991AB781D1B237400DE9E58 /* Products */ = {
|
|
166 | 150 | name = Protocols;
|
167 | 151 | sourceTree = "<group>";
|
168 | 152 | };
|
169 |
| - FB21C9198AC15A6234708243 /* Frameworks */ = { |
170 |
| - isa = PBXGroup; |
171 |
| - children = ( |
172 |
| - 0BEBD4A49CB3A9B272DD53CC /* libPods-OAuthManager.a */, |
173 |
| - ); |
174 |
| - name = Frameworks; |
175 |
| - sourceTree = "<group>"; |
176 |
| - }; |
177 | 153 | /* End PBXGroup section */
|
178 | 154 |
|
179 | 155 | /* Begin PBXHeadersBuildPhase section */
|
|
198 | 174 | isa = PBXNativeTarget;
|
199 | 175 | buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "OAuthManager" */;
|
200 | 176 | buildPhases = (
|
201 |
| - 0DC2A1D91C2875A67A17DB79 /* [CP] Check Pods Manifest.lock */, |
202 | 177 | 58B511D71A9E6C8500147676 /* Sources */,
|
203 | 178 | 58B511D81A9E6C8500147676 /* Frameworks */,
|
204 | 179 | 58B511D91A9E6C8500147676 /* Copy Files */,
|
205 | 180 | D92A80BB1DA9030200EFDC2C /* Headers */,
|
206 |
| - 1163527FD9934043D49422BA /* [CP] Copy Pods Resources */, |
207 | 181 | );
|
208 | 182 | buildRules = (
|
209 | 183 | );
|
|
270 | 244 | };
|
271 | 245 | /* End PBXReferenceProxy section */
|
272 | 246 |
|
273 |
| -/* Begin PBXShellScriptBuildPhase section */ |
274 |
| - 0DC2A1D91C2875A67A17DB79 /* [CP] Check Pods Manifest.lock */ = { |
275 |
| - isa = PBXShellScriptBuildPhase; |
276 |
| - buildActionMask = 2147483647; |
277 |
| - files = ( |
278 |
| - ); |
279 |
| - inputPaths = ( |
280 |
| - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
281 |
| - "${PODS_ROOT}/Manifest.lock", |
282 |
| - ); |
283 |
| - name = "[CP] Check Pods Manifest.lock"; |
284 |
| - outputPaths = ( |
285 |
| - "$(DERIVED_FILE_DIR)/Pods-OAuthManager-checkManifestLockResult.txt", |
286 |
| - ); |
287 |
| - runOnlyForDeploymentPostprocessing = 0; |
288 |
| - shellPath = /bin/sh; |
289 |
| - 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"; |
290 |
| - showEnvVarsInLog = 0; |
291 |
| - }; |
292 |
| - 1163527FD9934043D49422BA /* [CP] Copy Pods Resources */ = { |
293 |
| - isa = PBXShellScriptBuildPhase; |
294 |
| - buildActionMask = 2147483647; |
295 |
| - files = ( |
296 |
| - ); |
297 |
| - inputPaths = ( |
298 |
| - ); |
299 |
| - name = "[CP] Copy Pods Resources"; |
300 |
| - outputPaths = ( |
301 |
| - ); |
302 |
| - runOnlyForDeploymentPostprocessing = 0; |
303 |
| - shellPath = /bin/sh; |
304 |
| - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-OAuthManager/Pods-OAuthManager-resources.sh\"\n"; |
305 |
| - showEnvVarsInLog = 0; |
306 |
| - }; |
307 |
| -/* End PBXShellScriptBuildPhase section */ |
308 |
| - |
309 | 247 | /* Begin PBXSourcesBuildPhase section */
|
310 | 248 | 58B511D71A9E6C8500147676 /* Sources */ = {
|
311 | 249 | isa = PBXSourcesBuildPhase;
|
|
437 | 375 | };
|
438 | 376 | 58B511F01A9E6C8500147676 /* Debug */ = {
|
439 | 377 | isa = XCBuildConfiguration;
|
440 |
| - baseConfigurationReference = 2F2D6E8EDF176E9801B9917B /* Pods-OAuthManager.debug.xcconfig */; |
441 | 378 | buildSettings = {
|
442 | 379 | CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
|
443 | 380 | DYLIB_INSTALL_NAME_BASE = "";
|
|
462 | 399 | };
|
463 | 400 | 58B511F11A9E6C8500147676 /* Release */ = {
|
464 | 401 | isa = XCBuildConfiguration;
|
465 |
| - baseConfigurationReference = 6290E65E91DA7ACD87E4DFB1 /* Pods-OAuthManager.release.xcconfig */; |
466 | 402 | buildSettings = {
|
467 | 403 | CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
|
468 | 404 | DYLIB_INSTALL_NAME_BASE = "";
|
|
0 commit comments