---
url: /zh/examples/cpp/graphics/mac_app.md
---

# Mac 应用程序

我们可以使用 `xcode.application` 规则来构建 Mac 应用程序。

## App

### 编译运行

```bash
$ xmake
$ xmake run
```
