Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ImBIOS committed Apr 8, 2023
0 parents commit af677be
Show file tree
Hide file tree
Showing 143 changed files with 7,596 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dccache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"/Users/it-gaadmin/nerd/remute/Remute/AppDelegate.h":[434,1555410952000,"78d181ad2c6202e77dccb1697254b61e60fae2d63d1b71ed9fc9239ba25174cb"],"/Users/it-gaadmin/nerd/remute/Remute/TouchBar.h":[395,1555410952000,"bb16a7db4a1272efd1575d214104e99183e473cbfa61b445120dfedee12f2fc8"],"/Users/it-gaadmin/nerd/remute/Remute/TouchButton.h":[185,1680918319694.1365,"6fe2a28f22e82ea102bca6c616613d1186b6ca9d57112211cd6fb10cb72219ad"],"/Users/it-gaadmin/nerd/remute/Remute/TouchDelegate.h":[158,1555410952000,"d0b55149ea00dbfb3bee4f19e67cb9fa4d67ce7ddd1878dfd19010983ec39fc7"],"/Users/it-gaadmin/nerd/remute/Remute/ViewController.h":[720,1555410952000,"ae1327348453d9df0cb2ecaa9ad3223089f7e0fbad239bcf2914178aeb165ee1"],"/Users/it-gaadmin/nerd/remute/Remute/Remute Launcher/Remute Launcher/AppDelegate.h":[93,1555410952000,"b18982a12ec7f31bf9d35321d767d12e5fdc5f88063339c695205c08b10e6158"],"/Users/it-gaadmin/nerd/remute/Remute/Remute Launcher/Remute Launcher/ViewController.h":[78,1555410952000,"5c92b648241e6ea466e2216e7298cd60eae3e422197298b611afe47831ee25d5"],"/Users/it-gaadmin/nerd/remute/Pods/MASShortcut/Framework/MASDictionaryTransformer.h":[772,1680917257140.3223,"56a22f8267cb8304e1b87905768622d036387676e7d041f3841ff1de272b5710"],"/Users/it-gaadmin/nerd/remute/Pods/MASShortcut/Framework/MASHotKey.h":[262,1680917257150.1848,"c7e22601bcb9dee51bece23ca6fc134bc8a046ebebcfade9a23d67d05d59c648"],"/Users/it-gaadmin/nerd/remute/Pods/MASShortcut/Framework/MASKeyCodes.h":[1529,1680917257161.1897,"96bc8acd12ca5b0e3cac6c5f5a9d89ed17ae89c2d5449a117ee608530c827028"],"/Users/it-gaadmin/nerd/remute/Pods/MASShortcut/Framework/MASKeyMasks.h":[886,1680917257156.3713,"e20f8635565af8fe4cbab0fdc87bba1fd6fa91387d09e18b46f92a3cf4420150"],"/Users/it-gaadmin/nerd/remute/Pods/MASShortcut/Framework/MASLocalization.h":[598,1680917257153.6934,"619b9d919cf80f306b7aab7f24bb0bc1c88cfcedcf810f204293519c73b528b1"],"/Users/it-gaadmin/nerd/remute/Pods/MASShortcut/Framework/MASShortcut.h":[2697,1680917257155.0652,"e154e447ebf8b52075586b170b01c8a120631eb1626ce7688d3c14e6c438be9a"],"/Users/it-gaadmin/nerd/remute/Pods/MASShortcut/Framework/MASShortcutBinder.h":[2281,1680917257172.4573,"fb8b58eb379c455459f01b58306fb4720a6e32ef9d27f7ac2db6b2c53d0980d9"],"/Users/it-gaadmin/nerd/remute/Pods/MASShortcut/Framework/MASShortcutMonitor.h":[820,1680917257142.7644,"a626d7536820891eea16a621be4602f70530e086b9e55cec256ad9998c399097"],"/Users/it-gaadmin/nerd/remute/Pods/MASShortcut/Framework/MASShortcutValidator.h":[1133,1680917257159.3914,"80c77471e11790f7452b3c3ad2b3f0e4afa1e54178ac0e0ec3b61791785a969a"],"/Users/it-gaadmin/nerd/remute/Pods/MASShortcut/Framework/MASShortcutView+Bindings.h":[990,1680917257148.9111,"598962d52c338bf44ff288d68d6a341ac10148aa9c319858ea7ffa4a25bb3e63"],"/Users/it-gaadmin/nerd/remute/Pods/MASShortcut/Framework/MASShortcutView.h":[874,1680917257163.5745,"0e6010efd421364fd2a6c889c66ee26abe3d0a69893007e6c5372babd861cceb"],"/Users/it-gaadmin/nerd/remute/Pods/MASShortcut/Framework/Shortcut.h":[244,1680917257138.9043,"8a24127aef66791989817a48dd0650d9f56c9b95623ca03d10fb87a6869133fe"]}
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.DS_Store
.Trashes
*.swp
*~.nib
xcuserdata
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2017 Pixel Point

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 4 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

