File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
KeyboardShortcuts.xcodeproj Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'KeyboardShortcuts'
3
- s . version = '0.6.1 '
3
+ s . version = '0.7.0 '
4
4
s . summary = 'Add user-customizable global keyboard shortcuts to your macOS app in minutes'
5
5
s . license = 'MIT'
6
6
s . homepage = 'https://github.com/sindresorhus/KeyboardShortcuts'
Original file line number Diff line number Diff line change 666
666
"$(inherited)",
667
667
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
668
668
);
669
- MARKETING_VERSION = 0.6.1 ;
669
+ MARKETING_VERSION = 0.7.0 ;
670
670
OTHER_CFLAGS = "$(inherited)";
671
671
OTHER_LDFLAGS = "$(inherited)";
672
672
OTHER_SWIFT_FLAGS = "$(inherited)";
701
701
"$(inherited)",
702
702
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
703
703
);
704
- MARKETING_VERSION = 0.6.1 ;
704
+ MARKETING_VERSION = 0.7.0 ;
705
705
OTHER_CFLAGS = "$(inherited)";
706
706
OTHER_LDFLAGS = "$(inherited)";
707
707
OTHER_SWIFT_FLAGS = "$(inherited)";
You can’t perform that action at this time.
0 commit comments