Re: NSString stringByAbbreviatingWithTildeInPath and Sandboxing

2015-03-06 Thread Jon Baumgartner
On Mar 5, 2015, at 2:29 PM, Jens Alfke j...@mooseyard.com wrote: I wouldn’t expect a response from Apple in ‘only’ a month, except perhaps to notify you that it’s a duplicate. If they do fix the bug, you won’t get a notification until there’s a developer release of the OS update so

Re: NSString stringByAbbreviatingWithTildeInPath and Sandboxing

2015-03-05 Thread Jon Baumgartner
That bug has gotten no response whatsoever from Apple. Any advice on how to proceed? On Feb 4, 2015, at 1:19 PM, Jon Baumgartner j...@bergenstreetsoftware.com wrote: I filed a radar: rdar://19716583 On 1/29/2015 10:55 AM, Kyle Sluder wrote: Even in a sandbox, you can get the user’s

Re: NSString stringByAbbreviatingWithTildeInPath and Sandboxing

2015-02-04 Thread Jon Baumgartner
in a sandbox too. --Kyle Sluder On Jan 29, 2015, at 7:45 AM, Jon Baumgartner j...@bergenstreetsoftware.com wrote: I’m happy to do this, but is this really a bug? I was just thinking there might be an alternate way to accomplish this. On 1/27/2015 4:03 PM, Kyle Sluder wrote: Could

Re: NSString stringByAbbreviatingWithTildeInPath and Sandboxing

2015-01-29 Thread Jon Baumgartner
I’m happy to do this, but is this really a bug? I was just thinking there might be an alternate way to accomplish this. On 1/27/2015 4:03 PM, Kyle Sluder wrote: Could you please file a Radar describing your use case and share the number here? ___

Re: NSString stringByAbbreviatingWithTildeInPath and Sandboxing

2015-01-27 Thread Jon Baumgartner
Yeah. The app is specifically for copying paths, and applying various transformations to the path. Developers use it but also general users. On January 27, 2015 at 2:03:46 PM EST, Jens Alfke j...@mooseyard.com wrote:On Jan 27, 2015, at 9:20 AM, Jon Baumgartner j...@bergenstreetsoftware.com

NSString stringByAbbreviatingWithTildeInPath and Sandboxing

2015-01-27 Thread Jon Baumgartner
My app uses this call, and it worked fine until I sandboxed it. The documentation for this call says: For sandboxed apps in OS X, the current home directory is not the same as the user’s home directory. For a sandboxed app, the home directory is the app’s home directory. So if you specified

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 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 j

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