Brew Apps aus dem Terminal in „App“ umwandeln

  • eigenes Icon
  • eigenen Namen
  • kein Terminal-Icon im Dock
  • normales macOS-App-Verhalten

Beispiel EasyTAG

🔹 Script Editor öffnen

Neue Datei → folgendes Script verwenden:

🍎 Apple Silicon:

set myProcess to do shell script "/opt/homebrew/bin/easytag & echo $!"
repeat
    delay 1
    try
        do shell script "kill -0 " & myProcess
    on error
        exit repeat
    end try
end repeat

🖥 Intel:

set myProcess to do shell script "/usr/local/bin/easytag & echo $!"
repeat
    delay 1
    try
        do shell script "kill -0 " & myProcess
    on error
        exit repeat
    end try
end repeat

🔹 Als „Application“ speichern

Speicherort: /Applications

🔹 Eigenes Icon setzen

  1. Rechtsklick → „Informationen“
  2. Ein .icns oder PNG öffnen
  3. Bild anklicken → Cmd + C
  4. Im Info-Fenster oben links auf das kleine Icon klicken
  5. Cmd + V