16
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Xcode】ビルド成功時に紙吹雪を散らす

Posted at

はじめに

いま参加してる開発チームの方に面白いことを教えてもらったのでやってみました!

やりかた

「Raycast」をダウンロードします

スクリーンショット 2023-07-08 19.52.28.png

シェルスクリプトを作成します

ターミナル
touch confetti_shortcut.sh
ターミナル
open confetti_shortcut.sh
confetti_shortcut.sh
#!/bin/bash
open raycast://confetti
exit;

パーミッションを設定する

ターミナル
chmod +x confetti_shortcut.sh

Xcodeに設定する

「Settings...」を選択します
スクリーンショット 2023-07-08 20.06.13.png

「Behaviors」を選択します
「Succeeds」を選択します
「Run」をオンにして先ほど作成したシェルスクリプトを設定します
スクリーンショット 2023-07-08 20.26.56.png

試してみる

tgv9k-gyhmn.gif

おわり

気に入りました笑

16
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
16
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?