Skip to content

Commit e371e26

Browse files
committed
🐛 fix Xcode project
1 parent fc01c28 commit e371e26

File tree

1 file changed

+63
-11
lines changed

1 file changed

+63
-11
lines changed

ios/OAuthManager.xcodeproj/project.pbxproj

Lines changed: 63 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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-
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 */; };
1414
D9F2EAD31DA9A9650000BD52 /* OAuthClient.h in Headers */ = {isa = PBXBuildFile; fileRef = D9F2EAD11DA9A9650000BD52 /* OAuthClient.h */; };
1515
D9F2EAD41DA9A9650000BD52 /* OAuthClient.m in Sources */ = {isa = PBXBuildFile; fileRef = D9F2EAD21DA9A9650000BD52 /* OAuthClient.m */; };
1616
D9F2EAD91DA9A9730000BD52 /* OAuth1Client.h in Headers */ = {isa = PBXBuildFile; fileRef = D9F2EAD51DA9A9730000BD52 /* OAuth1Client.h */; };
@@ -68,11 +68,13 @@
6868
/* End PBXCopyFilesBuildPhase section */
6969

7070
/* 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>"; };
7174
B76E094B1E768CE100A9AF9A /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
7275
B76E094C1E768CE100A9AF9A /* XMLReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XMLReader.h; sourceTree = "<group>"; };
7376
B76E094D1E768CE100A9AF9A /* XMLReader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XMLReader.m; sourceTree = "<group>"; };
7477
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>"; };
7678
D991AB771D1B237400DE9E58 /* Pods.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Pods.xcodeproj; path = Pods/Pods.xcodeproj; sourceTree = "<group>"; };
7779
D9F2EAD11DA9A9650000BD52 /* OAuthClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OAuthClient.h; path = OAuthManager/OAuthClient.h; sourceTree = SOURCE_ROOT; };
7880
D9F2EAD21DA9A9650000BD52 /* OAuthClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OAuthClient.m; path = OAuthManager/OAuthClient.m; sourceTree = SOURCE_ROOT; };
@@ -91,12 +93,22 @@
9193
isa = PBXFrameworksBuildPhase;
9294
buildActionMask = 2147483647;
9395
files = (
96+
C90A7DD924A41ED5AC121830 /* libPods-OAuthManager.a in Frameworks */,
9497
);
9598
runOnlyForDeploymentPostprocessing = 0;
9699
};
97100
/* End PBXFrameworksBuildPhase section */
98101

99102
/* 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+
};
100112
B76E094A1E768CE100A9AF9A /* XMLReader */ = {
101113
isa = PBXGroup;
102114
children = (
@@ -108,7 +120,7 @@
108120
path = OAuthManager/XMLReader;
109121
sourceTree = SOURCE_ROOT;
110122
};
111-
D93EF9941DA77CBB00EC55A0 /* /Users/auser/Development/react-native/mine/OAuthManager/ios/OAuthManager.xcodeproj */ = {
123+
D93EF9941DA77CBB00EC55A0 = {
112124
isa = PBXGroup;
113125
children = (
114126
B76E094A1E768CE100A9AF9A /* XMLReader */,
@@ -120,9 +132,10 @@
120132
D9F6DCB41DA8EFBC00D10561 /* Clients */,
121133
D9F6DCB51DA8EFC300D10561 /* Protocols */,
122134
D91353961DA7849100AABC96 /* libOAuthManager.a */,
123-
DA04624A1FD1EE0500DC47A3 /* Recovered References */,
135+
0F5C379138687C57BFB115F7 /* Pods */,
136+
FB21C9198AC15A6234708243 /* Frameworks */,
124137
);
125-
path = "/Users/auser/Development/react-native/mine/OAuthManager/ios/OAuthManager.xcodeproj";
138+
path = "OAuthManager/ios/OAuthManager.xcodeproj";
126139
sourceTree = "<absolute>";
127140
};
128141
D991AB781D1B237400DE9E58 /* Products */ = {
@@ -153,12 +166,12 @@
153166
name = Protocols;
154167
sourceTree = "<group>";
155168
};
156-
DA04624A1FD1EE0500DC47A3 /* Recovered References */ = {
169+
FB21C9198AC15A6234708243 /* Frameworks */ = {
157170
isa = PBXGroup;
158171
children = (
159-
D935004C1D513CF700C7BA47 /* OAuthManager.m */,
172+
0BEBD4A49CB3A9B272DD53CC /* libPods-OAuthManager.a */,
160173
);
161-
name = "Recovered References";
174+
name = Frameworks;
162175
sourceTree = "<group>";
163176
};
164177
/* End PBXGroup section */
@@ -185,10 +198,12 @@
185198
isa = PBXNativeTarget;
186199
buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "OAuthManager" */;
187200
buildPhases = (
201+
0DC2A1D91C2875A67A17DB79 /* [CP] Check Pods Manifest.lock */,
188202
58B511D71A9E6C8500147676 /* Sources */,
189203
58B511D81A9E6C8500147676 /* Frameworks */,
190204
58B511D91A9E6C8500147676 /* Copy Files */,
191205
D92A80BB1DA9030200EFDC2C /* Headers */,
206+
1163527FD9934043D49422BA /* [CP] Copy Pods Resources */,
192207
);
193208
buildRules = (
194209
);
@@ -222,8 +237,8 @@
222237
knownRegions = (
223238
en,
224239
);
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;
227242
projectDirPath = "";
228243
projectReferences = (
229244
{
@@ -255,14 +270,49 @@
255270
};
256271
/* End PBXReferenceProxy section */
257272

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+
258309
/* Begin PBXSourcesBuildPhase section */
259310
58B511D71A9E6C8500147676 /* Sources */ = {
260311
isa = PBXSourcesBuildPhase;
261312
buildActionMask = 2147483647;
262313
files = (
263314
B76E094E1E768CE100A9AF9A /* README.md in Sources */,
264315
D9F2EADC1DA9A9730000BD52 /* OAuth2Client.m in Sources */,
265-
D935004D1D513CF700C7BA47 /* OAuthManager.m in Sources */,
266316
D9F2EAD41DA9A9650000BD52 /* OAuthClient.m in Sources */,
267317
D9F2EADA1DA9A9730000BD52 /* OAuth1Client.m in Sources */,
268318
D9F2EAE31DA9A9930000BD52 /* OAuthManager.m in Sources */,
@@ -387,6 +437,7 @@
387437
};
388438
58B511F01A9E6C8500147676 /* Debug */ = {
389439
isa = XCBuildConfiguration;
440+
baseConfigurationReference = 2F2D6E8EDF176E9801B9917B /* Pods-OAuthManager.debug.xcconfig */;
390441
buildSettings = {
391442
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
392443
DYLIB_INSTALL_NAME_BASE = "";
@@ -411,6 +462,7 @@
411462
};
412463
58B511F11A9E6C8500147676 /* Release */ = {
413464
isa = XCBuildConfiguration;
465+
baseConfigurationReference = 6290E65E91DA7ACD87E4DFB1 /* Pods-OAuthManager.release.xcconfig */;
414466
buildSettings = {
415467
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
416468
DYLIB_INSTALL_NAME_BASE = "";

0 commit comments

Comments
 (0)