• Stars
    star
    326
  • Rank 124,233 (Top 3 %)
  • Language
    Ruby
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Get a notification once your iTunes Connect build is finished processing


fastlane


WatchBuild

Twitter: @FastlaneTools License Gem

Get a notification once your App Store Connect build is finished processing


When you upload a new binary from Xcode to App Store Connect, you have to wait until it's done processing before you can submit it to the App Store.

As the #iosprocessingtime varies from a few minutes to multiple hours, it's easy to forget to check App Store Connect to see if the build is ready. WatchBuild lets you know as soon as it is done.

WatchBuild is a simple standalone tool that shows a notification once your newly uploaded build was successfully processed by App Store Connect.

Once the build is ready to be pushed to TestFlight or for review, you get a macOS notification. You can even directly click on the notification to open the build on App Store Connect.

Why use WatchBuild?

WatchBuild is a standalone tool and can be used without any of the other fastlane tools. This is big, since you can use WatchBuild also if you use Xcode to upload your app.

This tool is not a replacement for deliver (Upload metadata and builds to App Store Connect) or pilot (Upload and distribute new builds to TestFlight), but is meant as a small helpful utility with the main purpose to wait for the binary processing to be finished.

Get in contact with the developer on Twitter: @FastlaneTools


InstallationUsageNeed help?


Installation

sudo gem install watchbuild

Make sure, you have the latest version of the Xcode command line tools installed:

xcode-select --install

Usage

watchbuild

You can pass your bundle identifier and username like this:

watchbuild -a com.krausefx.app -u [email protected]

You can also include a Slack webhook url for notifications via Slack:

watchbuild -a com.krausefx.app -u [email protected] --slack_url https://hooks.slack.com/services/<your-webhook>

For a list of available parameters and commands run

watchbuild --help

How is my password stored?

WatchBuild uses the secure CredentialsManager from fastlane that stores credentials in your local keychain.

Need help?

Please submit an issue on GitHub and provide information about your setup

Code of Conduct

Help us keep watchbuild open and inclusive. Please read and follow our Code of Conduct.

License

This project is licensed under the terms of the MIT license. See the LICENSE file.

This project and all fastlane tools are in no way affiliated with Apple Inc. This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs. All fastlane tools run on your own computer or server, so your credentials or other sensitive information will never leave your own computer. You are responsible for how you use fastlane tools.

More Repositories

1

fastlane

🚀 The easiest way to automate building and releasing your iOS and Android apps
Ruby
38,644
star
2

ci

Open source, self hosted, mobile optimized CI powered by fastlane
Ruby
2,078
star
3

examples

📝 A collection of example fastlane setups
Ruby
1,410
star
4

boarding

Instantly create a simple signup page for TestFlight beta testers
Ruby
873
star
5

itc-api-docs

The unofficial documentation of the iTunes Connect JSON API
Ruby
520
star
6

docs

All the fastlane docs
HTML
313
star
7

frameit-frames

Hosting the latest frameit frames via GitHub Pages
92
star
8

github-actions

TypeScript
73
star
9

brewed-jenkins

Autostart brew-installed Jenkins as a user when the Mac boots
58
star
10

issue-bot

This bot is responsible for commenting on GitHub issues that haven't had any activity
Ruby
51
star
11

monorepo

Scripts to migrate to a monorepo
Ruby
29
star
12

fastlane.tools

The website, powering fastlane.tools
HTML
18
star
13

spaceship.airforce

Launching fastlane into the next generation
CSS
14
star
14

TaskQueue

ruby implementation of a simple dispatch queue
Ruby
13
star
15

code-of-conduct

fastlane Contributor Code of Conduct
11
star
16

docker

Docker image used by https://github.com/fastlane/fastlane and https://github.com/fastlane/docs
Dockerfile
10
star
17

packaged-fastlane

Preparing a Ruby bundle
Shell
8
star
18

danger-device_grid

Danger plugin for the fastlane device grid.
Ruby
8
star
19

fastfile-parser

Convert the Fastfile to a JSON file
Ruby
7
star
20

nightly

Deploy nightly Ruby gem builds to RubyGems.org
Ruby
5
star
21

fastlane-plugin-ruby

Useful fastlane actions for Ruby projects
Ruby
5
star
22

managed_google_play-callback

Hosting the callback HTML file used by the get_managed_play_store_publishing_rights action
HTML
5
star
23

notes

A repository for non-code artifacts relating to fastlane
4
star
24

peril-settings

Configuration of peril
TypeScript
4
star
25

codesigning.guide

The source code for the fastlane code signing guide
HTML
2
star