Cozie an iOS app for human comfort data collection
Cozie allows building occupants to provide feedback in real time
Clone the cozie-app
repository on your computer, then cd
into the repo.
git clone https://github.com/cozie-app/cozie-apple.git
Install the CocoaPods with the following command pod install
. You need to have CocoaPods installed on your Mac. You can install CocoaPods using the following command sudo gem install cocoapods
. If you are using a new Mac with M1 chip you will need to use the following command to install CocoaPods sudo arch -x86_64 gem install ffi
followed by arch -x86_64 pod install
.
Open the Cozie.xcworkspace
file with XCode.
Add Watch to iPhone simulator Window>Devices and Simulators>Create a new simulator
Select Cozie as Target and press play button in XCode.
Select Cozie Watch App and press play button.
Prior completing a survey sync the watch and the phone.
If something is not working uninstall the app from both simulators and install it again.
For more information please visit the official documentation website
We would love you for the contribution to our project, check the LICENSE
file for more info.