You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Felix Geyer 0f49848810
Imported Upstream version 3.0.0
11 years ago
..
CMakeLists.txt Imported Upstream version 3.0.0 11 years ago
ExportList_plugin.txt Imported Upstream version 2.8.5~rc2 14 years ago
Info.plist.in Imported Upstream version 2.8.5~rc2 14 years ago
InfoPlist.strings.in Imported Upstream version 2.8.5~rc2 14 years ago
Localized.r Imported Upstream version 2.8.5~rc2 14 years ago
Localized.rsrc Imported Upstream version 2.8.5~rc2 14 years ago
PluginConfig.cmake Imported Upstream version 2.8.5~rc2 14 years ago
README.txt Imported Upstream version 2.8.5~rc2 14 years ago
VerifyResult.cmake Imported Upstream version 2.8.5~rc2 14 years ago
np_macmain.cpp Imported Upstream version 2.8.5~rc2 14 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.