From 5debc886c014d1f07504ff6e8a280f2caa3d1763 Mon Sep 17 00:00:00 2001 From: Vasily Ulianov Date: Fri, 30 Sep 2016 14:10:55 +0300 Subject: [PATCH 1/2] Fix #31 --- Contacts Picker.xcodeproj/project.pbxproj | 4 ++-- Pods/EPContact.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Contacts Picker.xcodeproj/project.pbxproj b/Contacts Picker.xcodeproj/project.pbxproj index a2b7fb8..6d93bb0 100644 --- a/Contacts Picker.xcodeproj/project.pbxproj +++ b/Contacts Picker.xcodeproj/project.pbxproj @@ -299,7 +299,7 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "com.prabaharan.eppicker.Contacts-Picker"; PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 2.3; + SWIFT_VERSION = 3.0; }; name = Debug; }; @@ -312,7 +312,7 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "com.prabaharan.eppicker.Contacts-Picker"; PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 2.3; + SWIFT_VERSION = 3.0; }; name = Release; }; diff --git a/Pods/EPContact.swift b/Pods/EPContact.swift index d20795f..5f5efb5 100644 --- a/Pods/EPContact.swift +++ b/Pods/EPContact.swift @@ -61,7 +61,7 @@ open class EPContact { } open func displayName() -> String { - return "\(firstName) \(lastName)" + return firstName + " " + lastName } open func contactInitials() -> String { From 032280c9d5f2b9e0812555f9a45d42466ff81d52 Mon Sep 17 00:00:00 2001 From: Vasily Ulianov Date: Fri, 30 Sep 2016 14:33:54 +0300 Subject: [PATCH 2/2] Bump version to 2.0.1 --- EPContactsPicker.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EPContactsPicker.podspec b/EPContactsPicker.podspec index abe9875..64555be 100644 --- a/EPContactsPicker.podspec +++ b/EPContactsPicker.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "EPContactsPicker" - s.version = "2.0.0" + s.version = "2.0.1" s.summary = "A contacts picker component for iOS written in swift using new contacts framwork" s.description = <<-DESC Features