Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- v0.3.0/ShellAgent_macos_portable.app/Contents/Info.plist +30 -0
- v0.3.0/ShellAgent_macos_portable.app/Contents/MacOS/ShellAgent +3 -0
- v0.3.0/ShellAgent_macos_portable.app/Contents/Resources/icon-windowed.icns +3 -0
- v0.3.0/ShellAgent_macos_portable.app/Contents/_CodeSignature/CodeResources +128 -0
.gitattributes
CHANGED
|
@@ -36,3 +36,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
beta/ShellAgent filter=lfs diff=lfs merge=lfs -text
|
| 37 |
beta/ShellAgent.exe filter=lfs diff=lfs merge=lfs -text
|
| 38 |
v0.3.0/ShellAgent_linux_portable filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 36 |
beta/ShellAgent filter=lfs diff=lfs merge=lfs -text
|
| 37 |
beta/ShellAgent.exe filter=lfs diff=lfs merge=lfs -text
|
| 38 |
v0.3.0/ShellAgent_linux_portable filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
v0.3.0/ShellAgent_macos_portable.app/Contents/MacOS/ShellAgent filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
v0.3.0/ShellAgent_macos_portable.app/Contents/Resources/icon-windowed.icns filter=lfs diff=lfs merge=lfs -text
|
v0.3.0/ShellAgent_macos_portable.app/Contents/Info.plist
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
| 3 |
+
<plist version="1.0">
|
| 4 |
+
<dict>
|
| 5 |
+
<key>CFBundleDisplayName</key>
|
| 6 |
+
<string>ShellAgent</string>
|
| 7 |
+
<key>CFBundleExecutable</key>
|
| 8 |
+
<string>ShellAgent</string>
|
| 9 |
+
<key>CFBundleIconFile</key>
|
| 10 |
+
<string>icon-windowed.icns</string>
|
| 11 |
+
<key>CFBundleIdentifier</key>
|
| 12 |
+
<string>com.shellagent.app</string>
|
| 13 |
+
<key>CFBundleInfoDictionaryVersion</key>
|
| 14 |
+
<string>6.0</string>
|
| 15 |
+
<key>CFBundleName</key>
|
| 16 |
+
<string>ShellAgent</string>
|
| 17 |
+
<key>CFBundlePackageType</key>
|
| 18 |
+
<string>APPL</string>
|
| 19 |
+
<key>CFBundleShortVersionString</key>
|
| 20 |
+
<string>test</string>
|
| 21 |
+
<key>CFBundleVersion</key>
|
| 22 |
+
<string>test</string>
|
| 23 |
+
<key>LSBackgroundOnly</key>
|
| 24 |
+
<true/>
|
| 25 |
+
<key>NSAppleScriptEnabled</key>
|
| 26 |
+
<false/>
|
| 27 |
+
<key>NSPrincipalClass</key>
|
| 28 |
+
<string>NSApplication</string>
|
| 29 |
+
</dict>
|
| 30 |
+
</plist>
|
v0.3.0/ShellAgent_macos_portable.app/Contents/MacOS/ShellAgent
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71f0b0e0964fb027309fb94f54d4b2643aa8ede97cbdc4c98a7141f2719d82b4
|
| 3 |
+
size 55177552
|
v0.3.0/ShellAgent_macos_portable.app/Contents/Resources/icon-windowed.icns
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b90a3b56e59169be0f86fe0410699f42ccaa16a0c85d980ef0eb6068032f0b36
|
| 3 |
+
size 110199
|
v0.3.0/ShellAgent_macos_portable.app/Contents/_CodeSignature/CodeResources
ADDED
|
@@ -0,0 +1,128 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
| 3 |
+
<plist version="1.0">
|
| 4 |
+
<dict>
|
| 5 |
+
<key>files</key>
|
| 6 |
+
<dict>
|
| 7 |
+
<key>Resources/icon-windowed.icns</key>
|
| 8 |
+
<data>
|
| 9 |
+
eEHOuYpZLB0vKGVIWGZOh5rH8+o=
|
| 10 |
+
</data>
|
| 11 |
+
</dict>
|
| 12 |
+
<key>files2</key>
|
| 13 |
+
<dict>
|
| 14 |
+
<key>Resources/icon-windowed.icns</key>
|
| 15 |
+
<dict>
|
| 16 |
+
<key>hash2</key>
|
| 17 |
+
<data>
|
| 18 |
+
uQo7VuWRab4Phv4EEGmfQsyqFqDIXZgO8OtgaAMvCzY=
|
| 19 |
+
</data>
|
| 20 |
+
</dict>
|
| 21 |
+
</dict>
|
| 22 |
+
<key>rules</key>
|
| 23 |
+
<dict>
|
| 24 |
+
<key>^Resources/</key>
|
| 25 |
+
<true/>
|
| 26 |
+
<key>^Resources/.*\.lproj/</key>
|
| 27 |
+
<dict>
|
| 28 |
+
<key>optional</key>
|
| 29 |
+
<true/>
|
| 30 |
+
<key>weight</key>
|
| 31 |
+
<real>1000</real>
|
| 32 |
+
</dict>
|
| 33 |
+
<key>^Resources/.*\.lproj/locversion.plist$</key>
|
| 34 |
+
<dict>
|
| 35 |
+
<key>omit</key>
|
| 36 |
+
<true/>
|
| 37 |
+
<key>weight</key>
|
| 38 |
+
<real>1100</real>
|
| 39 |
+
</dict>
|
| 40 |
+
<key>^Resources/Base\.lproj/</key>
|
| 41 |
+
<dict>
|
| 42 |
+
<key>weight</key>
|
| 43 |
+
<real>1010</real>
|
| 44 |
+
</dict>
|
| 45 |
+
<key>^version.plist$</key>
|
| 46 |
+
<true/>
|
| 47 |
+
</dict>
|
| 48 |
+
<key>rules2</key>
|
| 49 |
+
<dict>
|
| 50 |
+
<key>.*\.dSYM($|/)</key>
|
| 51 |
+
<dict>
|
| 52 |
+
<key>weight</key>
|
| 53 |
+
<real>11</real>
|
| 54 |
+
</dict>
|
| 55 |
+
<key>^(.*/)?\.DS_Store$</key>
|
| 56 |
+
<dict>
|
| 57 |
+
<key>omit</key>
|
| 58 |
+
<true/>
|
| 59 |
+
<key>weight</key>
|
| 60 |
+
<real>2000</real>
|
| 61 |
+
</dict>
|
| 62 |
+
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
|
| 63 |
+
<dict>
|
| 64 |
+
<key>nested</key>
|
| 65 |
+
<true/>
|
| 66 |
+
<key>weight</key>
|
| 67 |
+
<real>10</real>
|
| 68 |
+
</dict>
|
| 69 |
+
<key>^.*</key>
|
| 70 |
+
<true/>
|
| 71 |
+
<key>^Info\.plist$</key>
|
| 72 |
+
<dict>
|
| 73 |
+
<key>omit</key>
|
| 74 |
+
<true/>
|
| 75 |
+
<key>weight</key>
|
| 76 |
+
<real>20</real>
|
| 77 |
+
</dict>
|
| 78 |
+
<key>^PkgInfo$</key>
|
| 79 |
+
<dict>
|
| 80 |
+
<key>omit</key>
|
| 81 |
+
<true/>
|
| 82 |
+
<key>weight</key>
|
| 83 |
+
<real>20</real>
|
| 84 |
+
</dict>
|
| 85 |
+
<key>^Resources/</key>
|
| 86 |
+
<dict>
|
| 87 |
+
<key>weight</key>
|
| 88 |
+
<real>20</real>
|
| 89 |
+
</dict>
|
| 90 |
+
<key>^Resources/.*\.lproj/</key>
|
| 91 |
+
<dict>
|
| 92 |
+
<key>optional</key>
|
| 93 |
+
<true/>
|
| 94 |
+
<key>weight</key>
|
| 95 |
+
<real>1000</real>
|
| 96 |
+
</dict>
|
| 97 |
+
<key>^Resources/.*\.lproj/locversion.plist$</key>
|
| 98 |
+
<dict>
|
| 99 |
+
<key>omit</key>
|
| 100 |
+
<true/>
|
| 101 |
+
<key>weight</key>
|
| 102 |
+
<real>1100</real>
|
| 103 |
+
</dict>
|
| 104 |
+
<key>^Resources/Base\.lproj/</key>
|
| 105 |
+
<dict>
|
| 106 |
+
<key>weight</key>
|
| 107 |
+
<real>1010</real>
|
| 108 |
+
</dict>
|
| 109 |
+
<key>^[^/]+$</key>
|
| 110 |
+
<dict>
|
| 111 |
+
<key>nested</key>
|
| 112 |
+
<true/>
|
| 113 |
+
<key>weight</key>
|
| 114 |
+
<real>10</real>
|
| 115 |
+
</dict>
|
| 116 |
+
<key>^embedded\.provisionprofile$</key>
|
| 117 |
+
<dict>
|
| 118 |
+
<key>weight</key>
|
| 119 |
+
<real>20</real>
|
| 120 |
+
</dict>
|
| 121 |
+
<key>^version\.plist$</key>
|
| 122 |
+
<dict>
|
| 123 |
+
<key>weight</key>
|
| 124 |
+
<real>20</real>
|
| 125 |
+
</dict>
|
| 126 |
+
</dict>
|
| 127 |
+
</dict>
|
| 128 |
+
</plist>
|