8053 beefd0184a 2022-08-08 ct_chen 2 years ago
..
CMakeLists.txt beefd0184a 2022-08-08 ct_chen 2 years ago
ExportList_plugin.txt beefd0184a 2022-08-08 ct_chen 2 years ago
Info.plist.in beefd0184a 2022-08-08 ct_chen 2 years ago
InfoPlist.strings.in beefd0184a 2022-08-08 ct_chen 2 years ago
Localized.r beefd0184a 2022-08-08 ct_chen 2 years ago
Localized.rsrc beefd0184a 2022-08-08 ct_chen 2 years ago
PluginConfig.cmake beefd0184a 2022-08-08 ct_chen 2 years ago
README.txt beefd0184a 2022-08-08 ct_chen 2 years ago
VerifyResult.cmake beefd0184a 2022-08-08 ct_chen 2 years ago
np_macmain.cpp beefd0184a 2022-08-08 ct_chen 2 years ago

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.