0.7.0
This commit is contained in:
parent
428ee65cde
commit
f57a1e998d
|
@ -1,6 +1,6 @@
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'KeyboardShortcuts'
|
s.name = 'KeyboardShortcuts'
|
||||||
s.version = '0.6.1'
|
s.version = '0.7.0'
|
||||||
s.summary = 'Add user-customizable global keyboard shortcuts to your macOS app in minutes'
|
s.summary = 'Add user-customizable global keyboard shortcuts to your macOS app in minutes'
|
||||||
s.license = 'MIT'
|
s.license = 'MIT'
|
||||||
s.homepage = 'https://github.com/sindresorhus/KeyboardShortcuts'
|
s.homepage = 'https://github.com/sindresorhus/KeyboardShortcuts'
|
||||||
|
|
|
@ -666,7 +666,7 @@
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
|
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 0.6.1;
|
MARKETING_VERSION = 0.7.0;
|
||||||
OTHER_CFLAGS = "$(inherited)";
|
OTHER_CFLAGS = "$(inherited)";
|
||||||
OTHER_LDFLAGS = "$(inherited)";
|
OTHER_LDFLAGS = "$(inherited)";
|
||||||
OTHER_SWIFT_FLAGS = "$(inherited)";
|
OTHER_SWIFT_FLAGS = "$(inherited)";
|
||||||
|
@ -701,7 +701,7 @@
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
|
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 0.6.1;
|
MARKETING_VERSION = 0.7.0;
|
||||||
OTHER_CFLAGS = "$(inherited)";
|
OTHER_CFLAGS = "$(inherited)";
|
||||||
OTHER_LDFLAGS = "$(inherited)";
|
OTHER_LDFLAGS = "$(inherited)";
|
||||||
OTHER_SWIFT_FLAGS = "$(inherited)";
|
OTHER_SWIFT_FLAGS = "$(inherited)";
|
||||||
|
|
Loading…
Reference in New Issue