Re: Trouble with services

2014-08-01 Thread Kyle Sluder
On Jul 31, 2014, at 9:11 PM, Ken Thomases k...@codeweavers.com wrote: On Jul 31, 2014, at 10:10 PM, Jon Baumgartner j...@bergenstreetsoftware.com wrote: My app has a service that gets invoked from the Finder. It works great, but I now have multiple versions of the app, and I can’t figure

Re: Trouble with services

2014-08-01 Thread Jon Baumgartner
On Aug 1, 2014, at 3:01 AM, Kyle Sluder k...@ksluder.com wrote: On Jul 31, 2014, at 9:11 PM, Ken Thomases k...@codeweavers.com wrote: You probably want lsregister. /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister First, I'd try

Re: Trouble with services

2014-08-01 Thread SevenBits
On Aug 1, 2014, at 11:18 AM, Jon Baumgartner j...@bergenstreetsoftware.com wrote: On Aug 1, 2014, at 3:01 AM, Kyle Sluder k...@ksluder.com wrote: On Jul 31, 2014, at 9:11 PM, Ken Thomases k...@codeweavers.com wrote: You probably want lsregister.

Re: Trouble with services

2014-08-01 Thread Jon Baumgartner
Weird. I tried that. Still no go. I ended up having to delete that archive (I didn’t need it anyway) and now it’s correctly firing up my current development copy. On Aug 1, 2014, at 11:21 AM, SevenBits sevenbitst...@gmail.com wrote: On Aug 1, 2014, at 11:18 AM, Jon Baumgartner

Trouble with services

2014-07-31 Thread Jon Baumgartner
My app has a service that gets invoked from the Finder. It works great, but I now have multiple versions of the app, and I can’t figure out how to change which one will open when the service is invoked. For example, I have one copy of my app in /Applications (the release one that’s on the app

Re: Trouble with services

2014-07-31 Thread Ken Thomases
On Jul 31, 2014, at 10:10 PM, Jon Baumgartner j...@bergenstreetsoftware.com wrote: My app has a service that gets invoked from the Finder. It works great, but I now have multiple versions of the app, and I can’t figure out how to change which one will open when the service is invoked.