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.
Timo Röhling
fb6588ffe8
|
3 years ago | |
---|---|---|
.. | ||
CMakeLists.txt | 3 years ago | |
ExportList_plugin.txt | 14 years ago | |
Info.plist.in | 14 years ago | |
InfoPlist.strings.in | 14 years ago | |
Localized.r | 14 years ago | |
Localized.rsrc | 9 years ago | |
PluginConfig.cmake | 14 years ago | |
README.txt | 14 years ago | |
VerifyResult.cmake | 4 years ago | |
np_macmain.cpp | 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.