Skip to content

Commit

Permalink
feat: macos: set wireshark title to container/nifs in packetflix sche…
Browse files Browse the repository at this point in the history
…me handler

Signed-off-by: thediveo <[email protected]>
Co-Authored-By: Roman Dodin <[email protected]>
  • Loading branch information
thediveo and hellt committed Feb 16, 2024
1 parent 497eb86 commit 14c8eba
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/buildandrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,14 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Package macos packetflix-handler.app
run: |
cd packaging/macos/packetflix-handler
zip -9 -y -r -q ../../../packetflix-handler.zip packetflix-handler.app
- name: Release packetflix-handler.zip
uses: softprops/action-gh-release@v1
with:
files: packaging/macos/packetflix-handler/packetflix-handler.zip
files: packetflix-handler.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>packetflix-handler</string>
<string>Edgeshark packetflix:// Handler</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
Expand Down Expand Up @@ -49,17 +49,17 @@
<key>bundleDividerCollapsed</key>
<false/>
<key>bundlePositionOfDivider</key>
<real>436</real>
<real>894</real>
<key>dividerCollapsed</key>
<false/>
<key>eventLogLevel</key>
<integer>2</integer>
<key>name</key>
<string>ScriptWindowState</string>
<key>positionOfDivider</key>
<real>419</real>
<real>395</real>
<key>savedFrame</key>
<string>612 165 700 678 0 0 1440 875 </string>
<string>154 165 1158 678 0 0 1440 875 </string>
<key>selectedTab</key>
<string>description</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<dict>
<key>Resources/Scripts/main.scpt</key>
<data>
gH5rHeFw11GO72dNArw+WXD2k5Q=
MEHND8Mkj4zdMvsWbgH9xE9yYTk=
</data>
<key>Resources/applet.icns</key>
<data>
sINd6lbiqHD5dL8c6u79cFvVXhw=
ZH9zBOd1aM/nLXYxEfsA0hPuE2k=
</data>
<key>Resources/applet.rsrc</key>
<data>
Expand All @@ -27,22 +27,22 @@
<dict>
<key>hash</key>
<data>
gH5rHeFw11GO72dNArw+WXD2k5Q=
MEHND8Mkj4zdMvsWbgH9xE9yYTk=
</data>
<key>hash2</key>
<data>
JC3Py6ltOyb7zvQ5kSOvmjAeEzekx/dMsbGsfIEvIUA=
GNuDpjggQQANiEIsuIB0lMlcKl5LVd0AUH/HKhbm6n0=
</data>
</dict>
<key>Resources/applet.icns</key>
<dict>
<key>hash</key>
<data>
sINd6lbiqHD5dL8c6u79cFvVXhw=
ZH9zBOd1aM/nLXYxEfsA0hPuE2k=
</data>
<key>hash2</key>
<data>
J7weZ6vlnv9r32tS5HFcyuPXl2StdDnfepLxAixlryk=
pwn0N01OJEuvtzZ+BtHA1+M9iJ33iB4Cv343T0A380k=
</data>
</dict>
<key>Resources/applet.rsrc</key>
Expand Down
Binary file not shown.

0 comments on commit 14c8eba

Please sign in to comment.