---
url: /examples/cpp/graphics/ios_app.md
---

# iOS Application

We can use `xcode.application` rule to build iOS application.

## App

### Build and Run

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