CMake/Tests/CFBundleTest
David Cole cabc407912 CFBundle Test: Add PATHS for finding Rez (#11295)
Some older dashboard machines do not have Rez in /usr/bin
like us modern folk. But most of them will have it in
/Developer/Tools... So make sure we look there.
2011-01-11 16:48:37 -05:00
..
CMakeLists.txt CFBundle Test: Add PATHS for finding Rez (#11295) 2011-01-11 16:48:37 -05: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 Add support for CFBundle targets on the Mac (#11295) 2011-01-11 12:54:44 -05:00
PluginConfig.cmake Add support for CFBundle targets on the Mac (#11295) 2011-01-11 12:54:44 -05:00
README.txt Add support for CFBundle targets on the Mac (#11295) 2011-01-11 12:54:44 -05:00
VerifyResult.cmake Add support for CFBundle targets on the Mac (#11295) 2011-01-11 12:54:44 -05:00
np_macmain.cpp Add support for CFBundle targets on the Mac (#11295) 2011-01-11 12:54:44 -05: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.