Skip to content

Add macOS Fleet-maintained apps (D) - #47401

Merged
allenhouchins merged 8 commits into
mainfrom
new-mac-fmas-d
Jun 11, 2026
Merged

Add macOS Fleet-maintained apps (D)#47401
allenhouchins merged 8 commits into
mainfrom
new-mac-fmas-d

Conversation

@allenhouchins

@allenhouchins allenhouchins commented Jun 11, 2026

Copy link
Copy Markdown
Member

Adds 43 Fleet-maintained app(s) whose cask token starts with 'D': inputs, outputs, app icons (TSX + website PNG), and the matching index.ts and apps.json entries.

Summary by CodeRabbit

  • New Features
    • Added support for 40+ new macOS applications (e.g., DaisyDisk, Dangerzone, DarkModeBuddy, DataSpell, Deezer, DuckDuckGo, and many more) so users can discover, install, update, and remove them via the platform.
    • Added application-specific installer/uninstaller behaviors to improve safe installs and clean removals.
    • Added UI icons for all newly supported applications for clearer visual identification.

Adds 43 Fleet-maintained app(s) whose cask token starts with 'D':
inputs, outputs, app icons (TSX + website PNG), and the matching
index.ts and apps.json entries. Split out from #47121.
# Conflicts:
#	ee/maintained-apps/outputs/apps.json
#	frontend/pages/SoftwarePage/components/icons/index.ts
@codecov

codecov Bot commented Jun 11, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 50.00000% with 34 lines in your changes missing coverage. Please review.
✅ Project coverage is 67.18%. Comparing base (26c7b8d) to head (c785bdd).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
.../pages/SoftwarePage/components/icons/Daisydisk.tsx 50.00% 1 Missing ⚠️
...pages/SoftwarePage/components/icons/Dangerzone.tsx 50.00% 1 Missing ⚠️
...es/SoftwarePage/components/icons/Darkmodebuddy.tsx 50.00% 1 Missing ⚠️
.../pages/SoftwarePage/components/icons/Darktable.tsx 50.00% 1 Missing ⚠️
.../pages/SoftwarePage/components/icons/Dataflare.tsx 50.00% 1 Missing ⚠️
.../pages/SoftwarePage/components/icons/Dataspell.tsx 50.00% 1 Missing ⚠️
...nd/pages/SoftwarePage/components/icons/Dayflow.tsx 50.00% 1 Missing ⚠️
...end/pages/SoftwarePage/components/icons/Dbgate.tsx 50.00% 1 Missing ⚠️
...ges/SoftwarePage/components/icons/Dbvisualizer.tsx 50.00% 1 Missing ⚠️
...d/pages/SoftwarePage/components/icons/Debookee.tsx 50.00% 1 Missing ⚠️
... and 24 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #47401      +/-   ##
==========================================
- Coverage   67.20%   67.18%   -0.03%     
==========================================
  Files        3350     3389      +39     
  Lines      228159   227661     -498     
  Branches    11898    11861      -37     
==========================================
- Hits       153342   152946     -396     
+ Misses      60990    60949      -41     
+ Partials    13827    13766      -61     
Flag Coverage Δ
frontend 57.94% <50.00%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Revert trailing commas in function-call args / reduce initializer that
were introduced during conflict resolution; repo pins prettier 2.2.1
(trailingComma: es5) which forbids them there.
@allenhouchins
allenhouchins marked this pull request as ready for review June 11, 2026 16:50
@allenhouchins
allenhouchins requested a review from a team as a code owner June 11, 2026 16:50
Copilot AI review requested due to automatic review settings June 11, 2026 16:50

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a new batch of macOS Fleet-maintained apps (Homebrew casks starting with “D”), including their maintained-app input definitions, generated output manifests (with install/uninstall scripts), and wiring for app icons in the Software page.

Changes:

  • Added many new ee/maintained-apps/inputs/homebrew/*.json app definitions for “D*” casks.
  • Added corresponding ee/maintained-apps/outputs/*/darwin.json generated manifests with version queries and install/uninstall scripts.
  • Registered the new app icons in frontend/pages/SoftwarePage/components/icons/index.ts so the UI can render them.

Reviewed changes

