From 91fb908bb57c0fcddc0062b5d64ea2002e0ea789 Mon Sep 17 00:00:00 2001 From: Maxim Makhun Date: Mon, 8 Mar 2021 14:39:48 -0500 Subject: [PATCH] v0.14.0 --- Geocoder Example/Info.plist | 4 +-- LICENSE.md | 2 +- MapboxGeocoder.swift.podspec | 2 +- MapboxGeocoder.xcodeproj/project.pbxproj | 32 ++++++++++++------------ README.md | 6 ++--- Sources/MapboxGeocoder/Info.plist | 4 +-- Tests/MapboxGeocoderTests/Info.plist | 4 +-- 7 files changed, 27 insertions(+), 27 deletions(-) diff --git a/Geocoder Example/Info.plist b/Geocoder Example/Info.plist index cc162fa..b5adcdb 100644 --- a/Geocoder Example/Info.plist +++ b/Geocoder Example/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.13.0 + 0.14.0 CFBundleSignature ???? CFBundleVersion - 18 + 19 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/LICENSE.md b/LICENSE.md index 7f9c1b2..6f7f9e3 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright © 2014–2020, Mapbox +Copyright © 2014–2021, Mapbox Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/MapboxGeocoder.swift.podspec b/MapboxGeocoder.swift.podspec index 3400223..74ceb5b 100644 --- a/MapboxGeocoder.swift.podspec +++ b/MapboxGeocoder.swift.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # s.name = "MapboxGeocoder.swift" - s.version = "0.13.0" + s.version = "0.14.0" s.summary = "Mapbox Geocoding API for Swift and Objective-C." s.description = <<-DESC diff --git a/MapboxGeocoder.xcodeproj/project.pbxproj b/MapboxGeocoder.xcodeproj/project.pbxproj index 1181b46..5208e48 100644 --- a/MapboxGeocoder.xcodeproj/project.pbxproj +++ b/MapboxGeocoder.xcodeproj/project.pbxproj @@ -1151,11 +1151,11 @@ CLANG_ANALYZER_NONNULL = YES; CODE_SIGN_IDENTITY = ""; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 18; + CURRENT_PROJECT_VERSION = 19; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 18; + DYLIB_CURRENT_VERSION = 19; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -1182,11 +1182,11 @@ CODE_SIGN_IDENTITY = ""; COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 18; + CURRENT_PROJECT_VERSION = 19; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 18; + DYLIB_CURRENT_VERSION = 19; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -1257,11 +1257,11 @@ buildSettings = { CLANG_ANALYZER_NONNULL = YES; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - CURRENT_PROJECT_VERSION = 18; + CURRENT_PROJECT_VERSION = 19; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 18; + DYLIB_CURRENT_VERSION = 19; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -1287,11 +1287,11 @@ CLANG_ANALYZER_NONNULL = YES; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 18; + CURRENT_PROJECT_VERSION = 19; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 18; + DYLIB_CURRENT_VERSION = 19; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -1361,11 +1361,11 @@ APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ANALYZER_NONNULL = YES; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 18; + CURRENT_PROJECT_VERSION = 19; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 18; + DYLIB_CURRENT_VERSION = 19; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_NO_COMMON_BLOCKS = YES; INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist; @@ -1388,11 +1388,11 @@ CLANG_ANALYZER_NONNULL = YES; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 18; + CURRENT_PROJECT_VERSION = 19; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 18; + DYLIB_CURRENT_VERSION = 19; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_NO_COMMON_BLOCKS = YES; INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist; @@ -1566,10 +1566,10 @@ buildSettings = { CLANG_ENABLE_MODULES = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - CURRENT_PROJECT_VERSION = 18; + CURRENT_PROJECT_VERSION = 19; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 18; + DYLIB_CURRENT_VERSION = 19; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", @@ -1593,10 +1593,10 @@ buildSettings = { CLANG_ENABLE_MODULES = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - CURRENT_PROJECT_VERSION = 18; + CURRENT_PROJECT_VERSION = 19; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 18; + DYLIB_CURRENT_VERSION = 19; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; diff --git a/README.md b/README.md index 1968999..b713301 100644 --- a/README.md +++ b/README.md @@ -16,19 +16,19 @@ MapboxGeocoder.swift pairs well with [Mapbox Directions for Swift](https://githu Specify the following dependency in your [Carthage](https://github.com/Carthage/Carthage/) Cartfile: ```cartfile -github "mapbox/MapboxGeocoder.swift" ~> 0.13 +github "mapbox/MapboxGeocoder.swift" ~> 0.14 ``` Or in your [CocoaPods](http://cocoapods.org/) Podfile: ```podspec -pod 'MapboxGeocoder.swift', '~> 0.13' +pod 'MapboxGeocoder.swift', '~> 0.14' ``` Or in your [Swift Package Manager](https://swift.org/package-manager/) Package.swift: ```swift -.package(url: "https://github.com/mapbox/MapboxGeocoder.swift.git", from: "0.13.0") +.package(url: "https://github.com/mapbox/MapboxGeocoder.swift.git", from: "0.14.0") ``` Then `import MapboxGeocoder` or `@import MapboxGeocoder;`. diff --git a/Sources/MapboxGeocoder/Info.plist b/Sources/MapboxGeocoder/Info.plist index c93c504..0cf11d0 100644 --- a/Sources/MapboxGeocoder/Info.plist +++ b/Sources/MapboxGeocoder/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.13.0 + 0.14.0 CFBundleSignature ???? CFBundleVersion - 18 + 19 NSPrincipalClass diff --git a/Tests/MapboxGeocoderTests/Info.plist b/Tests/MapboxGeocoderTests/Info.plist index ea89a99..86c701b 100644 --- a/Tests/MapboxGeocoderTests/Info.plist +++ b/Tests/MapboxGeocoderTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.13.0 + 0.14.0 CFBundleSignature ???? CFBundleVersion - 18 + 19