Skip to content

Commit 42c09a2

Browse files
committed
🐛 change header search path to account for scope
1 parent 3b277ae commit 42c09a2

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

ios/OAuthManager.xcodeproj/project.pbxproj

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
B76E094C1E768CE100A9AF9A /* XMLReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XMLReader.h; sourceTree = "<group>"; };
7373
B76E094D1E768CE100A9AF9A /* XMLReader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XMLReader.m; sourceTree = "<group>"; };
7474
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>"; };
75+
D935004C1D513CF700C7BA47 /* OAuthManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OAuthManager.m; path = "../../../../../../../bknight/develop/parallon-ptac/node_modules/@gsandf/react-native-oauth/ios/OAuthManager/OAuthManager.m"; sourceTree = "<group>"; };
7676
D991AB771D1B237400DE9E58 /* Pods.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Pods.xcodeproj; path = Pods/Pods.xcodeproj; sourceTree = "<group>"; };
7777
D9F2EAD11DA9A9650000BD52 /* OAuthClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OAuthClient.h; path = OAuthManager/OAuthClient.h; sourceTree = SOURCE_ROOT; };
7878
D9F2EAD21DA9A9650000BD52 /* OAuthClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OAuthClient.m; path = OAuthManager/OAuthClient.m; sourceTree = SOURCE_ROOT; };
@@ -120,6 +120,7 @@
120120
D9F6DCB41DA8EFBC00D10561 /* Clients */,
121121
D9F6DCB51DA8EFC300D10561 /* Protocols */,
122122
D91353961DA7849100AABC96 /* libOAuthManager.a */,
123+
DA04624A1FD1EE0500DC47A3 /* Recovered References */,
123124
);
124125
path = "/Users/auser/Development/react-native/mine/OAuthManager/ios/OAuthManager.xcodeproj";
125126
sourceTree = "<absolute>";
@@ -152,6 +153,14 @@
152153
name = Protocols;
153154
sourceTree = "<group>";
154155
};
156+
DA04624A1FD1EE0500DC47A3 /* Recovered References */ = {
157+
isa = PBXGroup;
158+
children = (
159+
D935004C1D513CF700C7BA47 /* OAuthManager.m */,
160+
);
161+
name = "Recovered References";
162+
sourceTree = "<group>";
163+
};
155164
/* End PBXGroup section */
156165

157166
/* Begin PBXHeadersBuildPhase section */
@@ -385,10 +394,7 @@
385394
ENABLE_BITCODE = YES;
386395
HEADER_SEARCH_PATHS = (
387396
"$(inherited)",
388-
"$(SRCROOT)/../../React/**",
389-
"$(SRCROOT)/../../react-native/React/**",
390-
"$(SRCROOT)/../../react-native/Libraries/LinkingIOS",
391-
"$(SRCROOT)/../../../ios/Pods/DCTAuth/DCTAuth",
397+
"$(SRCROOT)/../../../../ios/Pods/DCTAuth/DCTAuth",
392398
);
393399
LD_DYLIB_INSTALL_NAME = "";
394400
LIBRARY_SEARCH_PATHS = "$(inherited)";
@@ -412,10 +418,7 @@
412418
ENABLE_BITCODE = YES;
413419
HEADER_SEARCH_PATHS = (
414420
"$(inherited)",
415-
"$(SRCROOT)/../../React/**",
416-
"$(SRCROOT)/../../react-native/React/**",
417-
"$(SRCROOT)/../../react-native/Libraries/LinkingIOS",
418-
"$(SRCROOT)/../../../ios/Pods/DCTAuth/DCTAuth",
421+
"$(SRCROOT)/../../../../ios/Pods/DCTAuth/DCTAuth",
419422
);
420423
LD_DYLIB_INSTALL_NAME = "";
421424
LIBRARY_SEARCH_PATHS = "$(inherited)";

0 commit comments

Comments
 (0)