Re: Testing out services

Christiaan Hofman <[email protected]> Wed, 9 Feb 2011 16:56:24 +0100
Newsgroups gmane.comp.macosx.devel
Message-ID <[email protected]>
Sorry, I don't understand what you're saying here, and I fail to see what an agent can do to help me with my problem.

Christiaan

On Feb 9, 2011, at 16:52, claw wrote:

> hi,
> 
> i have no much experience in coding, but why not build an agent as an app working "side by side" comparing different version on your info.plist : the actual inside the apps & the one referenced in the system in order to implement different kind of stuff : security authentication & ask web site to verify the version & so on ??
> 
> and this agent can used the kernels "safely" from your apps ......
> 
> 
> Le 9 févr. 2011 à 16:35, Christiaan Hofman a écrit :
> 
>> I am trying to test out some services provided by my app. However, I don't get the system to update the services for me to test it out, the services don't change when I change the Services items in the Info.plist of my app. I have tried moving the app to /Applications, . Running the pbs CLT still loads the old services, even reporting an old version of my app in a completely different location, where it does not even reside anymore (using the -dump_pboard option). So how can I really force the Services to be updated? And is it possible to use a particular instance of my app bundle (different from the installed one) to be loaded?
>> 
>> thanks,
>> Christiaan