-
Notifications
You must be signed in to change notification settings - Fork 1
Accessing the Test App
Colby Mehmen edited this page Jan 15, 2024
·
2 revisions
We have a test app embedded in the package, here are instructions on how to access and run it.
- Download repo
- Access folder and navigate to .xcproj file and open
- From the terminal clone the package to your local machine.
git clone https://github.com/mazefest/MooCal
- Navigate into
MooCal
cd MooCal
- Navigate into the
Sourcesfolder
cd Sources
- Navigate into MooCalTestApp
cd MooCalTestApp
- Open Project
open MooCalTestApp.xcodeproj