サクサク読めて、アプリ限定の機能も多数!
GradleからOSX notification centerに通知をするスニペット 0 ストック 0 コメント この投稿をストックする osascript(1) で AppleScript を実行すればできる。 void growl(String title, String message) { def proc = ["osascript", "-e", "display
kasumani のブックマーク 2014/05/01 11:30
GradleからOSX notification centerに通知をするスニペット - QiitaGradleからOSX notification centerに通知をするスニペット 0 ストック 0 コメント この投稿をストックする osascript(1) で AppleScript を実行すればできる。 void growl(String title, String message) { def proc = ["osascript", "-e", "display2014/05/01 11:30
GradleからOSX notification centerに通知をするスニペット 0 ストック 0 コメント この投稿をストックする osascript(1) で AppleScript を実行すればできる。 void growl(String title, String message) { def proc = ["osascript", "-e", "display
このブックマークにはスターがありません。 最初のスターをつけてみよう!
qiita.com/gfx2014/05/01
void growl(String title, String message) { def proc = ["osascript", "-e", "display notification \"${message}\" with title \"${title}\""].execute() if (proc.waitFor() != 0) { throw new GradleExcepti...
2 人がブックマーク・1 件のコメント
\ コメントが サクサク読める アプリです /
GradleからOSX notification centerに通知をするスニペット 0 ストック 0 コメント この投稿をストックする osascript(1) で AppleScript を実行すればできる。 void growl(String title, String message) { def proc = ["osascript", "-e", "display
kasumani のブックマーク 2014/05/01 11:30
このブックマークにはスターがありません。
最初のスターをつけてみよう!
GradleからOSX notification centerに通知をするスニペット - Qiita
qiita.com/gfx2014/05/01
void growl(String title, String message) { def proc = ["osascript", "-e", "display notification \"${message}\" with title \"${title}\""].execute() if (proc.waitFor() != 0) { throw new GradleExcepti...
2 人がブックマーク・1 件のコメント
\ コメントが サクサク読める アプリです /