diff --git a/CHANGELOG.md b/CHANGELOG.md index e7f23bb1a..6fe1df591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Guide: https://keepachangelog.com/en/1.0.0/ - [SearchUI] Add `distanceFormatter` field to Configuration to support changing the search suggestions distance format. Nil values will use the default behavior. +- [Core] Remove Swifter library dependency from MapboxSearch target (only used in Test targets) - [Core] Change AbstractSearchEngine.init `supportSBS: Bool = false` parameter to `apiType: ApiType = .SBS`. This changes the default API engine for discover/category and other API requests to SBS. Add ApiType enum to represent non-Autofill and non-PlaceAutocomplete SearchEngine API types. ## 2.0.0-rc.1 diff --git a/MapboxSearch.xcodeproj/project.pbxproj b/MapboxSearch.xcodeproj/project.pbxproj index a8b19339b..94f2516c0 100644 --- a/MapboxSearch.xcodeproj/project.pbxproj +++ b/MapboxSearch.xcodeproj/project.pbxproj @@ -47,10 +47,9 @@ 148DE66C285757AA0085684D /* AddressAutofill+Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 148DE66B285757AA0085684D /* AddressAutofill+Result.swift */; }; 148DE671285777180085684D /* NSLocking+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 148DE670285777180085684D /* NSLocking+Extensions.swift */; }; 148DE68B285A18900085684D /* AddressAutofill+AddressComponent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 148DE68A285A18900085684D /* AddressAutofill+AddressComponent.swift */; }; - 149948E7290A8ACE00E7E619 /* Swifter in Frameworks */ = {isa = PBXBuildFile; productRef = 149948E6290A8ACE00E7E619 /* Swifter */; }; 149948ED290A8DCA00E7E619 /* Swifter in Frameworks */ = {isa = PBXBuildFile; productRef = 149948EC290A8DCA00E7E619 /* Swifter */; }; 149948EF290A8DD500E7E619 /* Swifter in Frameworks */ = {isa = PBXBuildFile; productRef = 149948EE290A8DD500E7E619 /* Swifter */; }; - 149948F1290A8DF900E7E619 /* Swifter in Frameworks */ = {isa = PBXBuildFile; productRef = 149948F0290A8DF900E7E619 /* Swifter */; }; + 149948F1290A8DF900E7E619 /* Swifter in Frameworks */ = {isa = PBXBuildFile; productRef = 149948F0290A8DF900E7E619 /* Swifter */; settings = {ATTRIBUTES = (Required, ); }; }; 14A0B83D2A5FF20B00D281F1 /* PlaceAutocomplet.Result+Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14A0B83B2A5FF1B300D281F1 /* PlaceAutocomplet.Result+Tests.swift */; }; 14B92D5E298BFD19006003C1 /* DiscoverViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14B92D5D298BFD19006003C1 /* DiscoverViewController.swift */; }; 14F71865299FD4BD00D5BC2E /* PlaceAutocomplete+PlaceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F71864299FD4BD00D5BC2E /* PlaceAutocomplete+PlaceType.swift */; }; @@ -839,7 +838,6 @@ E648C0B626428D2B0044315F /* MapboxCoreSearch.xcframework in Frameworks */, E648C0BA26428D3D0044315F /* MapboxCommon.xcframework in Frameworks */, E648C0C9264297A10044315F /* libc++.1.tbd in Frameworks */, - 149948E7290A8ACE00E7E619 /* Swifter in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1819,7 +1817,6 @@ ); name = MapboxSearch; packageProductDependencies = ( - 149948E6290A8ACE00E7E619 /* Swifter */, ); productName = MapboxSearch; productReference = 3A0D7E4C233522D4006D81BB /* MapboxSearch.framework */; @@ -3373,11 +3370,6 @@ /* End XCRemoteSwiftPackageReference section */ /* Begin XCSwiftPackageProductDependency section */ - 149948E6290A8ACE00E7E619 /* Swifter */ = { - isa = XCSwiftPackageProductDependency; - package = 149948E5290A8ACE00E7E619 /* XCRemoteSwiftPackageReference "swifter" */; - productName = Swifter; - }; 149948EC290A8DCA00E7E619 /* Swifter */ = { isa = XCSwiftPackageProductDependency; package = 149948E5290A8ACE00E7E619 /* XCRemoteSwiftPackageReference "swifter" */;