CMake/Tests/CFBundleTest
Gregor Jasny e36e5a2680 Xcode: Properly handle BUNDLE_EXTENSION 2016-06-18 23:23:32 +02:00
..
CMakeLists.txt Xcode: Properly handle BUNDLE_EXTENSION 2016-06-18 23:23:32 +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
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: Run CFBundleTest only with valid configuration 2014-12-19 08:24:04 -05:00
np_macmain.cpp Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00

README.txt

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.