Re: Testing out services

claw <[email protected]> Wed, 9 Feb 2011 17:10:28 +0100
Newsgroups gmane.comp.macosx.devel
Message-ID <[email protected]>
if i understand well your problem : you did not succeed to specify the right version of your apps to the system, it kept the old version ??

in info.plist, you have option to specify if your app is effectively an executable, an agent (work in background ) so my idea was to use some "unix concept" : differenciate location of the app & properties of apps like the folder "application support" ?? do you understand me more ??? this agent can call the kernel & the registry if there some change needs to be update inside your app because there is something missing , and it can crash without crashing your principal application 



Le 9 févr. 2011 à 16:56, Christiaan Hofman a écrit :

> 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
> 
> 
> _______________________________________________
> MacOSX-dev mailing list
> [email protected]
> http://www.omnigroup.com/mailman/listinfo/macosx-dev