|
85 | 85 |
|
86 | 86 | /* Begin PBXFileReference section */
|
87 | 87 | 824D5A6D123F68A8001177D5 /* NXOAuth2ClientDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NXOAuth2ClientDelegate.h; sourceTree = "<group>"; };
|
88 |
| - 83DD991B6049465CB61E135B /* Pods-OAuth2ClientTests.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OAuth2ClientTests.xcconfig"; path = "Pods/Pods-OAuth2ClientTests.xcconfig"; sourceTree = "<group>"; }; |
89 | 88 | 9404FAC1123E3A6900397DD1 /* NXOAuth2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NXOAuth2.h; sourceTree = "<group>"; };
|
90 | 89 | 9429B3A812267A3100D31807 /* NXOAuth2Client.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NXOAuth2Client.h; sourceTree = "<group>"; };
|
91 | 90 | 9429B3A912267A3100D31807 /* NXOAuth2Client.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NXOAuth2Client.m; sourceTree = "<group>"; };
|
|
116 | 115 | 99D8A7F713852C6E00E3073C /* NSData+NXOAuth2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+NXOAuth2.h"; sourceTree = "<group>"; };
|
117 | 116 | 99D8A7FE13852D3600E3073C /* NSData+NXOAuth2.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+NXOAuth2.m"; sourceTree = "<group>"; };
|
118 | 117 | 99F08DE9138BE8CE002A5401 /* NXOAuth2TrustDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NXOAuth2TrustDelegate.h; sourceTree = "<group>"; };
|
| 118 | + A584AA53216FADEE87202521 /* Pods-OAuth2ClientTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OAuth2ClientTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-OAuth2ClientTests/Pods-OAuth2ClientTests.release.xcconfig"; sourceTree = "<group>"; }; |
119 | 119 | AA747D9E0F9514B9006C5449 /* OAuth2Client_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OAuth2Client_Prefix.pch; sourceTree = "<group>"; };
|
120 | 120 | AACBBE490F95108600F1A2B1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
121 | 121 | B9E2089E9E7941B7AF3D27AA /* libPods-OAuth2ClientTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-OAuth2ClientTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 122 | + CCCB476CC96A52415E9D44D3 /* Pods-OAuth2ClientTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OAuth2ClientTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-OAuth2ClientTests/Pods-OAuth2ClientTests.debug.xcconfig"; sourceTree = "<group>"; }; |
122 | 123 | D2AAC07E0554694100DB518D /* libOAuth2Client.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libOAuth2Client.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
123 | 124 | F6525B4313D593C900ACAE8F /* NXOAuth2Account+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NXOAuth2Account+Private.h"; sourceTree = SOURCE_ROOT; };
|
124 | 125 | F65713CC13CC87FD00C8A33A /* NXOAuth2AccountStore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NXOAuth2AccountStore.h; sourceTree = "<group>"; };
|
|
182 | 183 | 0867D69AFE84028FC02AAC07 /* Frameworks */,
|
183 | 184 | 034768DFFF38A50411DB9C8B /* Products */,
|
184 | 185 | 942FFCDE12315E2E00E6C65E /* Resources */,
|
185 |
| - 83DD991B6049465CB61E135B /* Pods-OAuth2ClientTests.xcconfig */, |
| 186 | + B061851D30896FF145B69FB5 /* Pods */, |
186 | 187 | );
|
187 | 188 | name = OAuth2Client;
|
188 | 189 | sourceTree = "<group>";
|
|
276 | 277 | path = Tests;
|
277 | 278 | sourceTree = "<group>";
|
278 | 279 | };
|
| 280 | + B061851D30896FF145B69FB5 /* Pods */ = { |
| 281 | + isa = PBXGroup; |
| 282 | + children = ( |
| 283 | + CCCB476CC96A52415E9D44D3 /* Pods-OAuth2ClientTests.debug.xcconfig */, |
| 284 | + A584AA53216FADEE87202521 /* Pods-OAuth2ClientTests.release.xcconfig */, |
| 285 | + ); |
| 286 | + name = Pods; |
| 287 | + sourceTree = "<group>"; |
| 288 | + }; |
279 | 289 | F6E1A11313D7128100B6DAC3 /* Private */ = {
|
280 | 290 | isa = PBXGroup;
|
281 | 291 | children = (
|
|
490 | 500 | );
|
491 | 501 | runOnlyForDeploymentPostprocessing = 0;
|
492 | 502 | shellPath = /bin/sh;
|
493 |
| - shellScript = "\"${SRCROOT}/Pods/Pods-OAuth2ClientTests-resources.sh\"\n"; |
| 503 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-OAuth2ClientTests/Pods-OAuth2ClientTests-resources.sh\"\n"; |
494 | 504 | showEnvVarsInLog = 0;
|
495 | 505 | };
|
496 | 506 | /* End PBXShellScriptBuildPhase section */
|
|
682 | 692 | };
|
683 | 693 | 94B6CE6C19C1D0A300AA859B /* Debug */ = {
|
684 | 694 | isa = XCBuildConfiguration;
|
685 |
| - baseConfigurationReference = 83DD991B6049465CB61E135B /* Pods-OAuth2ClientTests.xcconfig */; |
| 695 | + baseConfigurationReference = CCCB476CC96A52415E9D44D3 /* Pods-OAuth2ClientTests.debug.xcconfig */; |
686 | 696 | buildSettings = {
|
687 | 697 | ALWAYS_SEARCH_USER_PATHS = NO;
|
688 | 698 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
728 | 738 | };
|
729 | 739 | 94B6CE6D19C1D0A300AA859B /* Release */ = {
|
730 | 740 | isa = XCBuildConfiguration;
|
731 |
| - baseConfigurationReference = 83DD991B6049465CB61E135B /* Pods-OAuth2ClientTests.xcconfig */; |
| 741 | + baseConfigurationReference = A584AA53216FADEE87202521 /* Pods-OAuth2ClientTests.release.xcconfig */; |
732 | 742 | buildSettings = {
|
733 | 743 | ALWAYS_SEARCH_USER_PATHS = NO;
|
734 | 744 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
0 commit comments