Skip to content

Commit 8c3c2e8

Browse files
committed
🐛 more Xcode project fixes
1 parent 80dca9f commit 8c3c2e8

File tree

1 file changed

+1
-65
lines changed

1 file changed

+1
-65
lines changed

ios/OAuthManager.xcodeproj/project.pbxproj

Lines changed: 1 addition & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
B76E094E1E768CE100A9AF9A /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = B76E094B1E768CE100A9AF9A /* README.md */; };
1111
B76E094F1E768CE100A9AF9A /* XMLReader.h in Headers */ = {isa = PBXBuildFile; fileRef = B76E094C1E768CE100A9AF9A /* XMLReader.h */; };
1212
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 */; };
1413
D9F2EAD31DA9A9650000BD52 /* OAuthClient.h in Headers */ = {isa = PBXBuildFile; fileRef = D9F2EAD11DA9A9650000BD52 /* OAuthClient.h */; };
1514
D9F2EAD41DA9A9650000BD52 /* OAuthClient.m in Sources */ = {isa = PBXBuildFile; fileRef = D9F2EAD21DA9A9650000BD52 /* OAuthClient.m */; };
1615
D9F2EAD91DA9A9730000BD52 /* OAuth1Client.h in Headers */ = {isa = PBXBuildFile; fileRef = D9F2EAD51DA9A9730000BD52 /* OAuth1Client.h */; };
@@ -68,9 +67,6 @@
6867
/* End PBXCopyFilesBuildPhase section */
6968

7069
/* 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>"; };
7470
B76E094B1E768CE100A9AF9A /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
7571
B76E094C1E768CE100A9AF9A /* XMLReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XMLReader.h; sourceTree = "<group>"; };
7672
B76E094D1E768CE100A9AF9A /* XMLReader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XMLReader.m; sourceTree = "<group>"; };
@@ -93,22 +89,12 @@
9389
isa = PBXFrameworksBuildPhase;
9490
buildActionMask = 2147483647;
9591
files = (
96-
C90A7DD924A41ED5AC121830 /* libPods-OAuthManager.a in Frameworks */,
9792
);
9893
runOnlyForDeploymentPostprocessing = 0;
9994
};
10095
/* End PBXFrameworksBuildPhase section */
10196

10297
/* 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-
};
11298
B76E094A1E768CE100A9AF9A /* XMLReader */ = {
11399
isa = PBXGroup;
114100
children = (
@@ -132,10 +118,8 @@
132118
D9F6DCB41DA8EFBC00D10561 /* Clients */,
133119
D9F6DCB51DA8EFC300D10561 /* Protocols */,
134120
D91353961DA7849100AABC96 /* libOAuthManager.a */,
135-
0F5C379138687C57BFB115F7 /* Pods */,
136-
FB21C9198AC15A6234708243 /* Frameworks */,
137121
);
138-
path = "OAuthManager/ios/OAuthManager.xcodeproj";
122+
path = OAuthManager/ios/OAuthManager.xcodeproj;
139123
sourceTree = "<absolute>";
140124
};
141125
D991AB781D1B237400DE9E58 /* Products */ = {
@@ -166,14 +150,6 @@
166150
name = Protocols;
167151
sourceTree = "<group>";
168152
};
169-
FB21C9198AC15A6234708243 /* Frameworks */ = {
170-
isa = PBXGroup;
171-
children = (
172-
0BEBD4A49CB3A9B272DD53CC /* libPods-OAuthManager.a */,
173-
);
174-
name = Frameworks;
175-
sourceTree = "<group>";
176-
};
177153
/* End PBXGroup section */
178154

179155
/* Begin PBXHeadersBuildPhase section */
@@ -198,12 +174,10 @@
198174
isa = PBXNativeTarget;
199175
buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "OAuthManager" */;
200176
buildPhases = (
201-
0DC2A1D91C2875A67A17DB79 /* [CP] Check Pods Manifest.lock */,
202177
58B511D71A9E6C8500147676 /* Sources */,
203178
58B511D81A9E6C8500147676 /* Frameworks */,
204179
58B511D91A9E6C8500147676 /* Copy Files */,
205180
D92A80BB1DA9030200EFDC2C /* Headers */,
206-
1163527FD9934043D49422BA /* [CP] Copy Pods Resources */,
207181
);
208182
buildRules = (
209183
);
@@ -270,42 +244,6 @@
270244
};
271245
/* End PBXReferenceProxy section */
272246

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-
309247
/* Begin PBXSourcesBuildPhase section */
310248
58B511D71A9E6C8500147676 /* Sources */ = {
311249
isa = PBXSourcesBuildPhase;
@@ -437,7 +375,6 @@
437375
};
438376
58B511F01A9E6C8500147676 /* Debug */ = {
439377
isa = XCBuildConfiguration;
440-
baseConfigurationReference = 2F2D6E8EDF176E9801B9917B /* Pods-OAuthManager.debug.xcconfig */;
441378
buildSettings = {
442379
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
443380
DYLIB_INSTALL_NAME_BASE = "";
@@ -462,7 +399,6 @@
462399
};
463400
58B511F11A9E6C8500147676 /* Release */ = {
464401
isa = XCBuildConfiguration;
465-
baseConfigurationReference = 6290E65E91DA7ACD87E4DFB1 /* Pods-OAuthManager.release.xcconfig */;
466402
buildSettings = {
467403
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
468404
DYLIB_INSTALL_NAME_BASE = "";

0 commit comments

Comments
 (0)