mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-01 10:02:11 -05:00
Improve complicated Objective-C implementations in mac-screen-capture implementation. - Use `for` instead of overuse of block based iteration code. - Use `YES` and `NO` for `BOOL` type instead of wrong `TRUE`, `FALSE`, `true`, `false`. - Use `length` to check empty string, omit unnecessary `nil` checks.