Paul Beusterien c0df01d5f0 Fix Xcode 13 beta 3 build issues (#8405) hace 4 años
..
Sources c0df01d5f0 Fix Xcode 13 beta 3 build issues (#8405) hace 4 años
Tests f59f7690c3 [App Distribution] Reset sign in flag on unauthorized error (#8270) hace 4 años
CHANGELOG.md 0b038cd7e0 whitespace fix (#8320) hace 4 años
README.md 683a22caba Add link to App Distribution docs page (#6620) hace 5 años

README.md

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 for integration instructions, documentation, support information, and terms of service.

Development

Prereqs

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.