Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 691 Bytes

readme.md

File metadata and controls

33 lines (21 loc) · 691 Bytes

Aperture

Record the screen on macOS

Requirements

  • macOS 10.13+
  • Xcode 13+
  • Swift 5.5+

Install

Add the following to Package.swift:

.package(url: "https://github.com/wulkano/Aperture", from: "2.0.1")

Or add the package in Xcode.

Docs

See the source for now.

Dev

Run ./example.sh or ./example-ios.sh.

Related