{"id":1605,"date":"2026-02-18T08:32:26","date_gmt":"2026-02-18T07:32:26","guid":{"rendered":"https:\/\/pcmacb.de\/?page_id=1605"},"modified":"2026-02-18T18:20:15","modified_gmt":"2026-02-18T17:20:15","slug":"brew-apps-aus-dem-terminal-in-app-umwandeln","status":"publish","type":"page","link":"https:\/\/pcmacb.de\/?page_id=1605","title":{"rendered":"Brew Apps aus dem Terminal in &#8222;App&#8220; umwandeln"},"content":{"rendered":"\n<ul class=\"wp-block-list\">\n<li>eigenes Icon<\/li>\n\n\n\n<li>eigenen Namen<\/li>\n\n\n\n<li>kein Terminal-Icon im Dock<\/li>\n\n\n\n<li>normales macOS-App-Verhalten<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">Beispiel EasyTAG<\/h1>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udd39 Script Editor \u00f6ffnen<\/h2>\n\n\n\n<p>Neue Datei \u2192 folgendes Script verwenden:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83c\udf4e Apple Silicon:<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>set myProcess to do shell script \"\/opt\/homebrew\/bin\/easytag &amp; echo $!\"\nrepeat\n    delay 1\n    try\n        do shell script \"kill -0 \" &amp; myProcess\n    on error\n        exit repeat\n    end try\nend repeat\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udda5 Intel:<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>set myProcess to do shell script \"\/usr\/local\/bin\/easytag &amp; echo $!\"\nrepeat\n    delay 1\n    try\n        do shell script \"kill -0 \" &amp; myProcess\n    on error\n        exit repeat\n    end try\nend repeat\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udd39 Als \u201eApplication\u201c speichern<\/h2>\n\n\n\n<p>Speicherort: <code>\/Applications<\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udd39 Eigenes Icon setzen<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Rechtsklick \u2192 \u201eInformationen\u201c<\/li>\n\n\n\n<li>Ein .icns oder PNG \u00f6ffnen<\/li>\n\n\n\n<li>Bild anklicken \u2192 <code>Cmd + C<\/code><\/li>\n\n\n\n<li>Im Info-Fenster oben links auf das kleine Icon klicken<\/li>\n\n\n\n<li><code>Cmd + V<\/code><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Beispiel EasyTAG \ud83d\udd39 Script Editor \u00f6ffnen Neue Datei \u2192 folgendes Script verwenden: \ud83c\udf4e Apple Silicon: \ud83d\udda5 Intel: \ud83d\udd39 Als \u201eApplication\u201c speichern Speicherort: \/Applications \ud83d\udd39 Eigenes Icon setzen<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"class_list":["post-1605","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pcmacb.de\/index.php?rest_route=\/wp\/v2\/pages\/1605","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcmacb.de\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pcmacb.de\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pcmacb.de\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/pcmacb.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1605"}],"version-history":[{"count":6,"href":"https:\/\/pcmacb.de\/index.php?rest_route=\/wp\/v2\/pages\/1605\/revisions"}],"predecessor-version":[{"id":1613,"href":"https:\/\/pcmacb.de\/index.php?rest_route=\/wp\/v2\/pages\/1605\/revisions\/1613"}],"wp:attachment":[{"href":"https:\/\/pcmacb.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1605"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}