CMake/Tests/CFBundleTest
2019-09-01 10:43:26 +02:00
..
CMakeLists.txt Xcode: Make BundleTests compatible with Xcode 11 2019-09-01 10:43:26 +02:00
ExportList_plugin.txt
Info.plist.in
InfoPlist.strings.in
Localized.r
Localized.rsrc
np_macmain.cpp Fix trivial typos in text 2017-11-03 10:25:05 -04:00
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.