chore: Move to /mrousavy/ (#224)

* rename 1/n

* 2

* 3

* fix indent
This commit is contained in:
Marc Rousavy
2021-06-21 22:42:46 +02:00
committed by GitHub
parent 5c9cc50b60
commit 9ea158ad8f
62 changed files with 95 additions and 103 deletions

View File

@@ -1,6 +1,6 @@
//
// CameraBridge.h
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 09.11.20.
// Copyright © 2020 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// CameraError.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 14.01.21.
// Copyright © 2021 mrousavy. All rights reserved.
@@ -139,7 +139,8 @@ enum FormatError {
case .invalidHdr:
return "The currently selected format does not support HDR capture! Make sure you select a format which `frameRateRanges` includes `supportsPhotoHDR`!"
case let .invalidColorSpace(colorSpace):
return "The currently selected format does not support the colorSpace \"\(colorSpace)\"! Make sure you select a format which `colorSpaces` includes \"\(colorSpace)\"!"
return "The currently selected format does not support the colorSpace \"\(colorSpace)\"! " +
"Make sure you select a format which `colorSpaces` includes \"\(colorSpace)\"!"
case let .invalidPreset(preset):
return "The preset \"\(preset)\" is not available for the current camera device."
}

View File

@@ -1,6 +1,6 @@
//
// CameraView+focus.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 19.02.21.
// Copyright © 2021 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// CameraView+RecordVideo.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 16.12.20.
// Copyright © 2020 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// CameraView+TakePhoto.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 16.12.20.
// Copyright © 2020 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// CameraView+Zoom.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 18.12.20.
// Copyright © 2020 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// CameraView.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 09.11.20.
// Copyright © 2020 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// CameraViewManager.m
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 09.11.20.
// Copyright © 2020 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// CameraViewManager.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 09.11.20.
// Copyright © 2020 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// AVCaptureDevice+isMultiCam.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 07.01.21.
// Copyright © 2021 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// AVCaptureDevice+neutralZoom.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 10.01.21.
// Copyright © 2021 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// AVCaptureDevice+physicalDevices.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 10.01.21.
// Copyright © 2021 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// AVCaptureDevice.Format+isBetterThan.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 19.12.20.
// Copyright © 2020 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// AVCaptureDevice.Format+matchesFilter.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 15.01.21.
// Copyright © 2021 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// AVCaptureDevice.Format+toDictionary.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 15.01.21.
// Copyright © 2021 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// AVCapturePhotoOutput+mirror.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 18.01.21.
// Copyright © 2021 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// AVCaptureVideoDataOutput+setOrientation.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 18.01.21.
// Copyright © 2021 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// AVFrameRateRange+includes.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 15.01.21.
// Copyright © 2021 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// Collection+safe.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 10.01.21.
// Copyright © 2021 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// AVAuthorizationStatus+descriptor.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 29.12.20.
// Copyright © 2020 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// AVCaptureColorSpace+descriptor.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 19.12.20.
// Copyright © 2020 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// AVCaptureDevice.DeviceType+descriptor.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 15.12.20.
// Copyright © 2020 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// AVCaptureDevice.FlashMode+descriptor.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 15.12.20.
// Copyright © 2020 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// AVCaptureDevice.Format.AutoFocusSystem+descriptor.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 29.12.20.
// Copyright © 2020 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// AVCaptureDevice.Position+String.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 15.12.20.
// Copyright © 2020 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// AVCaptureDevice.TorchMode+descriptor.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 18.12.20.
// Copyright © 2020 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// AVCapturePhotoOutput.QualityPrioritization+descriptor.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 15.12.20.
// Copyright © 2020 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// AVCaptureSession.Preset+descriptor.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 15.12.20.
// Copyright © 2020 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// AVCaptureVideoStabilizationMode+descriptor.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 29.12.20.
// Copyright © 2020 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// AVVideoCodecType+descriptor.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 15.12.20.
// Copyright © 2020 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// EnumParserError.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 18.12.20.
// Copyright © 2020 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// PhotoCaptureDelegate.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 15.12.20.
// Copyright © 2020 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// MakeReactError.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 15.01.21.
// Copyright © 2021 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// Promise.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 14.01.21.
// Copyright © 2021 mrousavy. All rights reserved.

View File

@@ -1,6 +1,6 @@
//
// ReactLogger.swift
// Cuvent
// mrousavy
//
// Created by Marc Rousavy on 15.12.20.
// Copyright © 2020 mrousavy. All rights reserved.