Tejas Deshpande da974fef26 Fix screenshot delay bug (#11007) vor 3 Jahren
..
Resources 5788175ead Refactor feedback view controller to be scroll view + refactor release name (#10975) vor 3 Jahren
Sources da974fef26 Fix screenshot delay bug (#11007) vor 3 Jahren
Tests 2e2f3b4788 Fix unit tests and update podspec (#10945) vor 3 Jahren
README.md 25c039a2f1 Revert "Fix merge conflict" vor 3 Jahren

README.md

Steps to test with Firebase App Distribution Internal

In your test app, add the following dependencies.

  pod 'FirebaseAppDistribution', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'fad/in-app-feedback'
  pod 'FirebaseAppDistributionInternal', :git => 'https://github.com/firebase/firebase-ios-sdk.git', :branch => 'fad/in-app-feedback'

For local testing, you can use a local path:

  pod 'FirebaseAppDistribution', :path => 'libraries/LocalPod/'
  pod 'FirebaseAppDistributionInternal', :path => 'libraries/LocalPod/'