Add Shared as a submodule in git.
cd "<Project Directory>"
git submodule add "git@github.com:michaelreneer/Shared.git"
Open Xcode and drag the Shared folder from Finder into the Project Navigator.
Commit the changes.
git commit -am "Added Shared to project."
Copyright (c) 2016 Michael Reneer. See LICENSE for details.