|
|
@@ -44,6 +44,7 @@ |
|
|
|
FEBB7F68D5534228A6A832AD /* libRNDeviceInfo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0C488E5D3FD5417DAAAA5C79 /* libRNDeviceInfo.a */; }; |
|
|
|
59D20E8E9CD64A01B87A3AC0 /* libRNDeviceInfo-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 22D705AD40EF415A95C31652 /* libRNDeviceInfo-tvOS.a */; }; |
|
|
|
D240C4819F1E4B80BB6D7BEE /* libRNCamera.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4F8C0E0ED2BA401B9075C9F3 /* libRNCamera.a */; }; |
|
|
|
BA9EAC9D8E144D058AC73DD2 /* libRNFetchBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 99C586CF88164E08936AF0C0 /* libRNFetchBlob.a */; }; |
|
|
|
/* End PBXBuildFile section */ |
|
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */ |
|
|
@@ -359,6 +360,8 @@ |
|
|
|
22D705AD40EF415A95C31652 /* libRNDeviceInfo-tvOS.a */ = {isa = PBXFileReference; name = "libRNDeviceInfo-tvOS.a"; path = "libRNDeviceInfo-tvOS.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; |
|
|
|
0F57B32024664223A7D6E682 /* RNCamera.xcodeproj */ = {isa = PBXFileReference; name = "RNCamera.xcodeproj"; path = "../node_modules/react-native-camera/ios/RNCamera.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; |
|
|
|
4F8C0E0ED2BA401B9075C9F3 /* libRNCamera.a */ = {isa = PBXFileReference; name = "libRNCamera.a"; path = "libRNCamera.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; |
|
|
|
BE5C3F5DA65B4EFC83BEC512 /* RNFetchBlob.xcodeproj */ = {isa = PBXFileReference; name = "RNFetchBlob.xcodeproj"; path = "../node_modules/react-native-fetch-blob/ios/RNFetchBlob.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; |
|
|
|
99C586CF88164E08936AF0C0 /* libRNFetchBlob.a */ = {isa = PBXFileReference; name = "libRNFetchBlob.a"; path = "libRNFetchBlob.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; |
|
|
|
/* End PBXFileReference section */ |
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */ |
|
|
@@ -391,6 +394,7 @@ |
|
|
|
C7220E8B42ED4C16A6C2AE14 /* libz.tbd in Frameworks */, |
|
|
|
FEBB7F68D5534228A6A832AD /* libRNDeviceInfo.a in Frameworks */, |
|
|
|
D240C4819F1E4B80BB6D7BEE /* libRNCamera.a in Frameworks */, |
|
|
|
BA9EAC9D8E144D058AC73DD2 /* libRNFetchBlob.a in Frameworks */, |
|
|
|
); |
|
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
|
}; |
|
|
@@ -585,6 +589,7 @@ |
|
|
|
D256D2ADE9FF4E9782EBCA6D /* CodePush.xcodeproj */, |
|
|
|
C6058A0BC9054E0394045AC4 /* RNDeviceInfo.xcodeproj */, |
|
|
|
0F57B32024664223A7D6E682 /* RNCamera.xcodeproj */, |
|
|
|
BE5C3F5DA65B4EFC83BEC512 /* RNFetchBlob.xcodeproj */, |
|
|
|
); |
|
|
|
name = Libraries; |
|
|
|
sourceTree = "<group>"; |
|
|
@@ -1213,12 +1218,14 @@ |
|
|
|
LIBRARY_SEARCH_PATHS = ( |
|
|
|
"$(inherited)", |
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"", |
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"", |
|
|
|
); |
|
|
|
HEADER_SEARCH_PATHS = ( |
|
|
|
"$(inherited)", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-code-push\ios\CodePush/**", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-device-info\ios\RNDeviceInfo", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-camera\ios/**", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-fetch-blob\ios/**", |
|
|
|
); |
|
|
|
}; |
|
|
|
name = Debug; |
|
|
@@ -1241,12 +1248,14 @@ |
|
|
|
LIBRARY_SEARCH_PATHS = ( |
|
|
|
"$(inherited)", |
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"", |
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"", |
|
|
|
); |
|
|
|
HEADER_SEARCH_PATHS = ( |
|
|
|
"$(inherited)", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-code-push\ios\CodePush/**", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-device-info\ios\RNDeviceInfo", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-camera\ios/**", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-fetch-blob\ios/**", |
|
|
|
); |
|
|
|
}; |
|
|
|
name = Release; |
|
|
@@ -1272,6 +1281,7 @@ |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-code-push\ios\CodePush/**", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-device-info\ios\RNDeviceInfo", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-camera\ios/**", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-fetch-blob\ios/**", |
|
|
|
); |
|
|
|
}; |
|
|
|
name = Debug; |
|
|
@@ -1296,6 +1306,7 @@ |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-code-push\ios\CodePush/**", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-device-info\ios\RNDeviceInfo", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-camera\ios/**", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-fetch-blob\ios/**", |
|
|
|
); |
|
|
|
}; |
|
|
|
name = Release; |
|
|
@@ -1326,12 +1337,14 @@ |
|
|
|
LIBRARY_SEARCH_PATHS = ( |
|
|
|
"$(inherited)", |
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"", |
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"", |
|
|
|
); |
|
|
|
HEADER_SEARCH_PATHS = ( |
|
|
|
"$(inherited)", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-code-push\ios\CodePush/**", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-device-info\ios\RNDeviceInfo", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-camera\ios/**", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-fetch-blob\ios/**", |
|
|
|
); |
|
|
|
}; |
|
|
|
name = Debug; |
|
|
@@ -1362,12 +1375,14 @@ |
|
|
|
LIBRARY_SEARCH_PATHS = ( |
|
|
|
"$(inherited)", |
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"", |
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"", |
|
|
|
); |
|
|
|
HEADER_SEARCH_PATHS = ( |
|
|
|
"$(inherited)", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-code-push\ios\CodePush/**", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-device-info\ios\RNDeviceInfo", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-camera\ios/**", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-fetch-blob\ios/**", |
|
|
|
); |
|
|
|
}; |
|
|
|
name = Release; |
|
|
@@ -1397,12 +1412,14 @@ |
|
|
|
LIBRARY_SEARCH_PATHS = ( |
|
|
|
"$(inherited)", |
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"", |
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"", |
|
|
|
); |
|
|
|
HEADER_SEARCH_PATHS = ( |
|
|
|
"$(inherited)", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-code-push\ios\CodePush/**", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-device-info\ios\RNDeviceInfo", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-camera\ios/**", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-fetch-blob\ios/**", |
|
|
|
); |
|
|
|
}; |
|
|
|
name = Debug; |
|
|
@@ -1432,12 +1449,14 @@ |
|
|
|
LIBRARY_SEARCH_PATHS = ( |
|
|
|
"$(inherited)", |
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"", |
|
|
|
"\"$(SRCROOT)/$(TARGET_NAME)\"", |
|
|
|
); |
|
|
|
HEADER_SEARCH_PATHS = ( |
|
|
|
"$(inherited)", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-code-push\ios\CodePush/**", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-device-info\ios\RNDeviceInfo", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-camera\ios/**", |
|
|
|
"$(SRCROOT)\..\node_modules\react-native-fetch-blob\ios/**", |
|
|
|
); |
|
|
|
}; |
|
|
|
name = Release; |
|
|
|