Gregor Jasny e36e5a2680 Xcode: Properly handle BUNDLE_EXTENSION 9 år sedan
..
CMakeLists.txt e36e5a2680 Xcode: Properly handle BUNDLE_EXTENSION 9 år sedan
ExportList_plugin.txt 5457b8254c Add support for CFBundle targets on the Mac (#11295) 15 år sedan
Info.plist.in 5457b8254c Add support for CFBundle targets on the Mac (#11295) 15 år sedan
InfoPlist.strings.in 5457b8254c Add support for CFBundle targets on the Mac (#11295) 15 år sedan
Localized.r 5457b8254c Add support for CFBundle targets on the Mac (#11295) 15 år sedan
Localized.rsrc 2c1b720e64 FindBoost: Define Boost::boost for all boost versions 9 år sedan
PluginConfig.cmake 5457b8254c Add support for CFBundle targets on the Mac (#11295) 15 år sedan
README.txt a27edd8a05 Fix XCode -> Xcode typos, notably in man page (#12231) 14 år sedan
VerifyResult.cmake b189c5994d Tests: Run CFBundleTest only with valid configuration 11 år sedan
np_macmain.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 år sedan

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.