|
@@ -43,6 +43,7 @@
|
|
|
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 */; };
|
|
|
+ E7126B830D54449191E5A4A3 /* libRNImagePicker.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D4C934671D884A4AAA31603D /* libRNImagePicker.a */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
@@ -357,6 +358,8 @@
|
|
|
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; };
|
|
|
+ B11B05F3205C483583EB7421 /* RNImagePicker.xcodeproj */ = {isa = PBXFileReference; name = "RNImagePicker.xcodeproj"; path = "../node_modules/react-native-image-picker/ios/RNImagePicker.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
|
|
|
+ D4C934671D884A4AAA31603D /* libRNImagePicker.a */ = {isa = PBXFileReference; name = "libRNImagePicker.a"; path = "libRNImagePicker.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -388,6 +391,7 @@
|
|
|
E4A0D76E036246C0B94364AD /* libRNGestureHandler.a in Frameworks */,
|
|
|
9CB969D57DBB44968F57230A /* libRCTVideo.a in Frameworks */,
|
|
|
BE43474A85F54112A6EA6E37 /* libRCTOrientation.a in Frameworks */,
|
|
|
+ E7126B830D54449191E5A4A3 /* libRNImagePicker.a in Frameworks */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
@@ -581,6 +585,7 @@
|
|
|
CB9C1A0696FE4DC596B9C15D /* RNGestureHandler.xcodeproj */,
|
|
|
C6CF52A56D1E43279554ACA6 /* RCTVideo.xcodeproj */,
|
|
|
13F318D169DD4BA79CB54ED5 /* RCTOrientation.xcodeproj */,
|
|
|
+ B11B05F3205C483583EB7421 /* RNImagePicker.xcodeproj */,
|
|
|
);
|
|
|
name = Libraries;
|
|
|
sourceTree = "<group>";
|
|
@@ -1212,12 +1217,14 @@
|
|
|
"\"$(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/**",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-image-picker\ios",
|
|
|
);
|
|
|
};
|
|
|
name = Debug;
|
|
@@ -1243,12 +1250,14 @@
|
|
|
"\"$(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/**",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-image-picker\ios",
|
|
|
);
|
|
|
};
|
|
|
name = Release;
|
|
@@ -1274,6 +1283,7 @@
|
|
|
"$(SRCROOT)\..\node_modules\react-native-gesture-handler\ios/**",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-video\ios/**",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-orientation\iOS\RCTOrientation/**",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-image-picker\ios",
|
|
|
);
|
|
|
};
|
|
|
name = Debug;
|
|
@@ -1298,6 +1308,7 @@
|
|
|
"$(SRCROOT)\..\node_modules\react-native-gesture-handler\ios/**",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-video\ios/**",
|
|
|
"$(SRCROOT)\..\node_modules\react-native-orientation\iOS\RCTOrientation/**",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-image-picker\ios",
|
|
|
);
|
|
|
};
|
|
|
name = Release;
|
|
@@ -1331,12 +1342,14 @@
|
|
|
"\"$(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/**",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-image-picker\ios",
|
|
|
);
|
|
|
};
|
|
|
name = Debug;
|
|
@@ -1370,12 +1383,14 @@
|
|
|
"\"$(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/**",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-image-picker\ios",
|
|
|
);
|
|
|
};
|
|
|
name = Release;
|
|
@@ -1408,12 +1423,14 @@
|
|
|
"\"$(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/**",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-image-picker\ios",
|
|
|
);
|
|
|
};
|
|
|
name = Debug;
|
|
@@ -1446,12 +1463,14 @@
|
|
|
"\"$(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/**",
|
|
|
+ "$(SRCROOT)\..\node_modules\react-native-image-picker\ios",
|
|
|
);
|
|
|
};
|
|
|
name = Release;
|