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

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.