Merge branch 'odemiral-main-patch-71328' into 'main'

Added missing instructions for macOS compilation when embedding Gstreamer.framework to a project

See merge request gstreamer/gstreamer!6024
This commit is contained in:
Onur Demiralay 2024-05-03 22:34:13 +00:00
commit 1e1b344add

View file

@ -104,6 +104,7 @@ XCode you will need to do the following:
- Add `GStreamer.framework` to **General → Frameworks and Libraries**
- Add the libraries path to **Build Settings → Library Search Paths**
- Add the headers path to **Build Settings → System Header Search Paths**
- Add `@executable_path/../Frameworks/GStreamer.framework/Libraries` to **Build Settings → Runpath Search Paths**
- Disable hardened runtime **Build Settings → Enable Hardened Runtime**. This
is needed because the `GStreamer.framework` is not signed.