From 62e2ba9485d924aa005b59c831c8029c905520ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Thu, 2 May 2019 03:53:01 -0700 Subject: [PATCH] v0.11.0 --- Geocoder Example/Info.plist | 4 +-- MapboxGeocoder.swift.podspec | 2 +- MapboxGeocoder.xcodeproj/project.pbxproj | 32 ++++++++++++------------ MapboxGeocoder/Info.plist | 4 +-- MapboxGeocoderTests/Info.plist | 4 +-- README.md | 4 +-- 6 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Geocoder Example/Info.plist b/Geocoder Example/Info.plist index 3931024..050881a 100644 --- a/Geocoder Example/Info.plist +++ b/Geocoder Example/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.10.2 + 0.11.0 CFBundleSignature ???? CFBundleVersion - 15 + 16 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/MapboxGeocoder.swift.podspec b/MapboxGeocoder.swift.podspec index 662dff6..ae1ad52 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.10.2" + s.version = "0.11.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 27316a6..25259c0 100644 --- a/MapboxGeocoder.xcodeproj/project.pbxproj +++ b/MapboxGeocoder.xcodeproj/project.pbxproj @@ -1136,11 +1136,11 @@ CLANG_ANALYZER_NONNULL = YES; CODE_SIGN_IDENTITY = ""; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 15; + CURRENT_PROJECT_VERSION = 16; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 15; + DYLIB_CURRENT_VERSION = 16; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -1167,11 +1167,11 @@ CODE_SIGN_IDENTITY = ""; COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 15; + CURRENT_PROJECT_VERSION = 16; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 15; + DYLIB_CURRENT_VERSION = 16; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -1242,11 +1242,11 @@ buildSettings = { CLANG_ANALYZER_NONNULL = YES; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - CURRENT_PROJECT_VERSION = 15; + CURRENT_PROJECT_VERSION = 16; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 15; + DYLIB_CURRENT_VERSION = 16; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -1273,11 +1273,11 @@ CLANG_ANALYZER_NONNULL = YES; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 15; + CURRENT_PROJECT_VERSION = 16; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 15; + DYLIB_CURRENT_VERSION = 16; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -1350,11 +1350,11 @@ APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ANALYZER_NONNULL = YES; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 15; + CURRENT_PROJECT_VERSION = 16; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 15; + DYLIB_CURRENT_VERSION = 16; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_NO_COMMON_BLOCKS = YES; INFOPLIST_FILE = MapboxGeocoder/Info.plist; @@ -1378,11 +1378,11 @@ CLANG_ANALYZER_NONNULL = YES; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 15; + CURRENT_PROJECT_VERSION = 16; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 15; + DYLIB_CURRENT_VERSION = 16; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_NO_COMMON_BLOCKS = YES; INFOPLIST_FILE = MapboxGeocoder/Info.plist; @@ -1553,10 +1553,10 @@ buildSettings = { CLANG_ENABLE_MODULES = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - CURRENT_PROJECT_VERSION = 15; + CURRENT_PROJECT_VERSION = 16; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 15; + DYLIB_CURRENT_VERSION = 16; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", @@ -1580,10 +1580,10 @@ buildSettings = { CLANG_ENABLE_MODULES = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - CURRENT_PROJECT_VERSION = 15; + CURRENT_PROJECT_VERSION = 16; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 15; + DYLIB_CURRENT_VERSION = 16; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = MapboxGeocoder/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; diff --git a/MapboxGeocoder/Info.plist b/MapboxGeocoder/Info.plist index 976cce5..f1182c5 100644 --- a/MapboxGeocoder/Info.plist +++ b/MapboxGeocoder/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.10.2 + 0.11.0 CFBundleSignature ???? CFBundleVersion - 15 + 16 NSPrincipalClass diff --git a/MapboxGeocoderTests/Info.plist b/MapboxGeocoderTests/Info.plist index 404efd5..c3ded9f 100644 --- a/MapboxGeocoderTests/Info.plist +++ b/MapboxGeocoderTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.10.2 + 0.11.0 CFBundleSignature ???? CFBundleVersion - 15 + 16 diff --git a/README.md b/README.md index 2227644..cd50810 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ MapboxGeocoder.swift pairs well with [MapboxDirections.swift](https://github.com Specify the following dependency in your [Carthage](https://github.com/Carthage/Carthage/) Cartfile: ```cartfile -github "mapbox/MapboxGeocoder.swift" ~> 0.10 +github "mapbox/MapboxGeocoder.swift" ~> 0.11 ``` Or in your [CocoaPods](http://cocoapods.org/) Podfile: ```podspec -pod 'MapboxGeocoder.swift', '~> 0.10' +pod 'MapboxGeocoder.swift', '~> 0.11' ``` Then `import MapboxGeocoder` or `@import MapboxGeocoder;`.