Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit af677be

Browse files
committed
first commit
0 parents  commit af677be

File tree

143 files changed

+7596
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+7596
-0
lines changed

.dccache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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"]}

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.DS_Store
2+
.Trashes
3+
*.swp
4+
*~.nib
5+
xcuserdata

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2017 Pixel Point
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

Podfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
target 'Remute'
3+
4+
pod 'MASShortcut'

Podfile.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
PODS:
2+
- MASShortcut (2.3.6)
3+
4+
DEPENDENCIES:
5+
- MASShortcut
6+
7+
SPEC REPOS:
8+
trunk:
9+
- MASShortcut
10+
11+
SPEC CHECKSUMS:
12+
MASShortcut: 9c215e8a8a78f3d01ce56da48e2730ab66b538fa
13+
14+
PODFILE CHECKSUM: 4e6a45a8d41be997b4a49d1bf7b8b4a37131c1d8
15+
16+
COCOAPODS: 1.12.0

Podfile~

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
pod 'MASShortcut'

Pods/Headers/Private/MASShortcut/MASDictionaryTransformer.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Private/MASShortcut/MASHotKey.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Private/MASShortcut/MASKeyCodes.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Private/MASShortcut/MASKeyMasks.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)