Hi Christian,

can you remind me which files I have to include for Growl? I thought it was the 
Growl.framework folder. But this doesn’t work for 2 reasons:

- it makes signing puke: blabla bundle format unrecognized, invalid or 
unsuitable in subcomponent blabla Growl.framework.
- it doesn’t load: plugin 'Growl.framework' failed to load: 
dlopen(/blabla/Frameworks/Growl.framework, 0): no suitable image found. Did 
find: blabla/Frameworks/Growl.framework: not a file

I’m using the following code:

    dim GrowlLocation as FolderItem = LocateGrowl ‘locate Growl framework in 
app bundle.
    if GrowlLocation = nil then Return 'no growl
    
    if theGrowl.LoadFramework(GrowlLocation) then 
      theGrowl = new MyGrowlApplicationBridgeMBS
    end if

The folder Growl.framework is added to the app via the usual build script. 
Using Xojo 2013r4, Cocoa, some MBS prerelease 14.0, Growl SDK 2.0.1

Mit freundlichen Grüßen/Regards

Trixi Willius

http://www.mothsoftware.com
Mail Archiver X: The email archiving solution for professionals

_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to