diff --git a/.swift-version b/.swift-version deleted file mode 100644 index 819e07a..0000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -5.0 diff --git a/Keyboard+LayoutGuide.podspec b/Keyboard+LayoutGuide.podspec index ecaf149..f8e5325 100644 --- a/Keyboard+LayoutGuide.podspec +++ b/Keyboard+LayoutGuide.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Keyboard+LayoutGuide' - s.version = "1.3.0" + s.version = "1.4.0" s.summary = "Apple's missing KeyboardLayoutGuide" s.homepage = "https://github.com/freshOS/KeyboardLayoutGuide" s.license = { :type => "MIT", :file => "LICENSE" } @@ -13,4 +13,5 @@ Pod::Spec.new do |s| s.ios.deployment_target = "9" s.description = "An alternative approach to handling keyboard in iOS with Autolayout" s.module_name = 'KeyboardLayoutGuide' + s.swift_versions = ['4', '4.1', '4.2', '5.0'] end diff --git a/KeyboardLayoutGuide.framework.zip b/KeyboardLayoutGuide.framework.zip index 3760ea9..06aa16a 100644 Binary files a/KeyboardLayoutGuide.framework.zip and b/KeyboardLayoutGuide.framework.zip differ diff --git a/KeyboardLayoutGuide/KeyboardLayoutGuide/Info.plist b/KeyboardLayoutGuide/KeyboardLayoutGuide/Info.plist index 3c2f9a0..4e57c3d 100644 --- a/KeyboardLayoutGuide/KeyboardLayoutGuide/Info.plist +++ b/KeyboardLayoutGuide/KeyboardLayoutGuide/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.0 + 1.4.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/KeyboardLayoutGuideExample/KeyboardLayoutGuideExample.xcodeproj/project.pbxproj b/KeyboardLayoutGuideExample/KeyboardLayoutGuideExample.xcodeproj/project.pbxproj index cfafe84..16c31c9 100644 --- a/KeyboardLayoutGuideExample/KeyboardLayoutGuideExample.xcodeproj/project.pbxproj +++ b/KeyboardLayoutGuideExample/KeyboardLayoutGuideExample.xcodeproj/project.pbxproj @@ -321,7 +321,7 @@ SDKROOT = iphoneos; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.2; + SWIFT_VERSION = 5.0; }; name = Debug; }; @@ -373,7 +373,7 @@ MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 4.2; + SWIFT_VERSION = 5.0; VALIDATE_PRODUCT = YES; }; name = Release; @@ -389,7 +389,7 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.freshos.KeyboardLayoutGuideExample; PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 4.2; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; @@ -405,7 +405,7 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.freshos.KeyboardLayoutGuideExample; PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 4.2; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Release; diff --git a/README.md b/README.md index ebebae0..2d33519 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ⌨️ KeyboardLayoutGuide *Apple's missing KeyboardLayoutGuide* -[![Language: Swift 4](https://img.shields.io/badge/language-swift4-f48041.svg?style=flat)](https://developer.apple.com/swift) +[![Language: Swift 5](https://img.shields.io/badge/language-swift5-f48041.svg?style=flat)](https://developer.apple.com/swift) ![Platform: iOS 9+](https://img.shields.io/badge/platform-iOS-blue.svg?style=flat) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![CocoaPods compatible](https://img.shields.io/badge/Cocoapods-compatible-4BC51D.svg?style=flat)](https://cocoapods.org/pods/Keyboard+LayoutGuide)