Commit Graph

12 Commits

Author SHA1 Message Date
Sindre Sorhus 3ce78e6254 Drop support for macOS 10.10 and 10.11
We've never tested it on those systems anyway. Time to move on. OS updates are free, no excuse not to update.
2018-12-25 22:13:48 +01:00
Sindre Sorhus ce5e99ab83 Fix Travis 2018-12-25 22:13:48 +01:00
Sindre Sorhus 9e0168008e Upgrade to Swift 4 (#43) 2018-12-25 22:13:48 +01:00
Albin Ekblom fd6d1921e9 Rename the Swift binary (#34) 2018-12-25 22:13:48 +01:00
Sindre Sorhus 8c65cc6910 Implement proper error handling (#26) 2018-12-25 22:13:48 +01:00
Sindre Sorhus b4a3aa1429 Move part of the build script into Xcode
So the binary compiles to the correct place even when you compile in Xcode.

And some Xcode file cleanup.
2018-12-25 22:13:48 +01:00
Sindre Sorhus 2a29f6a0f0 Add method for getting a list of recordable iOS screens
Not included in the JS code yet, as we still need to add support for recording the iOS screen. It's not considered a screen, but rather a normal video input, so we need to add some custom logic for that.

Also clean up the code for getting audio devices.

Part of wulkano/kap#71
2018-12-25 22:13:48 +01:00
Sindre Sorhus 392d0134a6 Xcode project tweaks 2018-12-25 22:13:48 +01:00
Sindre Sorhus 727ca6985d Add macOS version checking 2018-12-25 22:13:48 +01:00
Sindre Sorhus cad26c9ea5 Upgrade to Swift 3 (#12)
The automatic migrator managed to do most of the work, but I did have to fix a couple of compile errors and do some minor tweaks.
2018-12-25 22:13:48 +01:00
Khaled Garbaya 32848e72b3 [WIP] Add Ability to Record Audio (#6)
* [WIP] Add Ability to Record Audio

* Add shared Scheme

* WIP Add Listing of Audio input devices, swift side

* Add getAudioSources to Aperture

* Code review Changes

* fixup! Code review Changes

* fixup! fixup! Code review Changes

* fixup! fixup! fixup! Code review Changes

* Fix code style

* Fix intermittent error when recording using specified mic

No more "FigMovieFormatFileWriter::PostProcessMovie: WriteMovie() errored!!! -12780"!

* Add the ability to record a specific audio device and fix bad merge
2018-12-25 22:13:48 +01:00
Matheus Fernandes f74c430ccd Init 2018-12-25 22:13:48 +01:00