Copilot reviewed 121 out of 174 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
frontend/pages/SoftwarePage/components/icons/index.ts Adds icon imports + name→icon mappings for the new “D*” maintained apps.
ee/maintained-apps/outputs/daisydisk/darwin.json Adds generated macOS manifest/scripts for DaisyDisk.
ee/maintained-apps/outputs/dangerzone/darwin.json Adds generated macOS manifest/scripts for Dangerzone.
ee/maintained-apps/outputs/darkmodebuddy/darwin.json Adds generated macOS manifest/scripts for DarkModeBuddy.
ee/maintained-apps/outputs/darktable/darwin.json Adds generated macOS manifest/scripts for darktable.
ee/maintained-apps/outputs/dataflare/darwin.json Adds generated macOS manifest/scripts for Dataflare.
ee/maintained-apps/outputs/dataspell/darwin.json Adds generated macOS manifest/scripts for DataSpell.
ee/maintained-apps/outputs/dayflow/darwin.json Adds generated macOS manifest/scripts for Dayflow.
ee/maintained-apps/outputs/dbgate/darwin.json Adds generated macOS manifest/scripts for DbGate.
ee/maintained-apps/outputs/dbvisualizer/darwin.json Adds generated macOS manifest/scripts for DbVisualizer.
ee/maintained-apps/outputs/debookee/darwin.json Adds generated macOS manifest/scripts for Debookee.
ee/maintained-apps/outputs/deckset/darwin.json Adds generated macOS manifest/scripts for Deckset.
ee/maintained-apps/outputs/deezer/darwin.json Adds generated macOS manifest/scripts for Deezer.
ee/maintained-apps/outputs/default-folder-x/darwin.json Adds generated macOS manifest/scripts for Default Folder X.
ee/maintained-apps/outputs/descript/darwin.json Adds generated macOS manifest/scripts for Descript.
ee/maintained-apps/outputs/deskpad/darwin.json Adds generated macOS manifest/scripts for DeskPad.
ee/maintained-apps/outputs/desktime/darwin.json Adds generated macOS manifest/scripts for DeskTime.
ee/maintained-apps/outputs/devknife/darwin.json Adds generated macOS manifest/scripts for DevKnife.
ee/maintained-apps/outputs/devonsphere-express/darwin.json Adds generated macOS manifest/scripts for DEVONsphere Express.
ee/maintained-apps/outputs/devonthink/darwin.json Adds generated macOS manifest/scripts for DEVONthink.
ee/maintained-apps/outputs/devtoys/darwin.json Adds generated macOS manifest/scripts for DevToys.
ee/maintained-apps/outputs/devutils/darwin.json Adds generated macOS manifest/scripts for DevUtils.
ee/maintained-apps/outputs/dictionaries/darwin.json Adds generated macOS manifest/scripts for Dictionaries.
ee/maintained-apps/outputs/diffusionbee/darwin.json Adds generated macOS manifest/scripts for Diffusion Bee.
ee/maintained-apps/outputs/disk-drill/darwin.json Adds generated macOS manifest/scripts for Disk Drill.
ee/maintained-apps/outputs/dockdoor/darwin.json Adds generated macOS manifest/scripts for DockDoor.
ee/maintained-apps/outputs/dockfix/darwin.json Adds generated macOS manifest/scripts for DockFix.
ee/maintained-apps/outputs/dockside/darwin.json Adds generated macOS manifest/scripts for Dockside.
ee/maintained-apps/outputs/dockview/darwin.json Adds generated macOS manifest/scripts for DockView.
ee/maintained-apps/outputs/dot/darwin.json Adds generated macOS manifest/scripts for Dot.
ee/maintained-apps/outputs/doughnut/darwin.json Adds generated macOS manifest/scripts for Doughnut.
ee/maintained-apps/outputs/downie/darwin.json Adds generated macOS manifest/scripts for Downie.
ee/maintained-apps/outputs/drata-agent/darwin.json Adds generated macOS manifest/scripts for Drata Agent.
ee/maintained-apps/outputs/drawbot/darwin.json Adds generated macOS manifest/scripts for DrawBot.
ee/maintained-apps/outputs/dropdmg/darwin.json Adds generated macOS manifest/scripts for DropDMG.
ee/maintained-apps/outputs/dropshare/darwin.json Adds generated macOS manifest/scripts for Dropshare.
ee/maintained-apps/outputs/dropzone/darwin.json Adds generated macOS manifest/scripts for Dropzone.
ee/maintained-apps/outputs/duckduckgo/darwin.json Adds generated macOS manifest/scripts for DuckDuckGo.
ee/maintained-apps/outputs/dupeguru/darwin.json Adds generated macOS manifest/scripts for dupeGuru.
ee/maintained-apps/outputs/dynalist/darwin.json Adds generated macOS manifest/scripts for Dynalist.
ee/maintained-apps/inputs/homebrew/daisydisk.json Adds app input definition for DaisyDisk.
ee/maintained-apps/inputs/homebrew/dangerzone.json Adds app input definition for Dangerzone.
ee/maintained-apps/inputs/homebrew/darkmodebuddy.json Adds app input definition for DarkModeBuddy.
ee/maintained-apps/inputs/homebrew/darktable.json Adds app input definition for darktable.
ee/maintained-apps/inputs/homebrew/dataflare.json Adds app input definition for Dataflare.
ee/maintained-apps/inputs/homebrew/dataspell.json Adds app input definition for DataSpell.
ee/maintained-apps/inputs/homebrew/dayflow.json Adds app input definition for Dayflow.
ee/maintained-apps/inputs/homebrew/dbgate.json Adds app input definition for DbGate.
ee/maintained-apps/inputs/homebrew/dbvisualizer.json Adds app input definition for DbVisualizer.
ee/maintained-apps/inputs/homebrew/debookee.json Adds app input definition for Debookee.
ee/maintained-apps/inputs/homebrew/deckset.json Adds app input definition for Deckset.
ee/maintained-apps/inputs/homebrew/deezer.json Adds app input definition for Deezer.
ee/maintained-apps/inputs/homebrew/default-folder-x.json Adds app input definition for Default Folder X.
ee/maintained-apps/inputs/homebrew/descript.json Adds app input definition for Descript.
ee/maintained-apps/inputs/homebrew/deskpad.json Adds app input definition for DeskPad.
ee/maintained-apps/inputs/homebrew/desktime.json Adds app input definition for DeskTime.
ee/maintained-apps/inputs/homebrew/devknife.json Adds app input definition for DevKnife.
ee/maintained-apps/inputs/homebrew/devonsphere-express.json Adds app input definition for DEVONsphere Express.
ee/maintained-apps/inputs/homebrew/devonthink.json Adds app input definition for DEVONthink.
ee/maintained-apps/inputs/homebrew/devtoys.json Adds app input definition for DevToys.
ee/maintained-apps/inputs/homebrew/devutils.json Adds app input definition for DevUtils.
ee/maintained-apps/inputs/homebrew/dictionaries.json Adds app input definition for Dictionaries.
ee/maintained-apps/inputs/homebrew/diffusionbee.json Adds app input definition for Diffusion Bee.
ee/maintained-apps/inputs/homebrew/digikam.json Adds app input definition for digiKam.
ee/maintained-apps/inputs/homebrew/disk-drill.json Adds app input definition for Disk Drill.
ee/maintained-apps/inputs/homebrew/dockdoor.json Adds app input definition for DockDoor.
ee/maintained-apps/inputs/homebrew/dockfix.json Adds app input definition for DockFix.
ee/maintained-apps/inputs/homebrew/dockside.json Adds app input definition for Dockside.
ee/maintained-apps/inputs/homebrew/dockview.json Adds app input definition for DockView.
ee/maintained-apps/inputs/homebrew/dot.json Adds app input definition for Dot.
ee/maintained-apps/inputs/homebrew/doughnut.json Adds app input definition for Doughnut.
ee/maintained-apps/inputs/homebrew/downie.json Adds app input definition for Downie.
ee/maintained-apps/inputs/homebrew/drata-agent.json Adds app input definition for Drata Agent.
ee/maintained-apps/inputs/homebrew/drawbot.json Adds app input definition for DrawBot.
ee/maintained-apps/inputs/homebrew/dropdmg.json Adds app input definition for DropDMG.
ee/maintained-apps/inputs/homebrew/droplr.json Adds app input definition for Droplr.
ee/maintained-apps/inputs/homebrew/dropshare.json Adds app input definition for Dropshare.
ee/maintained-apps/inputs/homebrew/dropzone.json Adds app input definition for Dropzone.
ee/maintained-apps/inputs/homebrew/duckduckgo.json Adds app input definition for DuckDuckGo.
ee/maintained-apps/inputs/homebrew/duet.json Adds app input definition for Duet.
ee/maintained-apps/inputs/homebrew/dupeguru.json Adds app input definition for dupeGuru.
ee/maintained-apps/inputs/homebrew/dynalist.json Adds app input definition for Dynalist.
ee/maintained-apps/inputs/homebrew/dymo-connect.json Adds app input definition for Dymo Connect.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread ee/maintained-apps/outputs/disk-drill/darwin.json
Comment thread ee/maintained-apps/outputs/desktime/darwin.json
@coderabbitai

