This commit is contained in:
Sindre Sorhus 2020-08-28 21:02:08 +02:00
parent 43d7fe58b3
commit d97e5e9c62
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'KeyboardShortcuts'
s.version = '0.4.0'
s.version = '0.5.0'
s.summary = 'Add user-customizable global keyboard shortcuts to your macOS app in minutes'
s.license = 'MIT'
s.homepage = 'https://github.com/sindresorhus/KeyboardShortcuts'

View File

@ -666,7 +666,7 @@
"$(inherited)",
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
);
MARKETING_VERSION = 0.4.0;
MARKETING_VERSION = 0.5.0;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
@ -701,7 +701,7 @@
"$(inherited)",
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
);
MARKETING_VERSION = 0.4.0;
MARKETING_VERSION = 0.5.0;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";

View File

@ -5,7 +5,7 @@
This package lets you add support for user-customizable global keyboard shortcuts to your macOS app in minutes. It's fully sandbox and Mac App Store compatible. And it's used in production by [Dato](https://sindresorhus.com/dato), [Jiffy](https://sindresorhus.com/jiffy), [Plash](https://github.com/sindresorhus/Plash), and [Lungo](https://sindresorhus.com/lungo).
This package is still in its early days. I'm happy to accept more configurability and features. PR welcome! What you see here is just what I needed for my own apps.
I'm happy to accept more configurability and features. PR welcome! What you see here is just what I needed for my own apps.
<img src="https://github.com/sindresorhus/KeyboardShortcuts/raw/master/screenshot.png" width="532">