https://github.com/below/dlvdemo
A demo to show that disable library validation will not work in macOS Catalyst
https://github.com/below/dlvdemo
Last synced: about 1 year ago
JSON representation
A demo to show that disable library validation will not work in macOS Catalyst
- Host: GitHub
- URL: https://github.com/below/dlvdemo
- Owner: below
- License: mit
- Created: 2021-07-20T16:58:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-20T17:09:07.000Z (over 4 years ago)
- Last Synced: 2025-01-26T02:44:21.477Z (about 1 year ago)
- Language: Swift
- Size: 677 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DLVDemo
A demo to show that disable library validation will not work in macOS Catalyst
## Primary Objective
I want to access cameras like the [OBS Studio Virtual Camera](https://obsproject.com) from a Mac Catalyst project
## Obstacles
This works in a macOS App (not Catalyst) by setting the `Disable Library Validation` to `YES`. In a Catalyst App, there is also the option to set this entitlement, but it seems to have no effect.
## Demo

## To Reproduce
* Install a virtual camera, such as [OBS](https://obsproject.com) or [MimoLive](https://mimolive.com)
* Run the "CameraTest" cwApp on "My Mac"
* Run the "CameraTestiOS" target on "My Mac"
### Expected Result
The virtual camera is listed, along with the built-in camera. This is the result for the "CameraTest" target
### Actual Result
Only built-in cameras are listed. This is the result for the "CameraTestiOS" target.