|
5 | 5 | }; |
6 | 6 | objectVersion = 46; |
7 | 7 | objects = { |
8 | | - |
9 | 8 | /* Begin PBXBuildFile section */ |
10 | 9 | 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; }; |
11 | 10 | 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; }; |
|
40 | 39 | 8E7D4B171F8AFD9C00699FE4 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8E7D4B161F8AFD9B00699FE4 /* GoogleService-Info.plist */; }; |
41 | 40 | A038CD85D39748E122AC50D7 /* libPods-ReactNativeFirebaseUIExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 333056BA5B7ADABE709DF4A1 /* libPods-ReactNativeFirebaseUIExample.a */; }; |
42 | 41 | ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; }; |
| 42 | + 2BAF0A8D66B44E65918C358B /* libRNFirebaseUi.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F9A763E046F34FF9A0917F84 /* libRNFirebaseUi.a */; }; |
43 | 43 | /* End PBXBuildFile section */ |
44 | 44 |
|
45 | 45 | /* Begin PBXContainerItemProxy section */ |
|
357 | 357 | ADF4CB3C3BF44D3EBA8B78C4 /* RNFirebase.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNFirebase.xcodeproj; path = "../node_modules/react-native-firebase/ios/RNFirebase.xcodeproj"; sourceTree = "<group>"; }; |
358 | 358 | B7AFA8AA9A1CFD17320E9074 /* Pods-ReactNativeFirebaseUIExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeFirebaseUIExample.release.xcconfig"; path = "Pods/Target Support Files/Pods-ReactNativeFirebaseUIExample/Pods-ReactNativeFirebaseUIExample.release.xcconfig"; sourceTree = "<group>"; }; |
359 | 359 | FBC8C743C046423C960F2237 /* libRNFirebase.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNFirebase.a; sourceTree = "<group>"; }; |
| 360 | + A534AB8174E64935AD5199CA /* RNFirebaseUi.xcodeproj */ = {isa = PBXFileReference; name = "RNFirebaseUi.xcodeproj"; path = "../node_modules/react-native-firebaseui/ios/RNFirebaseUi.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; |
| 361 | + F9A763E046F34FF9A0917F84 /* libRNFirebaseUi.a */ = {isa = PBXFileReference; name = "libRNFirebaseUi.a"; path = "libRNFirebaseUi.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; |
360 | 362 | /* End PBXFileReference section */ |
361 | 363 |
|
362 | 364 | /* Begin PBXFrameworksBuildPhase section */ |
|
386 | 388 | 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */, |
387 | 389 | 68B70528A2734DEA89C8B214 /* libRNFirebase.a in Frameworks */, |
388 | 390 | A038CD85D39748E122AC50D7 /* libPods-ReactNativeFirebaseUIExample.a in Frameworks */, |
| 391 | + 2BAF0A8D66B44E65918C358B /* libRNFirebaseUi.a in Frameworks */, |
389 | 392 | ); |
390 | 393 | runOnlyForDeploymentPostprocessing = 0; |
391 | 394 | }; |
|
573 | 576 | 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */, |
574 | 577 | 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */, |
575 | 578 | ADF4CB3C3BF44D3EBA8B78C4 /* RNFirebase.xcodeproj */, |
| 579 | + A534AB8174E64935AD5199CA /* RNFirebaseUi.xcodeproj */, |
576 | 580 | ); |
577 | 581 | name = Libraries; |
578 | 582 | sourceTree = "<group>"; |
|
731 | 735 | 83CBB9F71A601CBA00E9B192 /* Project object */ = { |
732 | 736 | isa = PBXProject; |
733 | 737 | attributes = { |
734 | | - LastUpgradeCheck = 0940; |
| 738 | + LastUpgradeCheck = 940; |
735 | 739 | ORGANIZATIONNAME = Facebook; |
736 | 740 | TargetAttributes = { |
737 | 741 | 00E356ED1AD99517003FC87E = { |
|
1283 | 1287 | HEADER_SEARCH_PATHS = ( |
1284 | 1288 | "$(inherited)", |
1285 | 1289 | "$(SRCROOT)/../node_modules/react-native-firebase/ios/RNFirebase/**", |
| 1290 | + "$(SRCROOT)/../node_modules/react-native-firebaseui/ios", |
1286 | 1291 | ); |
1287 | 1292 | INFOPLIST_FILE = ReactNativeFirebaseUIExampleTests/Info.plist; |
1288 | 1293 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
1289 | 1294 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1290 | 1295 | LIBRARY_SEARCH_PATHS = ( |
1291 | 1296 | "$(inherited)", |
1292 | 1297 | "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1298 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1293 | 1299 | ); |
1294 | 1300 | OTHER_LDFLAGS = ( |
1295 | 1301 | "-ObjC", |
|
1308 | 1314 | HEADER_SEARCH_PATHS = ( |
1309 | 1315 | "$(inherited)", |
1310 | 1316 | "$(SRCROOT)/../node_modules/react-native-firebase/ios/RNFirebase/**", |
| 1317 | + "$(SRCROOT)/../node_modules/react-native-firebaseui/ios", |
1311 | 1318 | ); |
1312 | 1319 | INFOPLIST_FILE = ReactNativeFirebaseUIExampleTests/Info.plist; |
1313 | 1320 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
1314 | 1321 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1315 | 1322 | LIBRARY_SEARCH_PATHS = ( |
1316 | 1323 | "$(inherited)", |
1317 | 1324 | "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1325 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1318 | 1326 | ); |
1319 | 1327 | OTHER_LDFLAGS = ( |
1320 | 1328 | "-ObjC", |
|
1336 | 1344 | HEADER_SEARCH_PATHS = ( |
1337 | 1345 | "$(inherited)", |
1338 | 1346 | "$(SRCROOT)/../node_modules/react-native-firebase/ios/RNFirebase/**", |
| 1347 | + "$(SRCROOT)/../node_modules/react-native-firebaseui/ios", |
1339 | 1348 | ); |
1340 | 1349 | INFOPLIST_FILE = ReactNativeFirebaseUIExample/Info.plist; |
1341 | 1350 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
1360 | 1369 | HEADER_SEARCH_PATHS = ( |
1361 | 1370 | "$(inherited)", |
1362 | 1371 | "$(SRCROOT)/../node_modules/react-native-firebase/ios/RNFirebase/**", |
| 1372 | + "$(SRCROOT)/../node_modules/react-native-firebaseui/ios", |
1363 | 1373 | ); |
1364 | 1374 | INFOPLIST_FILE = ReactNativeFirebaseUIExample/Info.plist; |
1365 | 1375 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
1389 | 1399 | HEADER_SEARCH_PATHS = ( |
1390 | 1400 | "$(inherited)", |
1391 | 1401 | "$(SRCROOT)/../node_modules/react-native-firebase/ios/RNFirebase/**", |
| 1402 | + "$(SRCROOT)/../node_modules/react-native-firebaseui/ios", |
1392 | 1403 | ); |
1393 | 1404 | INFOPLIST_FILE = "ReactNativeFirebaseUIExample-tvOS/Info.plist"; |
1394 | 1405 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
1395 | 1406 | LIBRARY_SEARCH_PATHS = ( |
1396 | 1407 | "$(inherited)", |
1397 | 1408 | "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1409 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1398 | 1410 | ); |
1399 | 1411 | OTHER_LDFLAGS = ( |
1400 | 1412 | "-ObjC", |
|
1423 | 1435 | HEADER_SEARCH_PATHS = ( |
1424 | 1436 | "$(inherited)", |
1425 | 1437 | "$(SRCROOT)/../node_modules/react-native-firebase/ios/RNFirebase/**", |
| 1438 | + "$(SRCROOT)/../node_modules/react-native-firebaseui/ios", |
1426 | 1439 | ); |
1427 | 1440 | INFOPLIST_FILE = "ReactNativeFirebaseUIExample-tvOS/Info.plist"; |
1428 | 1441 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
1429 | 1442 | LIBRARY_SEARCH_PATHS = ( |
1430 | 1443 | "$(inherited)", |
1431 | 1444 | "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1445 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1432 | 1446 | ); |
1433 | 1447 | OTHER_LDFLAGS = ( |
1434 | 1448 | "-ObjC", |
|
1458 | 1472 | LIBRARY_SEARCH_PATHS = ( |
1459 | 1473 | "$(inherited)", |
1460 | 1474 | "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1475 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1461 | 1476 | ); |
1462 | 1477 | PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.ReactNativeFirebaseUIExample-tvOSTests"; |
1463 | 1478 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
1483 | 1498 | LIBRARY_SEARCH_PATHS = ( |
1484 | 1499 | "$(inherited)", |
1485 | 1500 | "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1501 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1486 | 1502 | ); |
1487 | 1503 | PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.ReactNativeFirebaseUIExample-tvOSTests"; |
1488 | 1504 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
0 commit comments