our project structure is becoming more varied, and it's becoming a bit of a mess on the root folder:
I think we should group things together more, and the one thing that needs grouping the most seems to be the app source files themselves. I recommend to create a folder app where FlowCrypt, FlowCryptUI, FlowCryptCommon .. etc would go. Maybe even the project files, a Podfile, Makefile, Gemfile, swiftlint.
our project structure is becoming more varied, and it's becoming a bit of a mess on the root folder:
Corefolder (TypeScript)appiumfolder (TypeScript / for running UI tests)fastlanefolderdocker-mailserver(currently unused)ScriptsI think we should group things together more, and the one thing that needs grouping the most seems to be the app source files themselves. I recommend to create a folder
appwhereFlowCrypt,FlowCryptUI,FlowCryptCommon.. etc would go. Maybe even the project files, a Podfile, Makefile, Gemfile, swiftlint.