<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "Xcode: 14.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "article",
  "framework" : "watchOS Apps",
  "identifier" : "/documentation/watchOS-Apps/building-a-productivity-app-for-apple-watch",
  "metadataVersion" : "0.1.0",
  "role" : "sampleCode",
  "title" : "Building a productivity app for Apple Watch"
}
-->

# Building a productivity app for Apple Watch

Create a watch app to manage and share a task list and visualize the status with a chart.

## Overview

> Note: This sample code project is associated with WWDC22 session [10133: Build a productivity app for Apple Watch](https://developer.apple.com/wwdc22/10133/).

### Configure the sample code project

Before you run the sample code project in Xcode:

1. Open the sample with the latest version of Xcode.
2. Select the top-level project.
3. Select the correct team in the Signing & Capabilities pane for both of the targets to let Xcode automatically manage your provisioning profile.
4. Make a clean build and run the sample app on your device.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)