Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 2.2 KB

File metadata and controls

65 lines (42 loc) · 2.2 KB


Vertify

GitHub stars

Vertify

Surprisingly, using your iPad as a vertical second display isn’t supported by Apple Sidecar. Vertify is a free macOS menu bar app that makes it possible.

Key Features

  • Vertical iPad sidecar support
  • Auto-start projection when a chosen iPad display appears
  • Launch at login support

Download

Download the latest Vertify-vX.Y.Z.dmg asset from GitHub Releases for a packaged build.

Build from source

  1. Install Xcode 15 or later.
  2. Clone the repository and open the project in Xcode.
  3. Build the app bundle with scripts/build-app.sh.
  4. Package a DMG with scripts/build-dmg.sh dist/Vertify.app v0.1.0.

How to use

  1. Launch Vertify.app.
  2. Grant Screen Recording permission when prompted.
  3. Choose an iPad display from the menu bar icon.
  4. Toggle the same iPad display again to stop vertical mode.

How it works & limitations

Vertify creates a virtual display on your Mac, captures your iPad’s screen, and reprojects it onto that virtual display using the ScreenCaptureKit framework.

Because of this, the virtual display may appear as an unused monitor in macOS Display Settings, and the mouse pointer will not be visible within the original iPad display space.

To avoid unintended cursor behavior, it is recommended to position your iPad display at the edge of the virtual display layout.

Contributing

Small, targeted fixes are preferred. Before changing capture or virtual-display behavior, run the unit tests and manually verify monitor attach/detach, permission denial, and auto-start flows.

License

Released under the GPL 3.0 License. See LICENSE.