Hi,
I try to build the starter plugin using Xcode 4.5 in MacOs 10.7. Steps, which I done:
1. create a new Framework Library- > C/C++ Library - is it right?
2. Imported the Starter folder into this project, but not found how to: "Add the READER_PLUGIN symbol to the Xcode project-level build settings by selecting the plug-in project in the Groups & Files pane and opening the Project Inspector. On the Build tab, under the GCC 4.0 Preprocessing settings, add READER_PLUGIN=1 to the Preprocessor Macros setting."
3. Should I add PIMain, as described in Developing Plug-ins and Applications" v.8 documen or is it enough to put an alert AVAlertNote("This is your first plug-in"); in the main function of the class StarterInit.cpp? :
ACCB1 ASBool ACCB2 PluginInit(void)
{
AVAlertNote("This is your first plug-in");
returntrue;
}
4. It builds successful.
5. I cannot find any .api files to put in in plug_ins in Acrobat.
Could you please give a link with explanation, as I only found the "Developing Plug-ins and Applications" v.8 and cannot find for v. XI. and this one, which doesn't explain exactly how to.
I would be very grateful for any help, as I've got confused with it!