Skip to content

Commit

Permalink
Allow to use ` for hotkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Jul 30, 2019
1 parent e9791dc commit bee1440
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ platform :osx, '10.14'
target 'Maccy' do
use_frameworks!

pod 'HotKey'
pod 'HotKey', git: 'https://github.com/p0deje/HotKey.git', branch: 'more-aliases'

target 'MaccyTests' do
inherit! :search_paths
Expand Down
16 changes: 11 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@ PODS:
- HotKey (0.1.1)

DEPENDENCIES:
- HotKey
- HotKey (from `https://github.com/p0deje/HotKey.git`, branch `more-aliases`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- HotKey
EXTERNAL SOURCES:
HotKey:
:branch: more-aliases
:git: https://github.com/p0deje/HotKey.git

CHECKOUT OPTIONS:
HotKey:
:commit: 5c6def0090da331ebbdcae24058faf3132be2ea3
:git: https://github.com/p0deje/HotKey.git

SPEC CHECKSUMS:
HotKey: 0be143fd015544a63c51be6dc2066dbf455ced72

PODFILE CHECKSUM: 23fcc829e8b3ae8119f5b1aea739305ea03a0306
PODFILE CHECKSUM: 3a9017144020af00cd02740de8ecc8555cca0027

COCOAPODS: 1.5.2
2 changes: 1 addition & 1 deletion Pods/HotKey/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Pods/HotKey/Sources/HotKey/Key.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions Pods/Local Podspecs/HotKey.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 11 additions & 5 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bee1440

Please sign in to comment.