target 'Remute'

pod 'MASShortcut'
16 changes: 16 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PODS:
- MASShortcut (2.3.6)

DEPENDENCIES:
- MASShortcut

SPEC REPOS:
trunk:
- MASShortcut

SPEC CHECKSUMS:
MASShortcut: 9c215e8a8a78f3d01ce56da48e2730ab66b538fa

PODFILE CHECKSUM: 4e6a45a8d41be997b4a49d1bf7b8b4a37131c1d8

COCOAPODS: 1.12.0
2 changes: 2 additions & 0 deletions Podfile~
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

pod 'MASShortcut'

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

1 change: 1 addition & 0 deletions Pods/Headers/Private/MASShortcut/MASHotKey.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Private/MASShortcut/MASKeyCodes.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Private/MASShortcut/MASKeyMasks.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Private/MASShortcut/MASLocalization.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Private/MASShortcut/MASShortcut.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Private/MASShortcut/MASShortcutBinder.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Private/MASShortcut/MASShortcutMonitor.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Private/MASShortcut/MASShortcutValidator.h

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

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

1 change: 1 addition & 0 deletions Pods/Headers/Private/MASShortcut/MASShortcutView.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Private/MASShortcut/Shortcut.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Public/MASShortcut/MASDictionaryTransformer.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Public/MASShortcut/MASHotKey.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Public/MASShortcut/MASKeyCodes.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Public/MASShortcut/MASKeyMasks.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Public/MASShortcut/MASLocalization.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Public/MASShortcut/MASShortcut.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Public/MASShortcut/MASShortcutBinder.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Public/MASShortcut/MASShortcutMonitor.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Public/MASShortcut/MASShortcutValidator.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Public/MASShortcut/MASShortcutView+Bindings.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Public/MASShortcut/MASShortcutView.h

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

1 change: 1 addition & 0 deletions Pods/Headers/Public/MASShortcut/Shortcut.h

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

19 changes: 19 additions & 0 deletions Pods/MASShortcut/Framework/MASDictionaryTransformer.h

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

51 changes: 51 additions & 0 deletions Pods/MASShortcut/Framework/MASDictionaryTransformer.m

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

12 changes: 12 additions & 0 deletions Pods/MASShortcut/Framework/MASHotKey.h

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

44 changes: 44 additions & 0 deletions Pods/MASShortcut/Framework/MASHotKey.m

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

44 changes: 44 additions & 0 deletions Pods/MASShortcut/Framework/MASKeyCodes.h

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

18 changes: 18 additions & 0 deletions Pods/MASShortcut/Framework/MASKeyMasks.h

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

13 changes: 13 additions & 0 deletions Pods/MASShortcut/Framework/MASLocalization.h

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

34 changes: 34 additions & 0 deletions Pods/MASShortcut/Framework/MASLocalization.m

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

Loading

0 comments on commit af677be

Please sign in to comment.