<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Swift on Victor Salles</title><link>https://victorsalles.com/en/tags/swift/</link><description>Recent content in Swift on Victor Salles</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 15 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://victorsalles.com/en/tags/swift/index.xml" rel="self" type="application/rss+xml"/><item><title>LaunchPad Manager</title><link>https://victorsalles.com/en/projects/launchpad-manager/</link><pubDate>Sun, 15 Mar 2026 00:00:00 +0000</pubDate><guid>https://victorsalles.com/en/projects/launchpad-manager/</guid><description>&lt;h2 id="a-native-macos-app-for-managing-launchd-services">A native macOS app for managing launchd services&lt;/h2>
&lt;p>macOS uses &lt;code>launchd&lt;/code> to manage background services, scheduled tasks, and daemons. The built-in tooling for this is &lt;code>launchctl&lt;/code> — a CLI tool with inconsistent syntax and no visual interface. LaunchPad Manager fixes that.&lt;/p>
&lt;p>&lt;strong>What it does:&lt;/strong>&lt;/p>
&lt;p>A SwiftUI app with three main sections:&lt;/p>
&lt;p>&lt;strong>Dashboard&lt;/strong> — Shows all registered services with live status indicators, filtering by domain (user/system/global), sorting by name or status, and hover-accessible actions (start, stop, unload). Status auto-refreshes every 10 seconds via the &lt;code>launchctl&lt;/code> actor.&lt;/p></description></item></channel></rss>