Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP]feat: add double click modifier as shortcut #276

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ target 'Easydict' do
pod 'MJExtension', '~> 3.2.1'
pod 'Masonry', '~> 1.1.0'
pod 'ReactiveObjC', '~> 3.1.1'
pod 'MASShortcut', '~> 2.4.0'
pod 'MASShortcut', :git => '[email protected]:AkaShark/MASShortcut.git', :branch => 'double_click_modifier'
pod 'MASPreferences', '~> 1.4.1'
pod 'CocoaLumberjack/Swift', '~> 3.6.0'
pod 'SSZipArchive', '~> 2.2.2'
Expand All @@ -34,7 +34,7 @@ target 'EasydictTests' do
pod 'MJExtension', '~> 3.2.1'
pod 'Masonry', '~> 1.1.0'
pod 'ReactiveObjC', '~> 3.1.1'
pod 'MASShortcut', '~> 2.4.0'
pod 'MASShortcut', :git => '[email protected]:AkaShark/MASShortcut.git', :branch => 'double_click_modifier'
pod 'MASPreferences', '~> 1.4.1'
pod 'CocoaLumberjack/Swift', '~> 3.6.0'
pod 'SSZipArchive', '~> 2.2.2'
Expand Down
17 changes: 13 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ DEPENDENCIES:
- KVOController (~> 1.2.0)
- Masonry (~> 1.1.0)
- MASPreferences (~> 1.4.1)
- MASShortcut (~> 2.4.0)
- "MASShortcut (from `[email protected]:AkaShark/MASShortcut.git`, branch `double_click_modifier`)"
- MJExtension (~> 3.2.1)
- ReactiveObjC (~> 3.1.1)
- Sparkle (~> 2.5.1)
Expand All @@ -139,7 +139,6 @@ SPEC REPOS:
- KVOController
- Masonry
- MASPreferences
- MASShortcut
- MJExtension
- nanopb
- PromisesObjC
Expand All @@ -148,6 +147,16 @@ SPEC REPOS:
- SSZipArchive
- SwiftFormat

EXTERNAL SOURCES:
MASShortcut:
:branch: double_click_modifier
:git: "[email protected]:AkaShark/MASShortcut.git"

CHECKOUT OPTIONS:
MASShortcut:
:commit: 694922e088bc91eb70eff42ddaf7602c5b87f1f1
:git: "[email protected]:AkaShark/MASShortcut.git"

SPEC CHECKSUMS:
AFNetworking: cb604b1c2bded0871f5f61f5d53653739e841d6b
AppCenter: 85c92db0759d2792a65eb61d6842d2e86611a49a
Expand All @@ -171,6 +180,6 @@ SPEC CHECKSUMS:
SSZipArchive: 62d4947b08730e4cda640473b0066d209ff033c9
SwiftFormat: 2ca3d0b75754193f0f3ba532291f25ae08dd1e42

PODFILE CHECKSUM: a35287f08d36ebe90dd9f3362e15bf7aaeeaf0f5
PODFILE CHECKSUM: 597cd2d7aa9ead11dfe63d03ada0bdffc6ee7ad8

COCOAPODS: 1.14.2
COCOAPODS: 1.13.0
32 changes: 32 additions & 0 deletions Pods/Local Podspecs/MASShortcut.podspec.json

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

3 changes: 3 additions & 0 deletions Pods/MASShortcut/Framework/Model/MASShortcut.h

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

24 changes: 21 additions & 3 deletions Pods/MASShortcut/Framework/Model/MASShortcut.m

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

89 changes: 86 additions & 3 deletions Pods/MASShortcut/Framework/Monitoring/MASShortcutMonitor.m

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

15 changes: 14 additions & 1 deletion Pods/MASShortcut/Framework/UI/MASShortcutView.m

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

17 changes: 13 additions & 4 deletions Pods/Manifest.lock

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