watchbuild alternatives and similar libraries
Based on the "Deployment / Distribution" category.
Alternatively, view watchbuild alternatives based on common mentions on social networks and blogs.
-
fastlane
๐ The easiest way to automate building and releasing your iOS and Android apps -
LaunchKit
A set of web-based tools for mobile app developers, now open source! -
boarding
Instantly create a simple signup page for TestFlight beta testers -
ios-uploader
Easy to use, cross-platform tool to upload iOS apps to App Store Connect. -
Bitrise
Mobile Continuous Integration & Delivery with dozens of integrations to build, test, deploy and collaborate. -
Appfigurate
Appfigurate provides the ability to change configuration properties in iOS and watchOS, apps and app extensions, securely, at runtime. -
Rollout.io
SDK to patch, fix bugs, modify and manipulate native apps (Obj-c & Swift) in real-time. -
Boombox.io
Sign up TestFlight beta testers on your website. Embeddable and hosted TestFlight beta sign-up forms -
TestFlight Beta Testing
The beta testing service hosted on iTunes Connect (requires iOS 8 or later). -
Semaphore
CI/CD service which makes it easy to build, test and deploy applications for any Apple device. iOS support is fully integrated in Semaphore 2.0, so you can use the same powerful CI/CD pipeline features for iOS as you do for Linux-based development. -
AppCenter
Continuously build, test, release, and monitor apps for every platform. -
Appcircle.io
Automated mobile CI/CD/CT for iOS with online device simulators -
Codemagic
Build, test and deliver iOS apps 20% faster with Codemagic CI/CD. -
Runway
Easier mobile releases for teams. Integrates across tools (version control, project management, CI, app stores, crash reporting, etc.) to provide a single source of truth for mobile teams to come together around during release cycles. Equal parts automation and collaboration. -
HockeyApp
With HockeyApp, you can distribute beta versions of your app, collect live crash reports, get feedback from users, and analyze test coverage.
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of watchbuild or a related project?
README
fastlane
WatchBuild
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
Installation • Usage • Need 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.
*Note that all licence references and agreements mentioned in the watchbuild README section above
are relevant to that project's source code only.