From 1f27ef0b0f21efef6f72779ed9a10acc02af67d8 Mon Sep 17 00:00:00 2001 From: Robert Herdzik Date: Mon, 8 Jan 2018 23:01:17 +0100 Subject: [PATCH] Release 1.1.0. --- RHSideButtons.podspec | 2 +- RHSideButtons.xcodeproj/project.pbxproj | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/RHSideButtons.podspec b/RHSideButtons.podspec index d240386..58eab4c 100644 --- a/RHSideButtons.podspec +++ b/RHSideButtons.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RHSideButtons" -s.version = "1.0.3" +s.version = "1.1.0" s.summary = "Library provides easy to implement variation of Android (Material Design) Floating Action Button for iOS. You can use it as your app small side menu." s.description = "Library provides easy to implement variation of Android (Material Design) Floating Action Button for iOS. You can use it as your app small side menu." s.homepage = "https://github.com/robertherdzik/RHSideButtons" diff --git a/RHSideButtons.xcodeproj/project.pbxproj b/RHSideButtons.xcodeproj/project.pbxproj index 7e6cd94..5f7576c 100644 --- a/RHSideButtons.xcodeproj/project.pbxproj +++ b/RHSideButtons.xcodeproj/project.pbxproj @@ -121,6 +121,7 @@ TargetAttributes = { B1579AA91DF34F92000EB296 = { CreatedOnToolsVersion = 8.1; + LastSwiftMigration = 0900; ProvisioningStyle = Automatic; }; }; @@ -282,7 +283,8 @@ PRODUCT_BUNDLE_IDENTIFIER = x.RHSideButtons; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; - SWIFT_VERSION = 3.0; + SWIFT_SWIFT3_OBJC_INFERENCE = On; + SWIFT_VERSION = 4.0; }; name = Debug; }; @@ -300,7 +302,8 @@ PRODUCT_BUNDLE_IDENTIFIER = x.RHSideButtons; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; - SWIFT_VERSION = 3.0; + SWIFT_SWIFT3_OBJC_INFERENCE = On; + SWIFT_VERSION = 4.0; }; name = Release; }; @@ -323,6 +326,7 @@ B1579AB41DF34F92000EB296 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ };