CMake/Tests/CFBundleTest
Brad King b189c5994d Tests: Run CFBundleTest only with valid configuration
The verification script needs to know the configuration tested.
2014-12-19 08:24:04 -05:00
..
CMakeLists.txt CFBundle test: Add isysroot argument when calling Rez. 2013-11-06 06:42:44 -07: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 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 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.