Re: XPC Services & non-Sandboxed Applications

2015-07-23 Thread SevenBits
On Sat, Jul 18, 2015 at 1:36 PM, Quincey Morris < quinceymor...@rivergatesoftware.com> wrote: > On Jul 18, 2015, at 07:26 , SevenBits wrote: > > > 1) Apple’s docs say that non-document based apps don’t get sandboxing > support automatically handled for them, requiring the manual use of the > NSFi

Re: XPC Services & non-Sandboxed Applications

2015-07-23 Thread Quincey Morris
On Jul 23, 2015, at 07:32 , SevenBits wrote: > > What I meant was that apps which are not based on NSDocument do not, > according to Apple, automatically get behavior which is compatible with the > sandbox. Apple says that if we choose to go this route, you have to > co-ordinate access to the

Re: OsX - HTTP resource load blocked

2015-07-23 Thread Marc Danguy
Yes, my I think my info.plist seems conform to WWDC session 703_privacy_and_your_app.pdf I have try some variants, without success. NSAppTransportSecurity NSExceptionDomains update.libecompta.com

Re: Dubrovnik Sucesss!

2015-07-23 Thread Jonathan Mitchell
> On 22 Jul 2015, at 11:54, Uli Kusterer wrote: > > On 22 Jul 2015, at 11:58, Dave wrote: >> Success! Thanks so much for your help Jonathan, I definitely owe you a pint >> or two! >> >> If anyone is trying use Dubrovnik/Mono on Mac OS X and needs to know how to >> make it work - give me a s

Re: OsX - HTTP resource load blocked

2015-07-23 Thread Jens Alfke
> On Jul 23, 2015, at 12:41 PM, Marc Danguy wrote: > > NSTemporaryExceptionAllowInsecureHTTPLoads > This key (and several others) are incorrect. The correct key is NSExceptionAllowsInsecureHTTPLoads. The full list is in the technote at http

Re: OsX - HTTP resource load blocked

2015-07-23 Thread Charles Srstka
On Jul 23, 2015, at 4:57 PM, Jens Alfke wrote: > > >> On Jul 23, 2015, at 12:41 PM, Marc Danguy wrote: >> >> NSTemporaryExceptionAllowInsecureHTTPLoads >> > > This key (and several others) are incorrect. The correct key is > NSExceptionAllowsInsecur

NSWindowAbove in Swift?

2015-07-23 Thread Juanjo Conti
I tried this code in Swift and got an error saying the constant is unknown: addSubview(overlay, positioned: NSWindowAbove, relativeTo: nil) -- Juanjo Conti http://goog_2023646312>@carouselapps.com > Software Engineer - Carousel Apps -- Carousel Apps Limited, regist

Re: NSWindowAbove in Swift?

2015-07-23 Thread Roland King
> On 24 Jul 2015, at 8:00 am, Juanjo Conti wrote: > > I tried this code in Swift and got an error saying the constant is unknown: > > addSubview(overlay, positioned: NSWindowAbove, relativeTo: nil) > > -- Use the documentation, they have all the translations of enums to Swift in them linked