Skip to content

knine79/notifyBuildResult

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notifyBuildResult

Push notification from Xcode on build complete using PushBullet app.

Aren't you boring to wait computer while compiling Swift code? My project will helpful. Now you can enjoy your leisure compile time.

GetBackToWork

Usage:

Messanger Setting

PushBullet

KakaoWork, Slack

  • Clone this repository.
    • Save KakaoWork webhook url with config-KakaoWork.sh <webhook-url> command.
    • Save Slack webhook url with config-Slack.sh <webhook-url> command.

Xcode Setting

  • In Xcode, go to Preferences -> Behaviors.

    • Under Build -> Start, add build-start.sh to Run.
    • Under Build -> Succeeds, add build-succeeded.sh to Run.
    • Under Build -> Fails, add build-failed.sh to Run.
    • Press '+' button on the left bottom to create new behavior under Custom.
    • Name it anything you want. (e.g.) Notify Build Result
    • Specify shortcut to anthing you want. (e.g.) Shift+Ctrl+Option+Cmd+N
    • Add notifyBuildResult.sh to Run.
  • Press shortcut key you specified to custom behavior in Xcode. You will see: Screenshot

    • You can choose:
      • Notify to receive notifications of all build result since now.
      • Notify Once to receive notifications of build result until build succeeded once.
      • Don't Notify not to receive notifications no longer.
  • Enjoy your leisure compile time

Clean Removal

  • Remove $HOME/.NotifyBuildResult/ directory.
  • Remove cloned repository.

About

Push notification from xcode on build complete

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%