# Firebase App Distribution SDK The Firebase App Distribution SDK lets you display in-app alerts to your testers when new builds are available to install. Please visit [our developer site](https://firebase.google.com/docs/app-distribution/set-up-alerts) for integration instructions, documentation, support information, and terms of service. ## Development ### Prereqs - At least CocoaPods 1.6.0 - Install [cocoapods-generate](https://github.com/square/cocoapods-generate) ### To Develop - Run `pod gen FirebaseAppDistribution.podspec` - `open gen/FirebaseAppDistribution/FirebaseAppDistribution.xcworkspace` You are ready to develop, build, debug, and test FirebaseAppDistribution. ### Running Unit Tests Open the generated workspace, choose the FirebaseAppDistribution-Unit-unit scheme and press Command-u.