Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 333 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 333 Bytes

CubeSight

Building the Project

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