Skip to content

xapple126/guidebook-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Guidebook iOS

https://apps.apple.com/us/app/guidebook/id428713847

Project Setup

All project setup references are here

Git Stuff

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>

Dependencies

See how we use Cocoapods for private pods

Code Style

Code Style Guidelines for ObjC and Swift

Modules documentation

All modules documentation is here

Diagrams

Docs that need diagrams, we should use:

Remember to include a .svg/.png AND a .txt so the diagram can be edited.

Patterns

Here the patterns we use.

Env vars (how to point to Staging)

We use environment variables from our schemes, more here

Error Logging

See all about Error Logging

Testing

Testing branded apps

See how we to test branded app locally

Testing SSO apps

Test SSO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published