[Sparkle] Can't remove all traces of Sparkle...I think

Dave Dribin dave-ml at dribin.org
Mon May 19 22:41:30 PDT 2008


On May 20, 2008, at 12:35 AM, Dean Shavit wrote:
> Dave,
>
> I appreciate the tip and I'll look, but if I was referencing a  
> webview, how come re-linking Sparkle fixes the issue? Also, this  
> issue didn't exist before I removed Sparkle...

You're using Sparkle's framework, right?  Sparkle links against  
WebKit, itself, so if you are referencing a WebView, it'll be resolved  
through Sparkle's dependency.  Remove the Sparkle framework, and you  
lose the indirect WebKit.

% otool -L Sparkle.framework/Sparkle | grep WebKit
	/System/Library/Frameworks/WebKit.framework/Versions/A/WebKit  
(compatibility version 1.0.0, current version 523.10.3)

-Dave



More information about the Sparkle mailing list