|
@@ -42,6 +42,7 @@
|
|
|
E4A0D76E036246C0B94364AD /* libRNGestureHandler.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CED0874FBD894AB68259985E /* libRNGestureHandler.a */; };
|
|
|
40B60160FAE8416EABF8F455 /* libRNGestureHandler-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 63E89BCAA43940789F6CD17E /* libRNGestureHandler-tvOS.a */; };
|
|
|
9CB969D57DBB44968F57230A /* libRCTVideo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D361E312399E41ABA1C9CF77 /* libRCTVideo.a */; };
|
|
|
+ BE43474A85F54112A6EA6E37 /* libRCTOrientation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 977DC2E26A1E45688924C43C /* libRCTOrientation.a */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
@@ -354,6 +355,8 @@
|
|
|
63E89BCAA43940789F6CD17E /* libRNGestureHandler-tvOS.a */ = {isa = PBXFileReference; name = "libRNGestureHandler-tvOS.a"; path = "libRNGestureHandler-tvOS.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
|
|
|
C6CF52A56D1E43279554ACA6 /* RCTVideo.xcodeproj */ = {isa = PBXFileReference; name = "RCTVideo.xcodeproj"; path = "../node_modules/react-native-video/ios/RCTVideo.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
|
|
|
D361E312399E41ABA1C9CF77 /* libRCTVideo.a */ = {isa = PBXFileReference; name = "libRCTVideo.a"; path = "libRCTVideo.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
|
|
|
+ 13F318D169DD4BA79CB54ED5 /* RCTOrientation.xcodeproj */ = {isa = PBXFileReference; name = "RCTOrientation.xcodeproj"; path = "../node_modules/react-native-orientation/iOS/RCTOrientation.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
|
|
|
+ 977DC2E26A1E45688924C43C /* libRCTOrientation.a */ = {isa = PBXFileReference; name = "libRCTOrientation.a"; path = "libRCTOrientation.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -384,6 +387,7 @@
|
|
|
139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
|
|
|
E4A0D76E036246C0B94364AD /* libRNGestureHandler.a in Frameworks */,
|
|
|
9CB969D57DBB44968F57230A /* libRCTVideo.a in Frameworks */,
|
|
|
+ BE43474A85F54112A6EA6E37 /* libRCTOrientation.a in Frameworks */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
@@ -576,6 +580,7 @@
|
|
|
139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */,
|
|
|
CB9C1A0696FE4DC596B9C15D /* RNGestureHandler.xcodeproj */,
|
|
|
C6CF52A56D1E43279554ACA6 /* RCTVideo.xcodeproj */,
|
|
|
+ 13F318D169DD4BA79CB54ED5 /* RCTOrientation.xcodeproj */,
|
|
|
);
|
|
|
name = Libraries;
|
|
|
sourceTree = "<group>";
|
|
@@ -1206,11 +1211,13 @@
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
+ "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
);
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-gesture-handler\ios/**",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-video\ios/**",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-orientation\iOS\RCTOrientation/**",
|
|
|
);
|
|
|
};
|
|
|
name = Debug;
|
|
@@ -1235,11 +1242,13 @@
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
+ "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
);
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-gesture-handler\ios/**",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-video\ios/**",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-orientation\iOS\RCTOrientation/**",
|
|
|
);
|
|
|
};
|
|
|
name = Release;
|
|
@@ -1264,6 +1273,7 @@
|
|
|
"$(inherited)",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-gesture-handler\ios/**",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-video\ios/**",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-orientation\iOS\RCTOrientation/**",
|
|
|
);
|
|
|
};
|
|
|
name = Debug;
|
|
@@ -1287,6 +1297,7 @@
|
|
|
"$(inherited)",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-gesture-handler\ios/**",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-video\ios/**",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-orientation\iOS\RCTOrientation/**",
|
|
|
);
|
|
|
};
|
|
|
name = Release;
|
|
@@ -1319,11 +1330,13 @@
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
+ "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
);
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-gesture-handler\ios/**",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-video\ios/**",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-orientation\iOS\RCTOrientation/**",
|
|
|
);
|
|
|
};
|
|
|
name = Debug;
|
|
@@ -1356,11 +1369,13 @@
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
+ "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
);
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-gesture-handler\ios/**",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-video\ios/**",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-orientation\iOS\RCTOrientation/**",
|
|
|
);
|
|
|
};
|
|
|
name = Release;
|
|
@@ -1392,11 +1407,13 @@
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
+ "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
);
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-gesture-handler\ios/**",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-video\ios/**",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-orientation\iOS\RCTOrientation/**",
|
|
|
);
|
|
|
};
|
|
|
name = Debug;
|
|
@@ -1428,11 +1445,13 @@
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
+ "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
|
|
);
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-gesture-handler\ios/**",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-video\ios/**",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-orientation\iOS\RCTOrientation/**",
|
|
|
);
|
|
|
};
|
|
|
name = Release;
|