Clinton Stimpson 483e208482 OS X: Fix getting of CFBundle LOCATION property. 12 năm trước cách đây
..
CMakeLists.txt 483e208482 OS X: Fix getting of CFBundle LOCATION property. 12 năm trước cách đây
ExportList_plugin.txt 5457b8254c Add support for CFBundle targets on the Mac (#11295) 15 năm trước cách đây
Info.plist.in 5457b8254c Add support for CFBundle targets on the Mac (#11295) 15 năm trước cách đây
InfoPlist.strings.in 5457b8254c Add support for CFBundle targets on the Mac (#11295) 15 năm trước cách đây
Localized.r 5457b8254c Add support for CFBundle targets on the Mac (#11295) 15 năm trước cách đây
Localized.rsrc 5457b8254c Add support for CFBundle targets on the Mac (#11295) 15 năm trước cách đây
PluginConfig.cmake 5457b8254c Add support for CFBundle targets on the Mac (#11295) 15 năm trước cách đây
README.txt a27edd8a05 Fix XCode -> Xcode typos, notably in man page (#12231) 14 năm trước cách đây
VerifyResult.cmake 5457b8254c Add support for CFBundle targets on the Mac (#11295) 15 năm trước cách đây
np_macmain.cpp 5457b8254c Add support for CFBundle targets on the Mac (#11295) 15 năm trước cách đây

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.