CMake/Tests/CFBundleTest
2020-02-25 13:39:46 -05:00
..
CMakeLists.txt Xcode: Make BundleTests compatible with Xcode 11 2019-09-01 10:43:26 +02:00
ExportList_plugin.txt Add support for CFBundle targets on the Mac (#11295) 2011-01-11 12:54:44 -05:00
Info.plist.in Add support for CFBundle targets on the Mac (#11295) 2011-01-11 12:54:44 -05:00
InfoPlist.strings.in Add support for CFBundle targets on the Mac (#11295) 2011-01-11 12:54:44 -05:00
Localized.r Add support for CFBundle targets on the Mac (#11295) 2011-01-11 12:54:44 -05:00
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 Add support for CFBundle targets on the Mac (#11295) 2011-01-11 12:54:44 -05:00
README.txt Fix XCode -> Xcode typos, notably in man page (#12231) 2011-05-31 09:13:00 -04:00
VerifyResult.cmake Tests: Fix CFBundleTest for Ninja Multi-Config 2020-02-25 13:39:46 -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.