|
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; |
|
1284 | 1296 | "$(PROJECT_DIR)/Carthage/Build/tvOS", |
1285 | 1297 | ); |
1286 | 1298 | GCC_NO_COMMON_BLOCKS = YES; |
1287 | | - INFOPLIST_FILE = MapboxGeocoder/Info.plist; |
| 1299 | + INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist; |
1288 | 1300 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1289 | 1301 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1290 | 1302 | PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxGeocoder; |
|
1310 | 1322 | "$(PROJECT_DIR)/Carthage/Build/tvOS", |
1311 | 1323 | ); |
1312 | 1324 | GCC_NO_COMMON_BLOCKS = YES; |
1313 | | - INFOPLIST_FILE = MapboxGeocoderTests/Info.plist; |
| 1325 | + INFOPLIST_FILE = Tests/MapboxGeocoderTests/Info.plist; |
1314 | 1326 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1315 | 1327 | PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxGeocoderTests; |
1316 | 1328 | PRODUCT_NAME = MapboxGeocoderTests; |
|
1333 | 1345 | "$(PROJECT_DIR)/Carthage/Build/tvOS", |
1334 | 1346 | ); |
1335 | 1347 | GCC_NO_COMMON_BLOCKS = YES; |
1336 | | - INFOPLIST_FILE = MapboxGeocoderTests/Info.plist; |
| 1348 | + INFOPLIST_FILE = Tests/MapboxGeocoderTests/Info.plist; |
1337 | 1349 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1338 | 1350 | PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxGeocoderTests; |
1339 | 1351 | PRODUCT_NAME = MapboxGeocoderTests; |
|
1357 | 1369 | DYLIB_CURRENT_VERSION = 17; |
1358 | 1370 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
1359 | 1371 | GCC_NO_COMMON_BLOCKS = YES; |
1360 | | - INFOPLIST_FILE = MapboxGeocoder/Info.plist; |
| 1372 | + INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist; |
1361 | 1373 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1362 | 1374 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1363 | 1375 | PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxGeocoder; |
|
1385 | 1397 | DYLIB_CURRENT_VERSION = 17; |
1386 | 1398 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
1387 | 1399 | GCC_NO_COMMON_BLOCKS = YES; |
1388 | | - INFOPLIST_FILE = MapboxGeocoder/Info.plist; |
| 1400 | + INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist; |
1389 | 1401 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1390 | 1402 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1391 | 1403 | PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxGeocoder; |
|
1562 | 1574 | "DEBUG=1", |
1563 | 1575 | "$(inherited)", |
1564 | 1576 | ); |
1565 | | - INFOPLIST_FILE = MapboxGeocoder/Info.plist; |
| 1577 | + INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist; |
1566 | 1578 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1567 | 1579 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1568 | 1580 | PRODUCT_BUNDLE_IDENTIFIER = "com.mapbox.$(PRODUCT_NAME:rfc1034identifier)"; |
|
1585 | 1597 | DYLIB_COMPATIBILITY_VERSION = 1; |
1586 | 1598 | DYLIB_CURRENT_VERSION = 17; |
1587 | 1599 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
1588 | | - INFOPLIST_FILE = MapboxGeocoder/Info.plist; |
| 1600 | + INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist; |
1589 | 1601 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
1590 | 1602 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1591 | 1603 | PRODUCT_BUNDLE_IDENTIFIER = "com.mapbox.$(PRODUCT_NAME:rfc1034identifier)"; |
|
1642 | 1654 | "$(PROJECT_DIR)/Carthage/Build/iOS", |
1643 | 1655 | ); |
1644 | 1656 | GCC_NO_COMMON_BLOCKS = YES; |
1645 | | - INFOPLIST_FILE = MapboxGeocoderTests/Info.plist; |
| 1657 | + INFOPLIST_FILE = Tests/MapboxGeocoderTests/Info.plist; |
1646 | 1658 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1647 | 1659 | PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxGeocoderTests; |
1648 | 1660 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
1662 | 1674 | "$(PROJECT_DIR)/Carthage/Build/iOS", |
1663 | 1675 | ); |
1664 | 1676 | GCC_NO_COMMON_BLOCKS = YES; |
1665 | | - INFOPLIST_FILE = MapboxGeocoderTests/Info.plist; |
| 1677 | + INFOPLIST_FILE = Tests/MapboxGeocoderTests/Info.plist; |
1666 | 1678 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1667 | 1679 | PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.MapboxGeocoderTests; |
1668 | 1680 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
0 commit comments