From 673b8f813f3b5419525da8fc87edf4c66399dfa6 Mon Sep 17 00:00:00 2001 From: Roy Marmelstein Date: Fri, 29 Apr 2016 22:32:24 +0200 Subject: [PATCH] Release 0.8 --- PhoneNumberKit.podspec | 2 +- PhoneNumberKit.xcodeproj/project.pbxproj | 8 ++++---- PhoneNumberKit/Info.plist | 4 ++-- PhoneNumberKitTests/Info.plist | 4 ++-- README.md | 3 ++- build.sh | 2 +- 6 files changed, 12 insertions(+), 11 deletions(-) diff --git a/PhoneNumberKit.podspec b/PhoneNumberKit.podspec index 8e3a6c102..e4732db9e 100644 --- a/PhoneNumberKit.podspec +++ b/PhoneNumberKit.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "PhoneNumberKit" - s.version = "0.7" + s.version = "0.8" s.summary = "Swift framework for working with phone numbers" # This description is used to generate tags and improve search results. diff --git a/PhoneNumberKit.xcodeproj/project.pbxproj b/PhoneNumberKit.xcodeproj/project.pbxproj index 5abdeabc2..cc8726e24 100644 --- a/PhoneNumberKit.xcodeproj/project.pbxproj +++ b/PhoneNumberKit.xcodeproj/project.pbxproj @@ -321,7 +321,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 15; + CURRENT_PROJECT_VERSION = 16; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -371,7 +371,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 15; + CURRENT_PROJECT_VERSION = 16; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -401,7 +401,7 @@ CLANG_ENABLE_MODULES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 15; + DYLIB_CURRENT_VERSION = 16; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = PhoneNumberKit/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -420,7 +420,7 @@ CLANG_ENABLE_MODULES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 15; + DYLIB_CURRENT_VERSION = 16; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = PhoneNumberKit/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; diff --git a/PhoneNumberKit/Info.plist b/PhoneNumberKit/Info.plist index d9506fda8..c89c0b95e 100644 --- a/PhoneNumberKit/Info.plist +++ b/PhoneNumberKit/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.7 + 0.8 CFBundleSignature ???? CFBundleVersion - 15 + 16 NSPrincipalClass diff --git a/PhoneNumberKitTests/Info.plist b/PhoneNumberKitTests/Info.plist index 211fcd8c5..e409beb92 100644 --- a/PhoneNumberKitTests/Info.plist +++ b/PhoneNumberKitTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.7 + 0.8 CFBundleSignature ???? CFBundleVersion - 15 + 16 diff --git a/README.md b/README.md index c8a559003..7ea297689 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ phoneNumber.nationalNumber phoneNumber.numberExtension phoneNumber.rawNumber phoneNumber.type // e.g Mobile or Fixed +phoneNumber.isValidNumber // Checks if number has a known type ``` ### Setting up with Carthage @@ -107,5 +108,5 @@ github "marmelroy/PhoneNumberKit" ### Setting up with [CocoaPods](http://cocoapods.org/?q=PhoneNumberKit) ```ruby source 'https://github.com/CocoaPods/Specs.git' -pod 'PhoneNumberKit', '~> 0.7' +pod 'PhoneNumberKit', '~> 0.8' ``` diff --git a/build.sh b/build.sh index 56a998f5f..6d96e96a6 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash # **** Update me when new Xcode versions are released! **** -PLATFORM="platform=iOS Simulator,OS=9.3,name=iPhone 6" +PLATFORM="platform=iOS Simulator,OS=9.3,name=iPhone 6s" SDK="iphonesimulator"