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 697B

1234567891011121314151617181920212223242526272829
  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. ## iOS
  15. ### ios build
  16. ```
  17. fastlane ios build
  18. ```
  19. Description of what the lane does
  20. ----
  21. This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run.
  22. More information about fastlane can be found on [fastlane.tools](https://fastlane.tools).
  23. The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).