Skip to content

Commit f9ddf65

Browse files
authored
Merge pull request #36 from cemolcay/fix/cemolcay-deployment-target
Change deployment target to iOS 8.0
2 parents 19999fc + 5f442c4 commit f9ddf65

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

KeyboardLayoutEngine.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "KeyboardLayoutEngine"
19-
s.version = "0.9.1"
19+
s.version = "0.9.2"
2020
s.summary = "⌨️ Simplest custom keyboard generator for iOS ever!"
2121

2222
# This description is used to generate tags and improve search results.
@@ -336,7 +336,7 @@ optional func defaultKeyboardDidPressReturnButton(defaultKeyboard: DefaultKeyboa
336336
# Supports git, hg, bzr, svn and HTTP.
337337
#
338338

339-
s.source = { :git => "https://github.com/cemolcay/KeyboardLayoutEngine.git", :tag => "0.9.1" }
339+
s.source = { :git => "https://github.com/cemolcay/KeyboardLayoutEngine.git", :tag => "0.9.2" }
340340

341341

342342
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

KeyboardLayoutEngine.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,7 @@
777777
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
778778
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
779779
INFOPLIST_FILE = KeyboardLayoutEngine/Info.plist;
780+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
780781
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
781782
PRODUCT_BUNDLE_IDENTIFIER = co.prototapp.KeyboardLayoutEngine;
782783
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -790,6 +791,7 @@
790791
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
791792
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
792793
INFOPLIST_FILE = KeyboardLayoutEngine/Info.plist;
794+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
793795
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
794796
PRODUCT_BUNDLE_IDENTIFIER = co.prototapp.KeyboardLayoutEngine;
795797
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)