Re: "Live" NSFetchRequest?

2016-09-24 Thread Chris Hanson
Are you asking about an NSFetchRequest that notices when objects are added to or changed in your persistent store by another process, or by another thread in the same process? In the latter case you can use the notifications posted by the NSManagedObjectContext that's being saved, and use that

mutable attributed string - underline clearing bold

2016-09-24 Thread tridiak
I have a mutable attributed string where a range is set to bold. textFont is valid. NSFont* bFont=[fontManager fontWithFamily:textFont.familyName traits:NSBoldFontMask weight:0 size:textFont.pointSize]; [mas setAttributes:@{NSFontAttributeName:bFont} range:rge]; This works. When a set the attri

Re: mutable attributed string - underline clearing bold

2016-09-24 Thread tridiak
Ignore the noise. Just clicked : Use addattribute:… message. Doh! Programming early in the morning is bad. > On 25/09/2016, at 1:57 AM, tridiak wrote: > > I have a mutable attributed string where a range is set to bold. > textFont is valid. > > NSFont* bFont=[fontManager fontWithFamily:textFont

Bugs in HIThemeDrawWindowFrame and HIThemeDrawTitleBarWidget in Sierra?

2016-09-24 Thread João Varela
Does anyone has had experience in drawing custom windows with the help of HIThemeDrawWindowFrame and HIThemeDrawTitleBarWidget? I know Jens has had some, as I checked the archives of the list before I posted this. I have managed to draw a custom window with a vertical title bar and the traffic

ITMS-90171 libswiftRemoteMirror.dylib

2016-09-24 Thread Torsten Curdt
I was just trying to upload an IPA to Testflight I am getting: ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'Foo.app/libswiftRemoteMirror.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Re