Re: HandOff Problems

2016-10-13 Thread Gerriet M. Denkmann
> On 13 Oct 2016, at 20:02, Charles Jenkins wrote: > > I don’t have any answers, but please keep us posted. Sierra is the first > macOS upgrade that proved to be a complete disappointment to me, because the > interesting new features are based on Handoff, which worked for me in > Yosemite and

Re: Getting/Setting FinderInfo attributes using native Cocoa API?

2016-10-13 Thread Gary L. Wade
Write bugs for the ones where there's no non-deprecated method. I don't recall all the values, but there may be UNIX-level functions to do some things. And if there's no real way now, look up the info on the structures and set them by way of the xattr calls. -- Gary L. Wade (Sent from my iPad) h

Re: Getting/Setting FinderInfo attributes using native Cocoa API?

2016-10-13 Thread Laurent Daudelin
I use the NSFileManager when accessing file’s attributes. That’s the only way I know in Cocoa. -Laurent. -- Laurent Daudelin laur...@nemesys-soft.com AIM/iChat/Skype:LaurentDaudelin

Re: Getting/Setting FinderInfo attributes using native Cocoa API?

2016-10-13 Thread Stephane Sudre
No specific attributes in the FinderInfo data. I just need to be able to get it and set it on another file/folder. The labels case you mention is an interesting one. I had not thought about it when it comes to cross-compatibility with the different OS versions I need to support. On Thu, Oct 13, 2

Re: Getting/Setting FinderInfo attributes using native Cocoa API?

2016-10-13 Thread Gary L. Wade
What attributes in particular do you need to work with? In case you might be dealing with labels, those moved from the simple bitmask flag to separate values in their own extended attribute. Other values may have changed similarly but I haven't kept up with them. -- Gary L. Wade (Sent from my iP

Re: HandOff Problems

2016-10-13 Thread Bill Cheeseman
> On Oct 13, 2016, at 9:02 AM, Charles Jenkins wrote: > > Looks like Handoff is joining AirDrop and Siri as features that would be > incredible if they worked… AirDrop works wonderfully for me, but Universal Clipboard utterly fails between Macs. Based on my frequent review of Apple Support C

Getting/Setting FinderInfo attributes using native Cocoa API?

2016-10-13 Thread Stephane Sudre
Question: Is there a native Cocoa API that can replace the FSGetCatalog/FSSetCatalog API when it comes to retrieving/setting the FinderInfo (and FinderExtInfo) attributes of a file? OS X 10.8 and later. Problem: The FS CoreCarbon APIs are deprecated but apparently, there's nothing to replace th

Re: HandOff Problems

2016-10-13 Thread Charles Jenkins
I don’t have any answers, but please keep us posted. Sierra is the first macOS upgrade that proved to be a complete disappointment to me, because the interesting new features are based on Handoff, which worked for me in Yosemite and El Cap, but now doesn’t work at all. Looks like Handoff is joinin

HandOff Problems

2016-10-13 Thread Gerriet M. Denkmann
I have two apps for macOS 12 and iOS 10 which should do HandOff. HandOff works ok between iOS devices. It once worked from any iOS device to Mac. (Never worked from Mac to an iOS device). Until recently it worked from iPad to Mac (but not from iPhone to Mac). Then I rebooted the Mac, and now eve