|
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 |
| - D935004D1D513CF700C7BA47 /* OAuthManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D935004C1D513CF700C7BA47 /* OAuthManager.m */; }; |
| 13 | + C90A7DD924A41ED5AC121830 /* libPods-OAuthManager.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0BEBD4A49CB3A9B272DD53CC /* libPods-OAuthManager.a */; }; |
14 | 14 | D9F2EAD31DA9A9650000BD52 /* OAuthClient.h in Headers */ = {isa = PBXBuildFile; fileRef = D9F2EAD11DA9A9650000BD52 /* OAuthClient.h */; };
|
15 | 15 | D9F2EAD41DA9A9650000BD52 /* OAuthClient.m in Sources */ = {isa = PBXBuildFile; fileRef = D9F2EAD21DA9A9650000BD52 /* OAuthClient.m */; };
|
16 | 16 | D9F2EAD91DA9A9730000BD52 /* OAuth1Client.h in Headers */ = {isa = PBXBuildFile; fileRef = D9F2EAD51DA9A9730000BD52 /* OAuth1Client.h */; };
|
|
68 | 68 | /* End PBXCopyFilesBuildPhase section */
|
69 | 69 |
|
70 | 70 | /* 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>"; }; |
71 | 74 | B76E094B1E768CE100A9AF9A /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
72 | 75 | B76E094C1E768CE100A9AF9A /* XMLReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XMLReader.h; sourceTree = "<group>"; };
|
73 | 76 | B76E094D1E768CE100A9AF9A /* XMLReader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XMLReader.m; sourceTree = "<group>"; };
|
74 | 77 | D91353961DA7849100AABC96 /* libOAuthManager.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libOAuthManager.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
75 |
| - D935004C1D513CF700C7BA47 /* OAuthManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OAuthManager.m; path = OAuthManager/OAuthManager.m; sourceTree = "<group>"; }; |
76 | 78 | D991AB771D1B237400DE9E58 /* Pods.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Pods.xcodeproj; path = Pods/Pods.xcodeproj; sourceTree = "<group>"; };
|
77 | 79 | D9F2EAD11DA9A9650000BD52 /* OAuthClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OAuthClient.h; path = OAuthManager/OAuthClient.h; sourceTree = SOURCE_ROOT; };
|
78 | 80 | D9F2EAD21DA9A9650000BD52 /* OAuthClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OAuthClient.m; path = OAuthManager/OAuthClient.m; sourceTree = SOURCE_ROOT; };
|
|
91 | 93 | isa = PBXFrameworksBuildPhase;
|
92 | 94 | buildActionMask = 2147483647;
|
93 | 95 | files = (
|
| 96 | + C90A7DD924A41ED5AC121830 /* libPods-OAuthManager.a in Frameworks */, |
94 | 97 | );
|
95 | 98 | runOnlyForDeploymentPostprocessing = 0;
|
96 | 99 | };
|
97 | 100 | /* End PBXFrameworksBuildPhase section */
|
98 | 101 |
|
99 | 102 | /* 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 | + }; |
100 | 112 | B76E094A1E768CE100A9AF9A /* XMLReader */ = {
|
101 | 113 | isa = PBXGroup;
|
102 | 114 | children = (
|
|
108 | 120 | path = OAuthManager/XMLReader;
|
109 | 121 | sourceTree = SOURCE_ROOT;
|
110 | 122 | };
|
111 |
| - D93EF9941DA77CBB00EC55A0 /* /Users/auser/Development/react-native/mine/OAuthManager/ios/OAuthManager.xcodeproj */ = { |
| 123 | + D93EF9941DA77CBB00EC55A0 = { |
112 | 124 | isa = PBXGroup;
|
113 | 125 | children = (
|
114 | 126 | B76E094A1E768CE100A9AF9A /* XMLReader */,
|
|
120 | 132 | D9F6DCB41DA8EFBC00D10561 /* Clients */,
|
121 | 133 | D9F6DCB51DA8EFC300D10561 /* Protocols */,
|
122 | 134 | D91353961DA7849100AABC96 /* libOAuthManager.a */,
|
123 |
| - DA04624A1FD1EE0500DC47A3 /* Recovered References */, |
| 135 | + 0F5C379138687C57BFB115F7 /* Pods */, |
| 136 | + FB21C9198AC15A6234708243 /* Frameworks */, |
124 | 137 | );
|
125 |
| - path = "/Users/auser/Development/react-native/mine/OAuthManager/ios/OAuthManager.xcodeproj"; |
| 138 | + path = "OAuthManager/ios/OAuthManager.xcodeproj"; |
126 | 139 | sourceTree = "<absolute>";
|
127 | 140 | };
|
128 | 141 | D991AB781D1B237400DE9E58 /* Products */ = {
|
|
153 | 166 | name = Protocols;
|
154 | 167 | sourceTree = "<group>";
|
155 | 168 | };
|
156 |
| - DA04624A1FD1EE0500DC47A3 /* Recovered References */ = { |
| 169 | + FB21C9198AC15A6234708243 /* Frameworks */ = { |
157 | 170 | isa = PBXGroup;
|
158 | 171 | children = (
|
159 |
| - D935004C1D513CF700C7BA47 /* OAuthManager.m */, |
| 172 | + 0BEBD4A49CB3A9B272DD53CC /* libPods-OAuthManager.a */, |
160 | 173 | );
|
161 |
| - name = "Recovered References"; |
| 174 | + name = Frameworks; |
162 | 175 | sourceTree = "<group>";
|
163 | 176 | };
|
164 | 177 | /* End PBXGroup section */
|
|
185 | 198 | isa = PBXNativeTarget;
|
186 | 199 | buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "OAuthManager" */;
|
187 | 200 | buildPhases = (
|
| 201 | + 0DC2A1D91C2875A67A17DB79 /* [CP] Check Pods Manifest.lock */, |
188 | 202 | 58B511D71A9E6C8500147676 /* Sources */,
|
189 | 203 | 58B511D81A9E6C8500147676 /* Frameworks */,
|
190 | 204 | 58B511D91A9E6C8500147676 /* Copy Files */,
|
191 | 205 | D92A80BB1DA9030200EFDC2C /* Headers */,
|
| 206 | + 1163527FD9934043D49422BA /* [CP] Copy Pods Resources */, |
192 | 207 | );
|
193 | 208 | buildRules = (
|
194 | 209 | );
|
|
222 | 237 | knownRegions = (
|
223 | 238 | en,
|
224 | 239 | );
|
225 |
| - mainGroup = D93EF9941DA77CBB00EC55A0 /* /Users/auser/Development/react-native/mine/OAuthManager/ios/OAuthManager.xcodeproj */; |
226 |
| - productRefGroup = D93EF9941DA77CBB00EC55A0 /* /Users/auser/Development/react-native/mine/OAuthManager/ios/OAuthManager.xcodeproj */; |
| 240 | + mainGroup = D93EF9941DA77CBB00EC55A0; |
| 241 | + productRefGroup = D93EF9941DA77CBB00EC55A0; |
227 | 242 | projectDirPath = "";
|
228 | 243 | projectReferences = (
|
229 | 244 | {
|
|
255 | 270 | };
|
256 | 271 | /* End PBXReferenceProxy section */
|
257 | 272 |
|
| 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 | + |
258 | 309 | /* Begin PBXSourcesBuildPhase section */
|
259 | 310 | 58B511D71A9E6C8500147676 /* Sources */ = {
|
260 | 311 | isa = PBXSourcesBuildPhase;
|
261 | 312 | buildActionMask = 2147483647;
|
262 | 313 | files = (
|
263 | 314 | B76E094E1E768CE100A9AF9A /* README.md in Sources */,
|
264 | 315 | D9F2EADC1DA9A9730000BD52 /* OAuth2Client.m in Sources */,
|
265 |
| - D935004D1D513CF700C7BA47 /* OAuthManager.m in Sources */, |
266 | 316 | D9F2EAD41DA9A9650000BD52 /* OAuthClient.m in Sources */,
|
267 | 317 | D9F2EADA1DA9A9730000BD52 /* OAuth1Client.m in Sources */,
|
268 | 318 | D9F2EAE31DA9A9930000BD52 /* OAuthManager.m in Sources */,
|
|
387 | 437 | };
|
388 | 438 | 58B511F01A9E6C8500147676 /* Debug */ = {
|
389 | 439 | isa = XCBuildConfiguration;
|
| 440 | + baseConfigurationReference = 2F2D6E8EDF176E9801B9917B /* Pods-OAuthManager.debug.xcconfig */; |
390 | 441 | buildSettings = {
|
391 | 442 | CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
|
392 | 443 | DYLIB_INSTALL_NAME_BASE = "";
|
|
411 | 462 | };
|
412 | 463 | 58B511F11A9E6C8500147676 /* Release */ = {
|
413 | 464 | isa = XCBuildConfiguration;
|
| 465 | + baseConfigurationReference = 6290E65E91DA7ACD87E4DFB1 /* Pods-OAuthManager.release.xcconfig */; |
414 | 466 | buildSettings = {
|
415 | 467 | CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
|
416 | 468 | DYLIB_INSTALL_NAME_BASE = "";
|
|
0 commit comments