CMake/Tests/CFBundleTest
luzpaz 777e87ae00 Fix trivial typos in text
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
2017-11-03 10:25:05 -04:00
..
CMakeLists.txt Xcode: Properly handle BUNDLE_EXTENSION 2016-06-18 23:23:32 +02:00
ExportList_plugin.txt
Info.plist.in
InfoPlist.strings.in
Localized.r
Localized.rsrc FindBoost: Define Boost::boost for all boost versions 2016-04-19 22:07:45 +01:00
np_macmain.cpp Fix trivial typos in text 2017-11-03 10:25:05 -04:00
PluginConfig.cmake
README.txt
VerifyResult.cmake Tests: Run CFBundleTest only with valid configuration 2014-12-19 08:24:04 -05:00

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.