coderabbitai Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 6cd324ee-b034-4fd0-9645-d9f021873e31

📥 Commits

Reviewing files that changed from the base of the PR and between 0d3da8f and c785bdd.

📒 Files selected for processing (4)
  • ee/maintained-apps/inputs/homebrew/darktable.json
  • ee/maintained-apps/inputs/homebrew/descript.json
  • ee/maintained-apps/inputs/homebrew/downie.json
  • ee/maintained-apps/outputs/apps.json
✅ Files skipped from review due to trivial changes (2)
  • ee/maintained-apps/inputs/homebrew/descript.json
  • ee/maintained-apps/inputs/homebrew/downie.json
🚧 Files skipped from review as they are similar to previous changes (2)
  • ee/maintained-apps/inputs/homebrew/darktable.json
  • ee/maintained-apps/outputs/apps.json

Walkthrough

Adds Homebrew input JSON manifests for many macOS apps, updates or adds per-app darwin output manifests (versions, installer URLs, sha256, install/uninstall script refs), updates ee/maintained-apps/outputs/apps.json to include and reorder new entries, and adds matching React TypeScript SVG icon components under frontend/pages/SoftwarePage/components/icons.

Possibly related PRs

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch new-mac-fmas-d

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 11

🧹 Nitpick comments (2)
ee/maintained-apps/outputs/descript/darwin.json (1)

