Masterarbeit Richard Stern. Flutter App, sich mit einem Bluetooth-Gerät verbindet und Berührungen auf einem Sensor visualisiert.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 874B

123456789101112131415161718192021222324252627282930313233343536373839
  1. fastlane documentation
  2. ================
  3. # Installation
  4. Make sure you have the latest version of the Xcode command line tools installed:
  5. ```
  6. xcode-select --install
  7. ```
  8. Install _fastlane_ using
  9. ```
  10. [sudo] gem install fastlane -NV
  11. ```
  12. or alternatively using `brew cask install fastlane`
  13. # Available Actions
  14. ## Android
  15. ### android test
  16. ```
  17. fastlane android test
  18. ```
  19. Runs all the tests
  20. ### android beta
  21. ```
  22. fastlane android beta
  23. ```
  24. Submit a new Beta Build to Crashlytics Beta
  25. ### android deploy
  26. ```
  27. fastlane android deploy
  28. ```
  29. Deploy a new version to the Google Play
  30. ----
  31. This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run.
  32. More information about fastlane can be found on [fastlane.tools](https://fastlane.tools).
  33. The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).