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 31de23a867
New upstream version 3.11.1
7 years ago
..
CMakeLists.txt New upstream version 3.7.0~rc2 8 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 3.6.0 9 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 3.2.2 10 years ago
np_macmain.cpp New upstream version 3.11.1 7 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.