|
64 | 64 | DA2E03F21CB0FE0200D1269A /* MBRectangularRegion.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA2E03F11CB0FE0200D1269A /* MBRectangularRegion.swift */; }; |
65 | 65 | DA2EC05C1CED72E900D4BA5D /* MBPlacemarkScope.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA2EC05B1CED72E900D4BA5D /* MBPlacemarkScope.swift */; }; |
66 | 66 | DA2EC05E1CED732F00D4BA5D /* MBGeocodeOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA2EC05D1CED732F00D4BA5D /* MBGeocodeOptions.swift */; }; |
| 67 | + DA4B402F255BCBA7001A4F30 /* MBPlacemarkPrecision.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA4B402E255BCBA7001A4F30 /* MBPlacemarkPrecision.swift */; }; |
| 68 | + DA4B4030255BCBA7001A4F30 /* MBPlacemarkPrecision.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA4B402E255BCBA7001A4F30 /* MBPlacemarkPrecision.swift */; }; |
| 69 | + DA4B4031255BCBA7001A4F30 /* MBPlacemarkPrecision.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA4B402E255BCBA7001A4F30 /* MBPlacemarkPrecision.swift */; }; |
| 70 | + DA4B4032255BCBA7001A4F30 /* MBPlacemarkPrecision.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA4B402E255BCBA7001A4F30 /* MBPlacemarkPrecision.swift */; }; |
67 | 71 | DA4C581920E195E300A61B00 /* MapboxGeocoder.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = DDC2470419A1C3B40054B0C0 /* MapboxGeocoder.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
68 | 72 | DA4D90071DD63AEC006EC71A /* PlacemarkScopeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA4D90061DD63AEC006EC71A /* PlacemarkScopeTests.swift */; }; |
69 | 73 | DA4D90081DD63AEC006EC71A /* PlacemarkScopeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA4D90061DD63AEC006EC71A /* PlacemarkScopeTests.swift */; }; |
|
244 | 248 | DA2E03F11CB0FE0200D1269A /* MBRectangularRegion.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MBRectangularRegion.swift; sourceTree = "<group>"; }; |
245 | 249 | DA2EC05B1CED72E900D4BA5D /* MBPlacemarkScope.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MBPlacemarkScope.swift; sourceTree = "<group>"; }; |
246 | 250 | DA2EC05D1CED732F00D4BA5D /* MBGeocodeOptions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MBGeocodeOptions.swift; sourceTree = "<group>"; }; |
| 251 | + DA4B402E255BCBA7001A4F30 /* MBPlacemarkPrecision.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MBPlacemarkPrecision.swift; sourceTree = "<group>"; }; |
247 | 252 | DA4D90061DD63AEC006EC71A /* PlacemarkScopeTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PlacemarkScopeTests.swift; sourceTree = "<group>"; }; |
248 | 253 | DA5170961CF1B18F00CD6DCF /* MapboxGeocoder.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MapboxGeocoder.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
249 | 254 | DA51709F1CF1B18F00CD6DCF /* MapboxGeocoderTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MapboxGeocoderTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
427 | 432 | DA2E03EF1CB0FDB400D1269A /* MBPlacemark.swift */, |
428 | 433 | DA8B5C05225FB2F400CD1C99 /* MBPlacemarkPrecision.h */, |
429 | 434 | DA8B5C06225FB2F400CD1C99 /* MBPlacemarkPrecision.m */, |
| 435 | + DA4B402E255BCBA7001A4F30 /* MBPlacemarkPrecision.swift */, |
430 | 436 | DA29C8DE1CEBE90200E48A61 /* MBPlacemarkScope.h */, |
431 | 437 | DA2EC05B1CED72E900D4BA5D /* MBPlacemarkScope.swift */, |
432 | 438 | DA2E03F11CB0FE0200D1269A /* MBRectangularRegion.swift */, |
433 | 439 | DDC2470619A1C3B40054B0C0 /* Supporting Files */, |
434 | 440 | 35D3DE382112410A00B62912 /* CoreLocation.swift */, |
435 | 441 | ); |
436 | | - path = MapboxGeocoder; |
| 442 | + name = MapboxGeocoder; |
| 443 | + path = Sources/MapboxGeocoder; |
437 | 444 | sourceTree = "<group>"; |
438 | 445 | }; |
439 | 446 | DDC246FD19A1C2D20054B0C0 /* Swift */ = { |
|
477 | 484 | DDF1E84E1BD6F7BA00C40C78 /* Info.plist */, |
478 | 485 | DDF1E8571BD700EB00C40C78 /* Fixtures */, |
479 | 486 | ); |
480 | | - path = MapboxGeocoderTests; |
| 487 | + name = MapboxGeocoderTests; |
| 488 | + path = Tests/MapboxGeocoderTests; |
481 | 489 | sourceTree = "<group>"; |
482 | 490 | }; |
483 | 491 | DDF1E8571BD700EB00C40C78 /* Fixtures */ = { |
|
984 | 992 | isa = PBXSourcesBuildPhase; |
985 | 993 | buildActionMask = 2147483647; |
986 | 994 | files = ( |
| 995 | + DA4B4030255BCBA7001A4F30 /* MBPlacemarkPrecision.swift in Sources */, |
987 | 996 | DA5170B31CF1B1E000CD6DCF /* MBRectangularRegion.swift in Sources */, |
988 | 997 | DA5170B01CF1B1E000CD6DCF /* MBPlacemark.swift in Sources */, |
989 | 998 | DA5170AF1CF1B1E000CD6DCF /* MBGeocoder.swift in Sources */, |
|
1011 | 1020 | isa = PBXSourcesBuildPhase; |
1012 | 1021 | buildActionMask = 2147483647; |
1013 | 1022 | files = ( |
| 1023 | + DA4B4031255BCBA7001A4F30 /* MBPlacemarkPrecision.swift in Sources */, |
1014 | 1024 | DA5170DE1CF2541C00CD6DCF /* MBRectangularRegion.swift in Sources */, |
1015 | 1025 | DA5170DB1CF2541C00CD6DCF /* MBPlacemark.swift in Sources */, |
1016 | 1026 | DA5170DA1CF2541C00CD6DCF /* MBGeocoder.swift in Sources */, |
|
1038 | 1048 | isa = PBXSourcesBuildPhase; |
1039 | 1049 | buildActionMask = 2147483647; |
1040 | 1050 | files = ( |
| 1051 | + DA4B4032255BCBA7001A4F30 /* MBPlacemarkPrecision.swift in Sources */, |
1041 | 1052 | DA5170F91CF2582F00CD6DCF /* MBRectangularRegion.swift in Sources */, |
1042 | 1053 | DA5170F61CF2582F00CD6DCF /* MBPlacemark.swift in Sources */, |
1043 | 1054 | DA5170F51CF2582F00CD6DCF /* MBGeocoder.swift in Sources */, |
|
1061 | 1072 | isa = PBXSourcesBuildPhase; |
1062 | 1073 | buildActionMask = 2147483647; |
1063 | 1074 | files = ( |
| 1075 | + DA4B402F255BCBA7001A4F30 /* MBPlacemarkPrecision.swift in Sources */, |
1064 | 1076 | DA2EC05E1CED732F00D4BA5D /* MBGeocodeOptions.swift in Sources */, |
1065 | 1077 | DA2E03F21CB0FE0200D1269A /* MBRectangularRegion.swift in Sources */, |
1066 | 1078 | DDC2295E1A360843006BE405 /* MBGeocoder.swift in Sources */, |
|
1148 | 1160 | ); |
1149 | 1161 | FRAMEWORK_VERSION = A; |
1150 | 1162 | GCC_NO_COMMON_BLOCKS = YES; |
1151 | | - INFOPLIST_FILE = MapboxGeocoder/Info.plist; |
| 1163 | + INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist; |
1152 | 1164 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1153 | 1165 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; |
1154 | 1166 | PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxGeocoder; |
|
1179 | 1191 | ); |
1180 | 1192 | FRAMEWORK_VERSION = A; |
1181 | 1193 | GCC_NO_COMMON_BLOCKS = YES; |
1182 | | - INFOPLIST_FILE = MapboxGeocoder/Info.plist; |
| 1194 | + INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist; |
1183 | 1195 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1184 | 1196 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; |
1185 | 1197 | PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxGeocoder; |
|
1205 | 1217 | "$(PROJECT_DIR)/Carthage/Build/Mac", |
1206 | 1218 | ); |
1207 | 1219 | GCC_NO_COMMON_BLOCKS = YES; |
1208 | | - INFOPLIST_FILE = MapboxGeocoderTests/Info.plist; |
| 1220 | + INFOPLIST_FILE = Tests/MapboxGeocoderTests/Info.plist; |
1209 | 1221 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks $(PROJECT_DIR)/Carthage/Build/Mac"; |
1210 | 1222 | PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxGeocoderTests; |
1211 | 1223 | PRODUCT_NAME = MapboxGeocoderTests; |
|
1228 | 1240 | "$(PROJECT_DIR)/Carthage/Build/Mac", |
1229 | 1241 | ); |
1230 | 1242 | GCC_NO_COMMON_BLOCKS = YES; |
1231 | | - INFOPLIST_FILE = MapboxGeocoderTests/Info.plist; |
| 1243 | + INFOPLIST_FILE = Tests/MapboxGeocoderTests/Info.plist; |
1232 | 1244 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks $(PROJECT_DIR)/Carthage/Build/Mac"; |
1233 | 1245 | PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxGeocoderTests; |
1234 | 1246 | PRODUCT_NAME = MapboxGeocoderTests; |
|
1253 | 1265 | "$(PROJECT_DIR)/Carthage/Build/tvOS", |
1254 | 1266 | ); |
1255 | 1267 | GCC_NO_COMMON_BLOCKS = YES; |
1256 | | - INFOPLIST_FILE = MapboxGeocoder/Info.plist; |
| 1268 | + INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist; |
1257 | 1269 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1258 | 1270 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1259 | 1271 | PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxGeocoder; |
1260 | 1272 | PRODUCT_NAME = MapboxGeocoder; |
1261 | 1273 | SDKROOT = appletvos; |
1262 | 1274 | SKIP_INSTALL = YES; |
1263 | 1275 | TARGETED_DEVICE_FAMILY = 3; |
1264 | | - TVOS_DEPLOYMENT_TARGET = 9.0; |
1265 | 1276 | VERSIONING_SYSTEM = "apple-generic"; |
1266 | 1277 | VERSION_INFO_PREFIX = ""; |
1267 | 1278 | }; |
|
1284 | 1295 | "$(PROJECT_DIR)/Carthage/Build/tvOS", |
1285 | 1296 | ); |
1286 | 1297 | GCC_NO_COMMON_BLOCKS = YES; |
1287 | | - INFOPLIST_FILE = MapboxGeocoder/Info.plist; |
| 1298 | + INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist; |
1288 | 1299 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1289 | 1300 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1290 | 1301 | PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxGeocoder; |
|
1293 | 1304 | SKIP_INSTALL = YES; |
1294 | 1305 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
1295 | 1306 | TARGETED_DEVICE_FAMILY = 3; |
1296 | | - TVOS_DEPLOYMENT_TARGET = 9.0; |
1297 | 1307 | VERSIONING_SYSTEM = "apple-generic"; |
1298 | 1308 | VERSION_INFO_PREFIX = ""; |
1299 | 1309 | }; |
|
1310 | 1320 | "$(PROJECT_DIR)/Carthage/Build/tvOS", |
1311 | 1321 | ); |
1312 | 1322 | GCC_NO_COMMON_BLOCKS = YES; |
1313 | | - INFOPLIST_FILE = MapboxGeocoderTests/Info.plist; |
| 1323 | + INFOPLIST_FILE = Tests/MapboxGeocoderTests/Info.plist; |
1314 | 1324 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1315 | 1325 | PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxGeocoderTests; |
1316 | 1326 | PRODUCT_NAME = MapboxGeocoderTests; |
1317 | 1327 | SDKROOT = appletvos; |
1318 | 1328 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
1319 | 1329 | TARGETED_DEVICE_FAMILY = "1,2,3"; |
1320 | | - TVOS_DEPLOYMENT_TARGET = 9.0; |
1321 | 1330 | }; |
1322 | 1331 | name = Debug; |
1323 | 1332 | }; |
|
1333 | 1342 | "$(PROJECT_DIR)/Carthage/Build/tvOS", |
1334 | 1343 | ); |
1335 | 1344 | GCC_NO_COMMON_BLOCKS = YES; |
1336 | | - INFOPLIST_FILE = MapboxGeocoderTests/Info.plist; |
| 1345 | + INFOPLIST_FILE = Tests/MapboxGeocoderTests/Info.plist; |
1337 | 1346 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1338 | 1347 | PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxGeocoderTests; |
1339 | 1348 | PRODUCT_NAME = MapboxGeocoderTests; |
1340 | 1349 | SDKROOT = appletvos; |
1341 | 1350 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
1342 | 1351 | TARGETED_DEVICE_FAMILY = "1,2,3"; |
1343 | | - TVOS_DEPLOYMENT_TARGET = 9.0; |
1344 | 1352 | }; |
1345 | 1353 | name = Release; |
1346 | 1354 | }; |
|
1357 | 1365 | DYLIB_CURRENT_VERSION = 17; |
1358 | 1366 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
1359 | 1367 | GCC_NO_COMMON_BLOCKS = YES; |
1360 | | - INFOPLIST_FILE = MapboxGeocoder/Info.plist; |
| 1368 | + INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist; |
1361 | 1369 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1362 | 1370 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1363 | 1371 | PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxGeocoder; |
|
1367 | 1375 | TARGETED_DEVICE_FAMILY = 4; |
1368 | 1376 | VERSIONING_SYSTEM = "apple-generic"; |
1369 | 1377 | VERSION_INFO_PREFIX = ""; |
1370 | | - WATCHOS_DEPLOYMENT_TARGET = 2.0; |
1371 | 1378 | }; |
1372 | 1379 | name = Debug; |
1373 | 1380 | }; |
|
1385 | 1392 | DYLIB_CURRENT_VERSION = 17; |
1386 | 1393 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
1387 | 1394 | GCC_NO_COMMON_BLOCKS = YES; |
1388 | | - INFOPLIST_FILE = MapboxGeocoder/Info.plist; |
| 1395 | + INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist; |
1389 | 1396 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1390 | 1397 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1391 | 1398 | PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxGeocoder; |
|
1396 | 1403 | TARGETED_DEVICE_FAMILY = 4; |
1397 | 1404 | VERSIONING_SYSTEM = "apple-generic"; |
1398 | 1405 | VERSION_INFO_PREFIX = ""; |
1399 | | - WATCHOS_DEPLOYMENT_TARGET = 2.0; |
1400 | 1406 | }; |
1401 | 1407 | name = Release; |
1402 | 1408 | }; |
|
1448 | 1454 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
1449 | 1455 | GCC_WARN_UNUSED_FUNCTION = YES; |
1450 | 1456 | GCC_WARN_UNUSED_VARIABLE = YES; |
1451 | | - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
1452 | | - MACOSX_DEPLOYMENT_TARGET = 10.10; |
| 1457 | + IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
| 1458 | + MACOSX_DEPLOYMENT_TARGET = 10.12; |
1453 | 1459 | MTL_ENABLE_DEBUG_INFO = YES; |
1454 | 1460 | ONLY_ACTIVE_ARCH = YES; |
1455 | 1461 | SDKROOT = iphoneos; |
1456 | 1462 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
1457 | 1463 | SWIFT_SWIFT3_OBJC_INFERENCE = Off; |
1458 | 1464 | SWIFT_VERSION = 5.0; |
1459 | 1465 | TARGETED_DEVICE_FAMILY = "1,2"; |
| 1466 | + TVOS_DEPLOYMENT_TARGET = 12.0; |
| 1467 | + WATCHOS_DEPLOYMENT_TARGET = 3.0; |
1460 | 1468 | }; |
1461 | 1469 | name = Debug; |
1462 | 1470 | }; |
|
1501 | 1509 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
1502 | 1510 | GCC_WARN_UNUSED_FUNCTION = YES; |
1503 | 1511 | GCC_WARN_UNUSED_VARIABLE = YES; |
1504 | | - IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
1505 | | - MACOSX_DEPLOYMENT_TARGET = 10.10; |
| 1512 | + IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
| 1513 | + MACOSX_DEPLOYMENT_TARGET = 10.12; |
1506 | 1514 | MTL_ENABLE_DEBUG_INFO = NO; |
1507 | 1515 | SDKROOT = iphoneos; |
1508 | 1516 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
1509 | 1517 | SWIFT_SWIFT3_OBJC_INFERENCE = Off; |
1510 | 1518 | SWIFT_VERSION = 5.0; |
1511 | 1519 | TARGETED_DEVICE_FAMILY = "1,2"; |
| 1520 | + TVOS_DEPLOYMENT_TARGET = 12.0; |
1512 | 1521 | VALIDATE_PRODUCT = YES; |
| 1522 | + WATCHOS_DEPLOYMENT_TARGET = 3.0; |
1513 | 1523 | }; |
1514 | 1524 | name = Release; |
1515 | 1525 | }; |
|
1562 | 1572 | "DEBUG=1", |
1563 | 1573 | "$(inherited)", |
1564 | 1574 | ); |
1565 | | - INFOPLIST_FILE = MapboxGeocoder/Info.plist; |
| 1575 | + INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist; |
1566 | 1576 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1567 | 1577 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1568 | 1578 | PRODUCT_BUNDLE_IDENTIFIER = "com.mapbox.$(PRODUCT_NAME:rfc1034identifier)"; |
|
1585 | 1595 | DYLIB_COMPATIBILITY_VERSION = 1; |
1586 | 1596 | DYLIB_CURRENT_VERSION = 17; |
1587 | 1597 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
1588 | | - INFOPLIST_FILE = MapboxGeocoder/Info.plist; |
| 1598 | + INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist; |
1589 | 1599 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1590 | 1600 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1591 | 1601 | PRODUCT_BUNDLE_IDENTIFIER = "com.mapbox.$(PRODUCT_NAME:rfc1034identifier)"; |
|
1642 | 1652 | "$(PROJECT_DIR)/Carthage/Build/iOS", |
1643 | 1653 | ); |
1644 | 1654 | GCC_NO_COMMON_BLOCKS = YES; |
1645 | | - INFOPLIST_FILE = MapboxGeocoderTests/Info.plist; |
| 1655 | + INFOPLIST_FILE = Tests/MapboxGeocoderTests/Info.plist; |
1646 | 1656 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1647 | 1657 | PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxGeocoderTests; |
1648 | 1658 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
1662 | 1672 | "$(PROJECT_DIR)/Carthage/Build/iOS", |
1663 | 1673 | ); |
1664 | 1674 | GCC_NO_COMMON_BLOCKS = YES; |
1665 | | - INFOPLIST_FILE = MapboxGeocoderTests/Info.plist; |
| 1675 | + INFOPLIST_FILE = Tests/MapboxGeocoderTests/Info.plist; |
1666 | 1676 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1667 | 1677 | PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxGeocoderTests; |
1668 | 1678 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
0 commit comments