meta data for this page
  •  

差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

mac:os:app [2020/02/29 18:20] (目前版本)
ghsrobert 建立
行 1: 行 1:
 +====== macOS 應用程式 ======
  
 +===== 結構 =====
 +參考:
 +  * [[https://stackoverflow.com/questions/30792569/converting-a-shell-script-into-a-app-file|macos - Converting a Shell Script Into a *.app File - Stack Overflow]]
 +  * [[https://mathiasbynens.be/notes/shell-script-mac-apps|How to create simple Mac apps from shell scripts · Mathias Bynens]]
 +
 +===== 製作 =====
 +從命令列腳本:
 +  * 首先要有個[[script|腳本]]
 +  * [[https://sveinbjorn.org/platypus|Platypus - Create Mac apps from command line scripts]]