- macOS with the latest version of Xcode installed.
- Python 3 and Flask installed for the server side.
- An Apple Watch or an iOS simulator that supports watchOS.
-
Clone the Repository: Clone the project repository to your local machine.
git clone https://github.com/Olivia-li/humane.watch.git
-
Open the Project in Xcode:
- Navigate to the cloned directory.
- Open the
.xcodeproj
file in Xcode.
- Configure the Project:
- Select your Apple Watch target in Xcode.
- Configure the signing with your Apple Developer account.
- Build the Application:
- Select your target device (Apple Watch or Simulator).
- Click on the ‘Build’ button (Play icon) in Xcode to compile the project.
- Install dependencies:
pip install flask
- Start the Flask Server:
python flask_server.py