Files
letro-ios/Tools/Scripts
Doug 22f868bf0e Fix createScreen.sh (#5145)
Remove UI_TESTS_DIR renaming step

It would result in a `cd ~` and then an attempt to rename files in your home directory.
2026-02-26 13:01:56 +00:00
..
2026-02-26 13:01:56 +00:00
2023-09-15 12:34:01 +01:00

Scripts

Create screen templates

New screen flows are currently using the MVVM-Coordinator pattern. Run Tools/Scripts/createScreen.sh to create a new screen and all its required dependencies.

Usage:

./createScreen.sh Folder MyScreenName

After that run xcodegen to regenerate the project.

createScreen.sh script will create:

  • Folder within the /ElementX/Sources/Screens/. Files inside will be named MyScreenNameXxx.
  • MyScreenNameScreenUITests.swift within UITests/Sources
  • MyScreenNameViewModelTests.swift within UnitTests/Sources/Unit