Virtual annotation app for the classroom.
- Install and update Xcode
- Clone this repo (in Xcode, in GitHub Desktop)
- Open a terminal client (e.g. iterm2)
- Ensure CocoaPods is installed (e.g.
pods --version
, installation instructions) - Navigate to repo root (e.g.
cd ~/projects/annotate-ar
) - Install/verify pod deps (e.g.
pods install
) - Open the xcworkspace (e.g.
open ./AnnotateAR.xcworkspace
)