LadybirdBrowser / ancient-history

The Ladybird web browser
BSD 2-Clause "Simplified" License
1.62k stars 107 forks source link

CMake: Set macOS deployment options on ladybird to quiet Xcode #98

Open ADKaster opened 1 year ago

ADKaster commented 1 year ago

When using the Xcode generator, Xcode complains about a mismatch between CMake and the plist file for the application name.

It also complains that we're not using codesign properly, so just disable codesign altogether.

Note that actually using -GXcode for cmake won't work without https://github.com/SerenityOS/serenity/pull/15659