|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 8DF260A67CA4C55F8FA7CAA0 /* Pods_MapboxGeocoderTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9CD6EA86BBE0D7DE16654CB4 /* Pods_MapboxGeocoderTests.framework */; }; |
| 11 | + 9FB47CA319B32DD7142B5830 /* Pods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6953F60F050AE274E006CB85 /* Pods.framework */; }; |
11 | 12 | DA2E03F01CB0FDB400D1269A /* MBPlacemark.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA2E03EF1CB0FDB400D1269A /* MBPlacemark.swift */; }; |
12 | 13 | DA2E03F21CB0FE0200D1269A /* MBRectangularRegion.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA2E03F11CB0FE0200D1269A /* MBRectangularRegion.swift */; }; |
| 14 | + DA2E03F71CB0FFD800D1269A /* MBGeocoderConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA2E03F61CB0FFD800D1269A /* MBGeocoderConfiguration.swift */; }; |
| 15 | + DA2E03F91CB0FFF700D1269A /* RequestKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA2E03F81CB0FFF700D1269A /* RequestKit.framework */; }; |
| 16 | + DA2E03FB1CB1009200D1269A /* MBGeocoderRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA2E03FA1CB1009200D1269A /* MBGeocoderRouter.swift */; }; |
13 | 17 | DD342B5619A140EE00219F77 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD342B5519A140EE00219F77 /* AppDelegate.swift */; }; |
14 | 18 | DD342B5819A140EE00219F77 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD342B5719A140EE00219F77 /* ViewController.swift */; }; |
15 | 19 | DDC2295C1A36074F006BE405 /* MapboxGeocoder.h in Headers */ = {isa = PBXBuildFile; fileRef = DDC229581A36073B006BE405 /* MapboxGeocoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
|
93 | 97 | D9281D748078BEB61AACF246 /* Pods_Unit_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Unit_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
94 | 98 | DA2E03EF1CB0FDB400D1269A /* MBPlacemark.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MBPlacemark.swift; sourceTree = "<group>"; }; |
95 | 99 | DA2E03F11CB0FE0200D1269A /* MBRectangularRegion.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MBRectangularRegion.swift; sourceTree = "<group>"; }; |
| 100 | + DA2E03F61CB0FFD800D1269A /* MBGeocoderConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MBGeocoderConfiguration.swift; sourceTree = "<group>"; }; |
| 101 | + DA2E03F81CB0FFF700D1269A /* RequestKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RequestKit.framework; path = "Pods/../build/Debug-iphoneos/RequestKit.framework"; sourceTree = "<group>"; }; |
| 102 | + DA2E03FA1CB1009200D1269A /* MBGeocoderRouter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MBGeocoderRouter.swift; sourceTree = "<group>"; }; |
96 | 103 | DD342B5019A140EE00219F77 /* Geocoder (Swift).app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Geocoder (Swift).app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
97 | 104 | DD342B5419A140EE00219F77 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
98 | 105 | DD342B5519A140EE00219F77 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
|
121 | 128 | buildActionMask = 2147483647; |
122 | 129 | files = ( |
123 | 130 | DDC2471819A1C3B40054B0C0 /* MapboxGeocoder.framework in Frameworks */, |
| 131 | + 9FB47CA319B32DD7142B5830 /* Pods.framework in Frameworks */, |
124 | 132 | ); |
125 | 133 | runOnlyForDeploymentPostprocessing = 0; |
126 | 134 | }; |
127 | 135 | DDC2470019A1C3B40054B0C0 /* Frameworks */ = { |
128 | 136 | isa = PBXFrameworksBuildPhase; |
129 | 137 | buildActionMask = 2147483647; |
130 | 138 | files = ( |
| 139 | + DA2E03F91CB0FFF700D1269A /* RequestKit.framework in Frameworks */, |
131 | 140 | ); |
132 | 141 | runOnlyForDeploymentPostprocessing = 0; |
133 | 142 | }; |
|
166 | 175 | 4CFB56C6CFCDF74D848CC98C /* Frameworks */ = { |
167 | 176 | isa = PBXGroup; |
168 | 177 | children = ( |
| 178 | + DA2E03F81CB0FFF700D1269A /* RequestKit.framework */, |
169 | 179 | D9281D748078BEB61AACF246 /* Pods_Unit_Tests.framework */, |
170 | 180 | 6953F60F050AE274E006CB85 /* Pods.framework */, |
171 | 181 | 9CD6EA86BBE0D7DE16654CB4 /* Pods_MapboxGeocoderTests.framework */, |
172 | 182 | ); |
173 | 183 | name = Frameworks; |
174 | 184 | sourceTree = "<group>"; |
175 | 185 | }; |
| 186 | + DA2E03F51CB0FFC500D1269A /* Router */ = { |
| 187 | + isa = PBXGroup; |
| 188 | + children = ( |
| 189 | + DA2E03F61CB0FFD800D1269A /* MBGeocoderConfiguration.swift */, |
| 190 | + DA2E03FA1CB1009200D1269A /* MBGeocoderRouter.swift */, |
| 191 | + ); |
| 192 | + name = Router; |
| 193 | + sourceTree = "<group>"; |
| 194 | + }; |
176 | 195 | DD342B4719A140EE00219F77 = { |
177 | 196 | isa = PBXGroup; |
178 | 197 | children = ( |
|
221 | 240 | DDC229591A36073B006BE405 /* MBGeocoder.swift */, |
222 | 241 | DA2E03EF1CB0FDB400D1269A /* MBPlacemark.swift */, |
223 | 242 | DA2E03F11CB0FE0200D1269A /* MBRectangularRegion.swift */, |
| 243 | + DA2E03F51CB0FFC500D1269A /* Router */, |
224 | 244 | DDC2470619A1C3B40054B0C0 /* Supporting Files */, |
225 | 245 | ); |
226 | 246 | path = MapboxGeocoder; |
|
293 | 313 | isa = PBXNativeTarget; |
294 | 314 | buildConfigurationList = DD342B6C19A140EE00219F77 /* Build configuration list for PBXNativeTarget "Example (Swift)" */; |
295 | 315 | buildPhases = ( |
| 316 | + E03AB5375E2A0105D7C52F4C /* Check Pods Manifest.lock */, |
296 | 317 | DD342B4C19A140EE00219F77 /* Sources */, |
297 | 318 | DD342B4D19A140EE00219F77 /* Frameworks */, |
298 | 319 | DD342B4E19A140EE00219F77 /* Resources */, |
299 | 320 | DDC2471919A1C3B40054B0C0 /* Embed Frameworks */, |
| 321 | + 75F39693BBF5C90FFDC01998 /* Embed Pods Frameworks */, |
| 322 | + E701C4F0292AE0B9460ADB36 /* Copy Pods Resources */, |
300 | 323 | ); |
301 | 324 | buildRules = ( |
302 | 325 | ); |
|
477 | 500 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MapboxGeocoderTests/Pods-MapboxGeocoderTests-resources.sh\"\n"; |
478 | 501 | showEnvVarsInLog = 0; |
479 | 502 | }; |
| 503 | + 75F39693BBF5C90FFDC01998 /* Embed Pods Frameworks */ = { |
| 504 | + isa = PBXShellScriptBuildPhase; |
| 505 | + buildActionMask = 2147483647; |
| 506 | + files = ( |
| 507 | + ); |
| 508 | + inputPaths = ( |
| 509 | + ); |
| 510 | + name = "Embed Pods Frameworks"; |
| 511 | + outputPaths = ( |
| 512 | + ); |
| 513 | + runOnlyForDeploymentPostprocessing = 0; |
| 514 | + shellPath = /bin/sh; |
| 515 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n"; |
| 516 | + showEnvVarsInLog = 0; |
| 517 | + }; |
480 | 518 | CD3F1CAEDE243BEE7EC3EFEF /* Embed Pods Frameworks */ = { |
481 | 519 | isa = PBXShellScriptBuildPhase; |
482 | 520 | buildActionMask = 2147483647; |
|
492 | 530 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MapboxGeocoderTests/Pods-MapboxGeocoderTests-frameworks.sh\"\n"; |
493 | 531 | showEnvVarsInLog = 0; |
494 | 532 | }; |
| 533 | + E03AB5375E2A0105D7C52F4C /* Check Pods Manifest.lock */ = { |
| 534 | + isa = PBXShellScriptBuildPhase; |
| 535 | + buildActionMask = 2147483647; |
| 536 | + files = ( |
| 537 | + ); |
| 538 | + inputPaths = ( |
| 539 | + ); |
| 540 | + name = "Check Pods Manifest.lock"; |
| 541 | + outputPaths = ( |
| 542 | + ); |
| 543 | + runOnlyForDeploymentPostprocessing = 0; |
| 544 | + shellPath = /bin/sh; |
| 545 | + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; |
| 546 | + showEnvVarsInLog = 0; |
| 547 | + }; |
| 548 | + E701C4F0292AE0B9460ADB36 /* Copy Pods Resources */ = { |
| 549 | + isa = PBXShellScriptBuildPhase; |
| 550 | + buildActionMask = 2147483647; |
| 551 | + files = ( |
| 552 | + ); |
| 553 | + inputPaths = ( |
| 554 | + ); |
| 555 | + name = "Copy Pods Resources"; |
| 556 | + outputPaths = ( |
| 557 | + ); |
| 558 | + runOnlyForDeploymentPostprocessing = 0; |
| 559 | + shellPath = /bin/sh; |
| 560 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n"; |
| 561 | + showEnvVarsInLog = 0; |
| 562 | + }; |
495 | 563 | /* End PBXShellScriptBuildPhase section */ |
496 | 564 |
|
497 | 565 | /* Begin PBXSourcesBuildPhase section */ |
|
511 | 579 | DA2E03F21CB0FE0200D1269A /* MBRectangularRegion.swift in Sources */, |
512 | 580 | DDC2295E1A360843006BE405 /* MBGeocoder.swift in Sources */, |
513 | 581 | DA2E03F01CB0FDB400D1269A /* MBPlacemark.swift in Sources */, |
| 582 | + DA2E03FB1CB1009200D1269A /* MBGeocoderRouter.swift in Sources */, |
| 583 | + DA2E03F71CB0FFD800D1269A /* MBGeocoderConfiguration.swift in Sources */, |
514 | 584 | ); |
515 | 585 | runOnlyForDeploymentPostprocessing = 0; |
516 | 586 | }; |
|
640 | 710 | }; |
641 | 711 | DD342B6D19A140EE00219F77 /* Debug */ = { |
642 | 712 | isa = XCBuildConfiguration; |
| 713 | + baseConfigurationReference = A7FEE3C3AC9D553F9763CB06 /* Pods.debug.xcconfig */; |
643 | 714 | buildSettings = { |
644 | 715 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
645 | 716 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
|
652 | 723 | }; |
653 | 724 | DD342B6E19A140EE00219F77 /* Release */ = { |
654 | 725 | isa = XCBuildConfiguration; |
| 726 | + baseConfigurationReference = CC09570CD1A6D11014400590 /* Pods.release.xcconfig */; |
655 | 727 | buildSettings = { |
656 | 728 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
657 | 729 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
|
670 | 742 | DYLIB_COMPATIBILITY_VERSION = 1; |
671 | 743 | DYLIB_CURRENT_VERSION = 1; |
672 | 744 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 745 | + FRAMEWORK_SEARCH_PATHS = ( |
| 746 | + "$(inherited)", |
| 747 | + "$(PROJECT_DIR)/build/Debug-iphoneos", |
| 748 | + ); |
673 | 749 | GCC_PREPROCESSOR_DEFINITIONS = ( |
674 | 750 | "DEBUG=1", |
675 | 751 | "$(inherited)", |
|
693 | 769 | DYLIB_COMPATIBILITY_VERSION = 1; |
694 | 770 | DYLIB_CURRENT_VERSION = 1; |
695 | 771 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 772 | + FRAMEWORK_SEARCH_PATHS = ( |
| 773 | + "$(inherited)", |
| 774 | + "$(PROJECT_DIR)/build/Debug-iphoneos", |
| 775 | + ); |
696 | 776 | INFOPLIST_FILE = MapboxGeocoder/Info.plist; |
697 | 777 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
698 | 778 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
|
0 commit comments