xCode 14.3 deprecating QuartCore APIs in a weird way
Apple deprecated some of the APIs for macos screen capturing starting from xCode14.3. For example: CGDisplayStream.showCursor is marked as deprecated in macOS 13.0-13.3: However, when I check that in xCode 14.3, I see that this property was introduced in macOS…