Skip to content

Update Fleet-maintained apps#48385

Merged
allenhouchins merged 1 commit into
mainfrom
fma-2606281222
Jun 28, 2026
Merged

Update Fleet-maintained apps#48385
allenhouchins merged 1 commit into
mainfrom
fma-2606281222

Conversation

@fleet-release

@fleet-release fleet-release commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Updates
    • Updated the macOS package definition for FreeFileSync to version 14.10, including the latest download and installer details.
    • Refreshed uninstall behavior for Commander One and Gemini on macOS to remove additional leftover user files and preferences.

Generated automatically with cmd/maintained-apps.

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@github-actions

Copy link
Copy Markdown
Contributor

Script Diff Results

ee/maintained-apps/outputs/commander-one/darwin.json

=== Install Script (no changes) ===
=== Uninstall // 8944ff67 -> f24549cd ===

--- /tmp/old.ENbfSK	2026-06-28 12:26:41.176162421 +0000
+++ /tmp/new.mS5sGQ	2026-06-28 12:26:41.177162428 +0000
@@ -56,5 +56,10 @@
 trash $LOGGED_IN_USER '~/Library/Application Support/com.eltima.cmd1'
 trash $LOGGED_IN_USER '~/Library/Caches/com.eltima.cmd1'
 trash $LOGGED_IN_USER '~/Library/HTTPStorages/com.eltima.cmd1'
+trash $LOGGED_IN_USER '~/Library/Preferences/com.eltima.activator.xml'
 trash $LOGGED_IN_USER '~/Library/Preferences/com.eltima.cmd1.plist'
+trash $LOGGED_IN_USER '~/Library/Preferences/com.eltima.TCXDropboxFS.plist'
+trash $LOGGED_IN_USER '~/Library/Preferences/com.eltima.TCXFtpFS.plist'
+trash $LOGGED_IN_USER '~/Library/Preferences/com.eltima.TCXGDrive.plist'
+trash $LOGGED_IN_USER '~/Library/Preferences/com.eltima.TCXWebDAVFS.plist'
 trash $LOGGED_IN_USER '~/Library/Saved Application State/com.eltima.cmd1.savedState'

ee/maintained-apps/outputs/freefilesync/darwin.json

=== Install // a3b4ab17 -> 37ef9720 ===

--- /tmp/old.6b6vWy	2026-06-28 12:26:41.237162814 +0000
+++ /tmp/new.p0eElY	2026-06-28 12:26:41.237162814 +0000
@@ -98,5 +98,5 @@
 unzip "$INSTALLER_PATH" -d "$TMPDIR"
 # install pkg files
 quit_and_track_application 'org.freefilesync.FreeFileSync'
-sudo installer -pkg "$TMPDIR/FreeFileSync_14.9.pkg" -target /
+sudo installer -pkg "$TMPDIR/FreeFileSync_14.10.pkg" -target /
 relaunch_application 'org.freefilesync.FreeFileSync'

=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/google-gemini/darwin.json

=== Install Script (no changes) ===
=== Uninstall // 1df41440 -> bae9ae79 ===

--- /tmp/old.HmdT1p	2026-06-28 12:26:41.288163143 +0000
+++ /tmp/new.EBTAhz	2026-06-28 12:26:41.288163143 +0000
@@ -221,4 +221,4 @@
 trash $LOGGED_IN_USER '~/Library/Caches/com.google.GeminiMacOS.launcher'
 trash $LOGGED_IN_USER '~/Library/Google/GoogleSoftwareUpdate/Actives/com.google.GeminiMacOS'
 trash $LOGGED_IN_USER '~/Library/HTTPStorages/com.google.GeminiMacOS'
-trash $LOGGED_IN_USER '~/Library/Preferences/com.google.GeminiMacOS.plist'
+trash $LOGGED_IN_USER '~/Library/Preferences/com.google.GeminiMacOS.*'

@coderabbitai

coderabbitai Bot commented Jun 28, 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: 451d52fd-6e51-45a8-b5dc-8577f7da0861

📥 Commits

Reviewing files that changed from the base of the PR and between 4987673 and f7f7118.

📒 Files selected for processing (3)
  • ee/maintained-apps/outputs/commander-one/darwin.json
  • ee/maintained-apps/outputs/freefilesync/darwin.json
  • ee/maintained-apps/outputs/google-gemini/darwin.json

Walkthrough

Three macOS maintained-app JSON definitions are updated. FreeFileSync is bumped from version 14.9 to 14.10, with corresponding changes to version, queries.patched, installer_url, sha256, and install_script_ref (now installing FreeFileSync_14.10.pkg). Commander One's uninstall_script_ref is changed to a new ref whose script adds several additional ~/Library/Preferences plist files to the Trash cleanup set. Google Gemini's uninstall_script_ref is changed to a new ref that broadens the preferences cleanup from a single .plist to a wildcard com.google.GeminiMacOS.* pattern.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is too brief and omits the required issue, checklist items, and testing details from the template. Add the Related issue line and complete the checklist/testing sections, removing any irrelevant items if they do not apply.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title matches the main change: updating Fleet-maintained apps.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fma-2606281222

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@allenhouchins allenhouchins merged commit 834798b into main Jun 28, 2026
12 of 13 checks passed
@allenhouchins allenhouchins deleted the fma-2606281222 branch June 28, 2026 13:12
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.

2 participants