Skip to content

Commit

Permalink
Bumps to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed Dec 16, 2019
1 parent e866681 commit 916eb3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Keyboard+LayoutGuide.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Keyboard+LayoutGuide'
s.version = "1.5.0"
s.version = "1.6.0"
s.summary = "Apple's missing KeyboardLayoutGuide"
s.homepage = "https://github.com/freshOS/KeyboardLayoutGuide"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
Binary file modified KeyboardLayoutGuide.framework.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.5.0;
MARKETING_VERSION = 1.6.0;
PRODUCT_BUNDLE_IDENTIFIER = com.freshos.KeyboardLayoutGuide;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -403,7 +403,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.5.0;
MARKETING_VERSION = 1.6.0;
PRODUCT_BUNDLE_IDENTIFIER = com.freshos.KeyboardLayoutGuide;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 916eb3f

Please sign in to comment.