13-15: 💤 Low value

Category "Developer tools" may be incorrect for Descript.

Descript is an audio/video editing and transcription tool. Consider using a more appropriate category such as "Media", "Video", or "Productivity" instead of "Developer tools".

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@ee/maintained-apps/outputs/descript/darwin.json` around lines 13 - 15, The
default_categories entry currently lists "Developer tools" which is inaccurate
for Descript; update the "default_categories" array in
ee/maintained-apps/outputs/descript/darwin.json (the default_categories key) to
a more appropriate category such as "Media", "Video", or "Productivity" (e.g.,
replace "Developer tools" with "Media" or another chosen category) so the app is
categorized correctly.
ee/maintained-apps/outputs/deezer/darwin.json (1)

13-15: 💤 Low value

Category "Productivity" may be incorrect for a music streaming app.

Deezer is a music streaming service. Consider using a more appropriate category such as "Music" or "Entertainment" instead of "Productivity".

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@ee/maintained-apps/outputs/deezer/darwin.json` around lines 13 - 15, The
"default_categories" entry currently lists "Productivity" which is incorrect for
a music streaming app; update the value of the "default_categories" array in the
JSON (the "default_categories" key) to a more appropriate category such as
"Music" or "Entertainment" (e.g., replace "Productivity" with "Music") so the
app is categorized correctly.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@ee/maintained-apps/inputs/homebrew/darktable.json`:
- Around line 7-9: The "default_categories" entry currently lists "Developer
tools" for darktable which is incorrect; update the JSON array under the
"default_categories" key (the existing "default_categories" field containing
"Developer tools") to use an appropriate category such as "Photography" or
"Graphics & Design" (or both) so the app is categorized as a
photography/multimedia tool instead of a developer tool.

In `@ee/maintained-apps/inputs/homebrew/descript.json`:
- Around line 7-8: Update the Descript entry by changing its
"default_categories" value from ["Developer tools"] to ["Productivity"] (or
another media-related category) in the descript.json file; locate the
"default_categories" key for the Descript app in
ee/maintained-apps/inputs/homebrew/descript.json and replace the current
category array accordingly so it matches similar media/audio apps like Audacity
and OBS.

In `@ee/maintained-apps/outputs/apps.json`:
- Around line 1482-1487: The description for the DarkModeBuddy entry
(unique_identifier "codes.rambo.DarkModeBuddy", slug "darkmodebuddy/darwin")
contains broken user-facing copy ("an automatically switch...") — update its
"description" field to a single, grammatical present‑tense sentence (e.g.,
"Automatically switches between light and dark modes based on the ambient light
sensor.") and apply the same cleanup to other entries with similar issues
(phrases like "a presentations from Markdown", "a collect...", "a utilities...",
"a downloads...", "a finds...", "outlining app for your work") by searching the
apps.json descriptions for leading "a"/"an" + noun/gerund constructions or
truncated phrases and normalizing them to concise, grammatically correct,
user-facing descriptions.

In `@ee/maintained-apps/outputs/dataspell/darwin.json`:
- Line 19: Remove the cwd-relative dangerous deletion by deleting the line "sudo
rm -rf 'dataspell'" from the uninstall payload (the block that also contains
sudo rm -rf "$APPDIR/DataSpell.app"); keep the APPDIR removal and the trash()
invocations intact (they handle user-specific files). Search for the exact
string sudo rm -rf 'dataspell' in this JSON entry and remove that line in this
file and any other similar uninstall payloads under ee/maintained-apps/outputs/
to avoid accidental removal of ./dataspell when running as root.

In `@ee/maintained-apps/outputs/debookee/darwin.json`:
- Line 12: The manifest currently disables integrity checking by setting the
JSON field "sha256" to "no_check"; replace this with a pinned, known-good SHA256
checksum of the installer (or, if skipping verification is intentional, add a
clear justification comment/metadata explaining why verification is skipped and
reference the vendor behavior), ensuring the "sha256" field contains the actual
checksum string rather than "no_check" and update any associated release notes
or documentation accordingly.

In `@ee/maintained-apps/outputs/desktime/darwin.json`:
- Line 20: The quit_application function expects a bundle identifier but the
script calls quit_application 'DeskTime' (app name); change the invocation to
use the bundle ID (e.g. com.desktime.DeskTime) so osascript checks "application
id" correctly—update the call site that currently reads quit_application
'DeskTime' to quit_application 'com.desktime.DeskTime' (leave the
quit_application function unchanged).

In `@ee/maintained-apps/outputs/disk-drill/darwin.json`:
- Line 19: The uninstall subshell is calling a non-existent Homebrew Cask path
and uses single quotes that prevent expansion: replace the line calling "(cd
/Users/$LOGGED_IN_USER && sudo
'$HOMEBREW_PREFIX/Caskroom/disk-drill/6.2.2219/Disk
Drill.app/Contents/Resources/uninstall')" with a check that the installed app's
vendor uninstaller exists under the packaged app at "$APPDIR/Disk
Drill.app/Contents/Resources/uninstall" (use APPDIR and LOGGED_IN_USER names
from the file), and only run it (with sudo) if it exists; ensure you remove the
single quotes so any variables expand and guard the call with an existence test
before invoking the uninstaller.

In `@ee/maintained-apps/outputs/downie/darwin.json`:
- Around line 13-15: The "default_categories" entry currently lists "Developer
tools" which is incorrect for Downie; update the default_categories array (the
"default_categories" field for Downie in the JSON) to a suitable category such
as "Media" or "Productivity" (e.g., replace "Developer tools" with "Media") so
the app is categorized correctly.

In `@ee/maintained-apps/outputs/dropshare/darwin.json`:
- Around line 19-20: The ds symlink is created with a relative path (the ln -h
-f -s -- ... "ds" line) and removed by sudo rm -rf 'ds' in the uninstall script,
which risks touching the wrong cwd; change both the symlink creation (in the
installer script where ln is invoked) and the removal (in the uninstaller where
sudo rm -rf 'ds' is called) to use a fixed, explicit absolute path (e.g. a
system bin dir or another agreed location) so the installer always places the
link in a known location and the uninstaller always removes that exact same
file; update any related comments or variables (referenced symbols: the ln
invocation creating "ds" and the sudo rm -rf 'ds' removal) to use the same
absolute path.

In `@ee/maintained-apps/outputs/duet/darwin.json`:
- Line 19: The two sudo rmdir calls use single-quoted tilde paths which do not
expand; replace those invocations so the paths resolve to the user home (either
call the existing trash function or construct expanded paths with
"/Users/$LOGGED_IN_USER/Library/..." and use double quotes), e.g. update the
lines that call sudo rmdir '~/Library/Caches/com.crashlytics.data' and sudo
rmdir '~/Library/Caches/io.fabric.sdk.mac.data' to use expanded home paths or
the trash helper (referencing LOGGED_IN_USER and the trash() function) so the
directories are correctly targeted.

In `@ee/maintained-apps/outputs/dymo-connect/darwin.json`:
- Line 20: The installer invocation hardcodes a specific filename causing
failures if the downloaded file name differs; update the installer command to
use the existing INSTALLER_PATH variable instead of
"$TMPDIR/DCDMac1.6.0.41-Arm64.pkg" (locate the call near the script bottom where
quit_and_track_application and relaunch_application are invoked and replace the
hardcoded pkg path with "$INSTALLER_PATH"), leaving TMPDIR and the
quit_and_track_application/relaunch_application logic unchanged.

---

Nitpick comments:
In `@ee/maintained-apps/outputs/deezer/darwin.json`:
- Around line 13-15: The "default_categories" entry currently lists
"Productivity" which is incorrect for a music streaming app; update the value of
the "default_categories" array in the JSON (the "default_categories" key) to a
more appropriate category such as "Music" or "Entertainment" (e.g., replace
"Productivity" with "Music") so the app is categorized correctly.

In `@ee/maintained-apps/outputs/descript/darwin.json`:
- Around line 13-15: The default_categories entry currently lists "Developer
tools" which is inaccurate for Descript; update the "default_categories" array
in ee/maintained-apps/outputs/descript/darwin.json (the default_categories key)
to a more appropriate category such as "Media", "Video", or "Productivity"
(e.g., replace "Developer tools" with "Media" or another chosen category) so the
app is categorized correctly.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 11d72c9d-fc41-447f-a71a-b204b2ff4977

📥 Commits

Reviewing files that changed from the base of the PR and between 26c7b8d and 0d3da8f.

⛔ Files ignored due to path filters (43)
  • website/assets/images/app-icon-daisydisk-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-dangerzone-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-darkmodebuddy-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-darktable-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-dataflare-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-dataspell-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-dayflow-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-dbgate-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-dbvisualizer-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-debookee-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-deckset-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-deezer-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-default-folder-x-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-descript-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-deskpad-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-desktime-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-devknife-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-devonsphere-express-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-devonthink-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-devtoys-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-devutils-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-dictionaries-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-diffusionbee-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-digikam-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-disk-drill-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-dockdoor-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-dockfix-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-dockside-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-dockview-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-dot-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-doughnut-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-downie-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-drata-agent-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-drawbot-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-dropdmg-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-droplr-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-dropshare-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-dropzone-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-duckduckgo-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-duet-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-dupeguru-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-dymo-connect-60x60@2x.png is excluded by !**/*.png
  • website/assets/images/app-icon-dynalist-60x60@2x.png is excluded by !**/*.png
📒 Files selected for processing (131)
  • ee/maintained-apps/inputs/homebrew/daisydisk.json
  • ee/maintained-apps/inputs/homebrew/dangerzone.json
  • ee/maintained-apps/inputs/homebrew/darkmodebuddy.json
  • ee/maintained-apps/inputs/homebrew/darktable.json
  • ee/maintained-apps/inputs/homebrew/dataflare.json
  • ee/maintained-apps/inputs/homebrew/dataspell.json
  • ee/maintained-apps/inputs/homebrew/dayflow.json
  • ee/maintained-apps/inputs/homebrew/dbgate.json
  • ee/maintained-apps/inputs/homebrew/dbvisualizer.json
  • ee/maintained-apps/inputs/homebrew/debookee.json
  • ee/maintained-apps/inputs/homebrew/deckset.json
  • ee/maintained-apps/inputs/homebrew/deezer.json
  • ee/maintained-apps/inputs/homebrew/default-folder-x.json
  • ee/maintained-apps/inputs/homebrew/descript.json
  • ee/maintained-apps/inputs/homebrew/deskpad.json
  • ee/maintained-apps/inputs/homebrew/desktime.json
  • ee/maintained-apps/inputs/homebrew/devknife.json
  • ee/maintained-apps/inputs/homebrew/devonsphere-express.json
  • ee/maintained-apps/inputs/homebrew/devonthink.json
  • ee/maintained-apps/inputs/homebrew/devtoys.json
  • ee/maintained-apps/inputs/homebrew/devutils.json
  • ee/maintained-apps/inputs/homebrew/dictionaries.json
  • ee/maintained-apps/inputs/homebrew/diffusionbee.json
  • ee/maintained-apps/inputs/homebrew/digikam.json
  • ee/maintained-apps/inputs/homebrew/disk-drill.json
  • ee/maintained-apps/inputs/homebrew/dockdoor.json
  • ee/maintained-apps/inputs/homebrew/dockfix.json
  • ee/maintained-apps/inputs/homebrew/dockside.json
  • ee/maintained-apps/inputs/homebrew/dockview.json
  • ee/maintained-apps/inputs/homebrew/dot.json
  • ee/maintained-apps/inputs/homebrew/doughnut.json
  • ee/maintained-apps/inputs/homebrew/downie.json
  • ee/maintained-apps/inputs/homebrew/drata-agent.json
  • ee/maintained-apps/inputs/homebrew/drawbot.json
  • ee/maintained-apps/inputs/homebrew/dropdmg.json
  • ee/maintained-apps/inputs/homebrew/droplr.json
  • ee/maintained-apps/inputs/homebrew/dropshare.json
  • ee/maintained-apps/inputs/homebrew/dropzone.json
  • ee/maintained-apps/inputs/homebrew/duckduckgo.json
  • ee/maintained-apps/inputs/homebrew/duet.json
  • ee/maintained-apps/inputs/homebrew/dupeguru.json
  • ee/maintained-apps/inputs/homebrew/dymo-connect.json
  • ee/maintained-apps/inputs/homebrew/dynalist.json
  • ee/maintained-apps/outputs/apps.json
  • ee/maintained-apps/outputs/daisydisk/darwin.json
  • ee/maintained-apps/outputs/dangerzone/darwin.json
  • ee/maintained-apps/outputs/darkmodebuddy/darwin.json
  • ee/maintained-apps/outputs/darktable/darwin.json
  • ee/maintained-apps/outputs/dataflare/darwin.json
  • ee/maintained-apps/outputs/dataspell/darwin.json
  • ee/maintained-apps/outputs/dayflow/darwin.json
  • ee/maintained-apps/outputs/dbgate/darwin.json
  • ee/maintained-apps/outputs/dbvisualizer/darwin.json
  • ee/maintained-apps/outputs/debookee/darwin.json
  • ee/maintained-apps/outputs/deckset/darwin.json
  • ee/maintained-apps/outputs/deezer/darwin.json
  • ee/maintained-apps/outputs/default-folder-x/darwin.json
  • ee/maintained-apps/outputs/descript/darwin.json
  • ee/maintained-apps/outputs/deskpad/darwin.json
  • ee/maintained-apps/outputs/desktime/darwin.json
  • ee/maintained-apps/outputs/devknife/darwin.json
  • ee/maintained-apps/outputs/devonsphere-express/darwin.json
  • ee/maintained-apps/outputs/devonthink/darwin.json
  • ee/maintained-apps/outputs/devtoys/darwin.json
  • ee/maintained-apps/outputs/devutils/darwin.json
  • ee/maintained-apps/outputs/dictionaries/darwin.json
  • ee/maintained-apps/outputs/diffusionbee/darwin.json
  • ee/maintained-apps/outputs/digikam/darwin.json
  • ee/maintained-apps/outputs/disk-drill/darwin.json
  • ee/maintained-apps/outputs/dockdoor/darwin.json
  • ee/maintained-apps/outputs/dockfix/darwin.json
  • ee/maintained-apps/outputs/dockside/darwin.json
  • ee/maintained-apps/outputs/dockview/darwin.json
  • ee/maintained-apps/outputs/dot/darwin.json
  • ee/maintained-apps/outputs/doughnut/darwin.json
  • ee/maintained-apps/outputs/downie/darwin.json
  • ee/maintained-apps/outputs/drata-agent/darwin.json
  • ee/maintained-apps/outputs/drawbot/darwin.json
  • ee/maintained-apps/outputs/dropdmg/darwin.json
  • ee/maintained-apps/outputs/droplr/darwin.json
  • ee/maintained-apps/outputs/dropshare/darwin.json
  • ee/maintained-apps/outputs/dropzone/darwin.json
  • ee/maintained-apps/outputs/duckduckgo/darwin.json
  • ee/maintained-apps/outputs/duet/darwin.json
  • ee/maintained-apps/outputs/dupeguru/darwin.json
  • ee/maintained-apps/outputs/dymo-connect/darwin.json
  • ee/maintained-apps/outputs/dynalist/darwin.json
  • frontend/pages/SoftwarePage/components/icons/Daisydisk.tsx
  • frontend/pages/SoftwarePage/components/icons/Dangerzone.tsx
  • frontend/pages/SoftwarePage/components/icons/Darkmodebuddy.tsx
  • frontend/pages/SoftwarePage/components/icons/Darktable.tsx
  • frontend/pages/SoftwarePage/components/icons/Dataflare.tsx
  • frontend/pages/SoftwarePage/components/icons/Dataspell.tsx
  • frontend/pages/SoftwarePage/components/icons/Dayflow.tsx
  • frontend/pages/SoftwarePage/components/icons/Dbgate.tsx
  • frontend/pages/SoftwarePage/components/icons/Dbvisualizer.tsx
  • frontend/pages/SoftwarePage/components/icons/Debookee.tsx
  • frontend/pages/SoftwarePage/components/icons/Deckset.tsx
  • frontend/pages/SoftwarePage/components/icons/Deezer.tsx
  • frontend/pages/SoftwarePage/components/icons/DefaultFolderX.tsx
  • frontend/pages/SoftwarePage/components/icons/Descript.tsx
  • frontend/pages/SoftwarePage/components/icons/Deskpad.tsx
  • frontend/pages/SoftwarePage/components/icons/Desktime.tsx
  • frontend/pages/SoftwarePage/components/icons/Devknife.tsx
  • frontend/pages/SoftwarePage/components/icons/DevonsphereExpress.tsx
  • frontend/pages/SoftwarePage/components/icons/Devonthink.tsx
  • frontend/pages/SoftwarePage/components/icons/Devtoys.tsx
  • frontend/pages/SoftwarePage/components/icons/Devutils.tsx
  • frontend/pages/SoftwarePage/components/icons/Dictionaries.tsx
  • frontend/pages/SoftwarePage/components/icons/Diffusionbee.tsx
  • frontend/pages/SoftwarePage/components/icons/Digikam.tsx
  • frontend/pages/SoftwarePage/components/icons/DiskDrill.tsx
  • frontend/pages/SoftwarePage/components/icons/Dockdoor.tsx
  • frontend/pages/SoftwarePage/components/icons/Dockfix.tsx
  • frontend/pages/SoftwarePage/components/icons/Dockside.tsx
  • frontend/pages/SoftwarePage/components/icons/Dockview.tsx
  • frontend/pages/SoftwarePage/components/icons/Dot.tsx
  • frontend/pages/SoftwarePage/components/icons/Doughnut.tsx
  • frontend/pages/SoftwarePage/components/icons/Downie.tsx
  • frontend/pages/SoftwarePage/components/icons/DrataAgent.tsx
  • frontend/pages/SoftwarePage/components/icons/Drawbot.tsx
  • frontend/pages/SoftwarePage/components/icons/Dropdmg.tsx
  • frontend/pages/SoftwarePage/components/icons/Droplr.tsx
  • frontend/pages/SoftwarePage/components/icons/Dropshare.tsx
  • frontend/pages/SoftwarePage/components/icons/Dropzone.tsx
  • frontend/pages/SoftwarePage/components/icons/Duckduckgo.tsx
  • frontend/pages/SoftwarePage/components/icons/Duet.tsx
  • frontend/pages/SoftwarePage/components/icons/Dupeguru.tsx
  • frontend/pages/SoftwarePage/components/icons/DymoConnect.tsx
  • frontend/pages/SoftwarePage/components/icons/Dynalist.tsx
  • frontend/pages/SoftwarePage/components/icons/index.ts

Comment thread ee/maintained-apps/inputs/homebrew/darktable.json
Comment thread ee/maintained-apps/inputs/homebrew/descript.json Outdated
Comment thread ee/maintained-apps/outputs/apps.json
Comment thread ee/maintained-apps/outputs/dataspell/darwin.json
Comment thread ee/maintained-apps/outputs/debookee/darwin.json
Comment thread ee/maintained-apps/outputs/disk-drill/darwin.json
Comment thread ee/maintained-apps/outputs/downie/darwin.json
Comment thread ee/maintained-apps/outputs/dropshare/darwin.json
Comment thread ee/maintained-apps/outputs/duet/darwin.json
Comment thread ee/maintained-apps/outputs/dymo-connect/darwin.json
@allenhouchins
allenhouchins merged commit 21e1ffd into main Jun 11, 2026
29 of 31 checks passed
@allenhouchins
allenhouchins deleted the new-mac-fmas-d branch June 11, 2026 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants