ladybird icon indicating copy to clipboard operation
ladybird copied to clipboard

CMake: Set macOS deployment options on ladybird to quiet Xcode

Open ADKaster opened this issue 3 years ago • 0 comments

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

ADKaster avatar Oct 17 '22 07:10 ADKaster