Does anyone know if you can modify the SDK headers when using Xcode Cloud? My team has invested a lot of time and effort getting our CI/CD pipeline working in Xcode Cloud but this issue is forcing us to choose between updating the SDK and support older macOS versions. This probably seems like a trivial issue to Apple but it's really going to hurt my team. CGDisplayStream is a critical piece of our product.
Post
Replies
Boosts
Views
Activity
I just finished migrating my product to use ScreenCaptureKit to get thumbnails. However, macOS Sequoia Beta 2 (build 24A5279h), the "Continue to Allow" Screen Recording warning message is being triggered by my app calling SCScreenshotManager.captureImage(). I thought the whole point of migrating was to avoid this new warning message. Is this intentional? Or, will it change before Sequoia ships?