|
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 | A1622F732036CA2600B52F96 /* libReactNativeHaptic.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A1622F6F2036CA0E00B52F96 /* libReactNativeHaptic.a */; }; |
41 | 40 | A1FE952E2036944300B1087E /* libReactNativeNavigation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A1FE952B2036942700B1087E /* libReactNativeNavigation.a */; }; |
42 | 41 | ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; }; |
| 42 | + 4956C8E817984D44AF15080B /* libRNSearchBar.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 881264E1C22747F5B0A84608 /* libRNSearchBar.a */; }; |
43 | 43 | /* End PBXBuildFile section */ |
44 | 44 |
|
45 | 45 | /* Begin PBXContainerItemProxy section */ |
|
378 | 378 | ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = "<group>"; }; |
379 | 379 | C2CF41F2E4494C6681665E2D /* RNTableView.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNTableView.xcodeproj; path = "../node_modules/react-native-tableview/RNTableView.xcodeproj"; sourceTree = "<group>"; }; |
380 | 380 | EA8641CF51434BDFBD70E90B /* libRNTableView.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNTableView.a; sourceTree = "<group>"; }; |
| 381 | + 8DF4D81DB4EF4E99BD826526 /* RNSearchBar.xcodeproj */ = {isa = PBXFileReference; name = "RNSearchBar.xcodeproj"; path = "../node_modules/react-native-search-bar/ios/RNSearchBar.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; |
| 382 | + 881264E1C22747F5B0A84608 /* libRNSearchBar.a */ = {isa = PBXFileReference; name = "libRNSearchBar.a"; path = "libRNSearchBar.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; |
381 | 383 | /* End PBXFileReference section */ |
382 | 384 |
|
383 | 385 | /* Begin PBXFrameworksBuildPhase section */ |
|
410 | 412 | 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */, |
411 | 413 | 2DFA5FC5A9DB4F089EDF3478 /* libRNTableView.a in Frameworks */, |
412 | 414 | 86411DEED3CA41479F95BD16 /* libSafariViewManager.a in Frameworks */, |
| 415 | + 4956C8E817984D44AF15080B /* libRNSearchBar.a in Frameworks */, |
413 | 416 | ); |
414 | 417 | runOnlyForDeploymentPostprocessing = 0; |
415 | 418 | }; |
|
598 | 601 | 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */, |
599 | 602 | C2CF41F2E4494C6681665E2D /* RNTableView.xcodeproj */, |
600 | 603 | 94E0F0BEF8BC4DB495D8AD86 /* SafariViewManager.xcodeproj */, |
| 604 | + 8DF4D81DB4EF4E99BD826526 /* RNSearchBar.xcodeproj */, |
601 | 605 | ); |
602 | 606 | name = Libraries; |
603 | 607 | sourceTree = "<group>"; |
|
1295 | 1299 | "$(inherited)", |
1296 | 1300 | "$(SRCROOT)/../node_modules/react-native-tableview/RNTableView", |
1297 | 1301 | "$(SRCROOT)/../node_modules/react-native-safari-view", |
| 1302 | + "$(SRCROOT)/../node_modules/react-native-search-bar/ios", |
1298 | 1303 | ); |
1299 | 1304 | INFOPLIST_FILE = hackdTests/Info.plist; |
1300 | 1305 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
|
1303 | 1308 | "$(inherited)", |
1304 | 1309 | "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1305 | 1310 | "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1311 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1306 | 1312 | ); |
1307 | 1313 | OTHER_LDFLAGS = ( |
1308 | 1314 | "-ObjC", |
|
1323 | 1329 | "$(inherited)", |
1324 | 1330 | "$(SRCROOT)/../node_modules/react-native-tableview/RNTableView", |
1325 | 1331 | "$(SRCROOT)/../node_modules/react-native-safari-view", |
| 1332 | + "$(SRCROOT)/../node_modules/react-native-search-bar/ios", |
1326 | 1333 | ); |
1327 | 1334 | INFOPLIST_FILE = hackdTests/Info.plist; |
1328 | 1335 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
|
1331 | 1338 | "$(inherited)", |
1332 | 1339 | "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1333 | 1340 | "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1341 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1334 | 1342 | ); |
1335 | 1343 | OTHER_LDFLAGS = ( |
1336 | 1344 | "-ObjC", |
|
1353 | 1361 | "$(inherited)", |
1354 | 1362 | "$(SRCROOT)/../node_modules/react-native-tableview/RNTableView", |
1355 | 1363 | "$(SRCROOT)/../node_modules/react-native-safari-view", |
| 1364 | + "$(SRCROOT)/../node_modules/react-native-search-bar/ios", |
1356 | 1365 | ); |
1357 | 1366 | INFOPLIST_FILE = hackd/Info.plist; |
1358 | 1367 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
1377 | 1386 | "$(inherited)", |
1378 | 1387 | "$(SRCROOT)/../node_modules/react-native-tableview/RNTableView", |
1379 | 1388 | "$(SRCROOT)/../node_modules/react-native-safari-view", |
| 1389 | + "$(SRCROOT)/../node_modules/react-native-search-bar/ios", |
1380 | 1390 | ); |
1381 | 1391 | INFOPLIST_FILE = hackd/Info.plist; |
1382 | 1392 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
1407 | 1417 | "$(inherited)", |
1408 | 1418 | "$(SRCROOT)/../node_modules/react-native-tableview/RNTableView", |
1409 | 1419 | "$(SRCROOT)/../node_modules/react-native-safari-view", |
| 1420 | + "$(SRCROOT)/../node_modules/react-native-search-bar/ios", |
1410 | 1421 | ); |
1411 | 1422 | INFOPLIST_FILE = "hackd-tvOS/Info.plist"; |
1412 | 1423 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
1413 | 1424 | LIBRARY_SEARCH_PATHS = ( |
1414 | 1425 | "$(inherited)", |
1415 | 1426 | "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1416 | 1427 | "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1428 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1417 | 1429 | ); |
1418 | 1430 | OTHER_LDFLAGS = ( |
1419 | 1431 | "-ObjC", |
|
1444 | 1456 | "$(inherited)", |
1445 | 1457 | "$(SRCROOT)/../node_modules/react-native-tableview/RNTableView", |
1446 | 1458 | "$(SRCROOT)/../node_modules/react-native-safari-view", |
| 1459 | + "$(SRCROOT)/../node_modules/react-native-search-bar/ios", |
1447 | 1460 | ); |
1448 | 1461 | INFOPLIST_FILE = "hackd-tvOS/Info.plist"; |
1449 | 1462 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
1450 | 1463 | LIBRARY_SEARCH_PATHS = ( |
1451 | 1464 | "$(inherited)", |
1452 | 1465 | "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1453 | 1466 | "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1467 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1454 | 1468 | ); |
1455 | 1469 | OTHER_LDFLAGS = ( |
1456 | 1470 | "-ObjC", |
|
1482 | 1496 | "$(inherited)", |
1483 | 1497 | "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1484 | 1498 | "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1499 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1485 | 1500 | ); |
1486 | 1501 | PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.hackd-tvOSTests"; |
1487 | 1502 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
1509 | 1524 | "$(inherited)", |
1510 | 1525 | "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1511 | 1526 | "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1527 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1512 | 1528 | ); |
1513 | 1529 | PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.hackd-tvOSTests"; |
1514 | 1530 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
0 commit comments