Go to file
Sindre Sorhus ddfb0fc1b3 2.0.1 2022-03-23 16:24:17 +07:00
.swiftpm/xcode Require macOS 10.13 or later 2020-09-16 14:30:07 +02:00
Example Fix screen names on Apple silicon Macs 2022-03-23 16:23:43 +07:00
Example-iOS Include warning message in `onFinish` 2022-02-23 15:03:56 +07:00
Media Switch to tab indentation 2020-02-14 18:46:16 +07:00
Sources/Aperture Fix screen names on Apple silicon Macs 2022-03-23 16:23:43 +07:00
.editorconfig Switch to tab indentation 2020-02-14 18:46:16 +07:00
.gitattributes Publish it as a package 2018-12-26 00:47:14 +01:00
.gitignore Drop support for CocoaPods and Carthage 2022-02-23 15:10:14 +07:00
.swiftlint.yml Drop support for CocoaPods and Carthage 2022-02-23 15:10:14 +07:00
Package.swift Minor tweaks 2021-11-15 13:44:55 +07:00
example-ios.sh Include warning message in `onFinish` 2022-02-23 15:03:56 +07:00
example.sh Include warning message in `onFinish` 2022-02-23 15:03:56 +07:00
license Publish it as a package 2018-12-26 00:47:14 +01:00
readme.md 2.0.1 2022-03-23 16:24:17 +07:00

readme.md

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.