https://apps.apple.com/us/app/guidebook/id428713847
All project setup references are here
We did a massive directory restructuring to match the Xcode project structure.
Before this, all files were in a single dir. But we've lost the files changes history.
You can inspect a single file by using --follow
flag:
git log --follow --pretty=oneline <file_here>
See how we use Cocoapods for private pods
Code Style Guidelines for ObjC and Swift
All modules documentation is here
Docs that need diagrams, we should use:
- We use https://sequencediagram.org to edit and render sequence diagrams
- Also https://app.diagrams.net to other diagram types
Remember to include a .svg/.png
AND a .txt
so the diagram can be edited.
Here the patterns we use.
We use environment variables from our schemes, more here