标签: macos applescript
我正尝试使用如下所示的Apple脚本启动快速应用程序
set retValue to do shell script "open -n `/Users/Dutt/Desktop/LaunchApp.app/Contents/MacOS/LaunchApp`"
我想从swift应用返回一个值到这个苹果脚本。我们是否有任何AppDelegate方法可在应用终止时获取返回值