CubeSight
Building the Project
- Clone this repository.
- In the root of this repository, create a new
CubeSight.xcconfig
:
cp CubeSight.xcconfig.template CubeSight.xcconfig
- Fill in
DEVELOPMENT_TEAM
(your Apple Team ID) and BUNDLE_ID_PREFIX
values.
- You should now be able to build this project 🎉