Fix header search paths
This commit is contained in:
parent
e918c02ba9
commit
e71b89dccb
@ -9,6 +9,8 @@
|
|||||||
/* Begin PBXBuildFile section */
|
/* Begin PBXBuildFile section */
|
||||||
31CAFB211CADA8CD009BCF6F /* UIView+FindUIViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 31CAFB201CADA8CD009BCF6F /* UIView+FindUIViewController.m */; };
|
31CAFB211CADA8CD009BCF6F /* UIView+FindUIViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 31CAFB201CADA8CD009BCF6F /* UIView+FindUIViewController.m */; };
|
||||||
31CAFB2F1CADC77F009BCF6F /* RCTVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 31CAFB2E1CADC77F009BCF6F /* RCTVideoPlayerViewController.m */; };
|
31CAFB2F1CADC77F009BCF6F /* RCTVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 31CAFB2E1CADC77F009BCF6F /* RCTVideoPlayerViewController.m */; };
|
||||||
|
49AF269E2048C5CA001DA6AA /* RCTVideoCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 49AF269D2048C5CA001DA6AA /* RCTVideoCache.m */; };
|
||||||
|
49AF269F2048C5CA001DA6AA /* RCTVideoCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 49AF269D2048C5CA001DA6AA /* RCTVideoCache.m */; };
|
||||||
49E995722048B4CE00EA7890 /* libSPTPersistentCache.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 49E9956C2048B4A500EA7890 /* libSPTPersistentCache.a */; };
|
49E995722048B4CE00EA7890 /* libSPTPersistentCache.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 49E9956C2048B4A500EA7890 /* libSPTPersistentCache.a */; };
|
||||||
49E995752048B4D900EA7890 /* libSPTPersistentCache.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 49E9956C2048B4A500EA7890 /* libSPTPersistentCache.a */; };
|
49E995752048B4D900EA7890 /* libSPTPersistentCache.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 49E9956C2048B4A500EA7890 /* libSPTPersistentCache.a */; };
|
||||||
49E995962048B7F100EA7890 /* DVAssetLoaderError.m in Sources */ = {isa = PBXBuildFile; fileRef = 49E9958D2048B7F100EA7890 /* DVAssetLoaderError.m */; };
|
49E995962048B7F100EA7890 /* DVAssetLoaderError.m in Sources */ = {isa = PBXBuildFile; fileRef = 49E9958D2048B7F100EA7890 /* DVAssetLoaderError.m */; };
|
||||||
@ -86,6 +88,8 @@
|
|||||||
31CAFB2D1CADC77F009BCF6F /* RCTVideoPlayerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTVideoPlayerViewController.h; sourceTree = "<group>"; };
|
31CAFB2D1CADC77F009BCF6F /* RCTVideoPlayerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTVideoPlayerViewController.h; sourceTree = "<group>"; };
|
||||||
31CAFB2E1CADC77F009BCF6F /* RCTVideoPlayerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTVideoPlayerViewController.m; sourceTree = "<group>"; };
|
31CAFB2E1CADC77F009BCF6F /* RCTVideoPlayerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTVideoPlayerViewController.m; sourceTree = "<group>"; };
|
||||||
31CAFB301CAE6B5F009BCF6F /* RCTVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTVideoPlayerViewControllerDelegate.h; sourceTree = "<group>"; };
|
31CAFB301CAE6B5F009BCF6F /* RCTVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTVideoPlayerViewControllerDelegate.h; sourceTree = "<group>"; };
|
||||||
|
49AF269B2048C5CA001DA6AA /* RCTVideoCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTVideoCache.h; sourceTree = "<group>"; };
|
||||||
|
49AF269D2048C5CA001DA6AA /* RCTVideoCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTVideoCache.m; sourceTree = "<group>"; };
|
||||||
49E995662048B4A500EA7890 /* SPTPersistentCache.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SPTPersistentCache.xcodeproj; path = Vendor/SPTPersistentCache/SPTPersistentCache.xcodeproj; sourceTree = SOURCE_ROOT; };
|
49E995662048B4A500EA7890 /* SPTPersistentCache.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SPTPersistentCache.xcodeproj; path = Vendor/SPTPersistentCache/SPTPersistentCache.xcodeproj; sourceTree = SOURCE_ROOT; };
|
||||||
49E9958C2048B7F100EA7890 /* DVAssetLoaderDelegatesDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DVAssetLoaderDelegatesDelegate.h; path = Vendor/DVAssetLoaderDelegate/DVAssetLoaderDelegate/Classes/DVAssetLoaderDelegatesDelegate.h; sourceTree = SOURCE_ROOT; };
|
49E9958C2048B7F100EA7890 /* DVAssetLoaderDelegatesDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DVAssetLoaderDelegatesDelegate.h; path = Vendor/DVAssetLoaderDelegate/DVAssetLoaderDelegate/Classes/DVAssetLoaderDelegatesDelegate.h; sourceTree = SOURCE_ROOT; };
|
||||||
49E9958D2048B7F100EA7890 /* DVAssetLoaderError.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DVAssetLoaderError.m; path = Vendor/DVAssetLoaderDelegate/DVAssetLoaderDelegate/Classes/DVAssetLoaderError.m; sourceTree = SOURCE_ROOT; };
|
49E9958D2048B7F100EA7890 /* DVAssetLoaderError.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DVAssetLoaderError.m; path = Vendor/DVAssetLoaderDelegate/DVAssetLoaderDelegate/Classes/DVAssetLoaderError.m; sourceTree = SOURCE_ROOT; };
|
||||||
@ -181,6 +185,8 @@
|
|||||||
49E995652048B48A00EA7890 /* Vendor */,
|
49E995652048B48A00EA7890 /* Vendor */,
|
||||||
BBD49E391AC8DEF000610F8E /* RCTVideo.h */,
|
BBD49E391AC8DEF000610F8E /* RCTVideo.h */,
|
||||||
BBD49E3A1AC8DEF000610F8E /* RCTVideo.m */,
|
BBD49E3A1AC8DEF000610F8E /* RCTVideo.m */,
|
||||||
|
49AF269B2048C5CA001DA6AA /* RCTVideoCache.h */,
|
||||||
|
49AF269D2048C5CA001DA6AA /* RCTVideoCache.m */,
|
||||||
31CAFB301CAE6B5F009BCF6F /* RCTVideoPlayerViewControllerDelegate.h */,
|
31CAFB301CAE6B5F009BCF6F /* RCTVideoPlayerViewControllerDelegate.h */,
|
||||||
31CAFB2D1CADC77F009BCF6F /* RCTVideoPlayerViewController.h */,
|
31CAFB2D1CADC77F009BCF6F /* RCTVideoPlayerViewController.h */,
|
||||||
31CAFB2E1CADC77F009BCF6F /* RCTVideoPlayerViewController.m */,
|
31CAFB2E1CADC77F009BCF6F /* RCTVideoPlayerViewController.m */,
|
||||||
@ -302,6 +308,7 @@
|
|||||||
49E995982048B7F100EA7890 /* DVAssetLoaderDelegate.m in Sources */,
|
49E995982048B7F100EA7890 /* DVAssetLoaderDelegate.m in Sources */,
|
||||||
49E9959A2048B7F100EA7890 /* DVURLAsset.m in Sources */,
|
49E9959A2048B7F100EA7890 /* DVURLAsset.m in Sources */,
|
||||||
49E995962048B7F100EA7890 /* DVAssetLoaderError.m in Sources */,
|
49E995962048B7F100EA7890 /* DVAssetLoaderError.m in Sources */,
|
||||||
|
49AF269E2048C5CA001DA6AA /* RCTVideoCache.m in Sources */,
|
||||||
49E9959C2048B7F100EA7890 /* DVAssetLoaderHelpers.m in Sources */,
|
49E9959C2048B7F100EA7890 /* DVAssetLoaderHelpers.m in Sources */,
|
||||||
BBD49E3F1AC8DEF000610F8E /* RCTVideo.m in Sources */,
|
BBD49E3F1AC8DEF000610F8E /* RCTVideo.m in Sources */,
|
||||||
BBD49E401AC8DEF000610F8E /* RCTVideoManager.m in Sources */,
|
BBD49E401AC8DEF000610F8E /* RCTVideoManager.m in Sources */,
|
||||||
@ -317,6 +324,7 @@
|
|||||||
49E995992048B7F100EA7890 /* DVAssetLoaderDelegate.m in Sources */,
|
49E995992048B7F100EA7890 /* DVAssetLoaderDelegate.m in Sources */,
|
||||||
49E9959B2048B7F100EA7890 /* DVURLAsset.m in Sources */,
|
49E9959B2048B7F100EA7890 /* DVURLAsset.m in Sources */,
|
||||||
49E995972048B7F100EA7890 /* DVAssetLoaderError.m in Sources */,
|
49E995972048B7F100EA7890 /* DVAssetLoaderError.m in Sources */,
|
||||||
|
49AF269F2048C5CA001DA6AA /* RCTVideoCache.m in Sources */,
|
||||||
49E9959D2048B7F100EA7890 /* DVAssetLoaderHelpers.m in Sources */,
|
49E9959D2048B7F100EA7890 /* DVAssetLoaderHelpers.m in Sources */,
|
||||||
641E284F1F0EECF100443AF6 /* RCTVideoManager.m in Sources */,
|
641E284F1F0EECF100443AF6 /* RCTVideoManager.m in Sources */,
|
||||||
641E28501F0EECF100443AF6 /* UIView+FindUIViewController.m in Sources */,
|
641E28501F0EECF100443AF6 /* UIView+FindUIViewController.m in Sources */,
|
||||||
@ -420,6 +428,7 @@
|
|||||||
HEADER_SEARCH_PATHS = (
|
HEADER_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
||||||
|
"$(SRCROOT)/Vendor/SPTPersistentCache/include/**",
|
||||||
);
|
);
|
||||||
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
||||||
OTHER_LDFLAGS = "-ObjC";
|
OTHER_LDFLAGS = "-ObjC";
|
||||||
@ -434,6 +443,7 @@
|
|||||||
HEADER_SEARCH_PATHS = (
|
HEADER_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
||||||
|
"$(SRCROOT)/Vendor/SPTPersistentCache/include/**",
|
||||||
);
|
);
|
||||||
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
||||||
OTHER_LDFLAGS = "-ObjC";
|
OTHER_LDFLAGS = "-ObjC";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user