1
2CFBundle test project.  The generated .plugin/ bundle from either makefiles or Xcode should look like this:
3
4./Contents
5./Contents/Info.plist
6./Contents/MacOS
7./Contents/MacOS/CFBundleTest
8./Contents/Resources
9./Contents/Resources/English.lproj
10./Contents/Resources/English.lproj/InfoPlist.strings
11./Contents/Resources/English.lproj/Localized.rsrc
12
13file Contents/MacOS/CFBundleTest should return something like:
14Contents/MacOS/CFBundleTest: Mach-O 64-bit bundle x86_64
15
16It is okay if it is a 32 bit binary; if it is not Mach-O, or is spelled differently, it is not okay.
17