mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
777e87ae00
Some are user facing. Found using codespell -q 3 --skip="./Utilities" -I .cmake-whitelist.txt` whereby the whitelist contained: ans dum helpfull emmited emmitted buil iff isnt nto ot pathes substract te todays upto whitespaces |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ExportList_plugin.txt | ||
Info.plist.in | ||
InfoPlist.strings.in | ||
Localized.r | ||
Localized.rsrc | ||
np_macmain.cpp | ||
PluginConfig.cmake | ||
README.txt | ||
VerifyResult.cmake |
CFBundle test project. The generated .plugin/ bundle from either makefiles or Xcode should look like this: ./Contents ./Contents/Info.plist ./Contents/MacOS ./Contents/MacOS/CFBundleTest ./Contents/Resources ./Contents/Resources/English.lproj ./Contents/Resources/English.lproj/InfoPlist.strings ./Contents/Resources/English.lproj/Localized.rsrc file Contents/MacOS/CFBundleTest should return something like: Contents/MacOS/CFBundleTest: Mach-O 64-bit bundle x86_64 It is okay if it is a 32 bit binary; if it is not Mach-O, or is spelled differently, it is not okay.