Re: Relative URLs, and string encodings

2017-07-24 Thread Alex Zavatone
> On Jun 1, 2017, at 11:25 AM, Jens Alfke wrote: > > >> On Jun 1, 2017, at 7:44 AM, Jonathan Taylor >> wrote: >> >> My attempt like: >> [NSURL URLWithString:[path >> stringByAddingPercentEscapesUsingEncoding:NSASCIIStringEncoding] >> relativeToURL:relativeTo]; > > Ah, you want NSUTF8Strin

Re: Relative URLs, and string encodings

2017-07-24 Thread Charles Srstka
> On Jun 1, 2017, at 9:44 AM, Jonathan Taylor > wrote: > > Can anyone help me with the seemingly simple task of creating a relative > NSURL for a filesystem object? The catch here (sorry!) is that I really do > need backward compatibility to 10.7, which rules out > fileURLWithFileSystemRepres

Re: How To Install El Capitan From Sierra?

2017-07-24 Thread Alex Zavatone
> On May 30, 2017, at 3:25 PM, Quincey Morris > wrote: > > On May 30, 2017, at 12:32 , Richard Charles wrote: >> >> you can […] select [bootable media from older installers] as your start up >> disk from within macOS Sierra > > Not if this Mac is newer than the older macOS. (Think about har

Re: How To Install El Capitan From Sierra?

2017-07-24 Thread Mike Crawford
> What about VMware Fusion? It’s 50 bucks. My understanding is that VMware virtualizes the firewire ports, so you can use the two-machine debugger with just one Macintosh. Mike Mike Crawford, Baritone mdcrawf...@gmail.com One Must Not Trifle With Wizards For It Makes Us Soggy And Hard To

Re: Leak in NSDocument Edge Case

2017-07-24 Thread Jerome Krinock
I filed a bug on this today: 33502122. > On 2017 Jun 30, at 14:53, Jerome Krinock wrote: > > It looks to me that, in the edge case where user clicks File : Duplicate and > then enters a file path/name that already exists in the filesystem, so that > Cocoa prompts to "Replace" or "Cancel", the

In app purchase + redeem points as gift vouchers

2017-07-24 Thread Devarshi Kulshreshtha
We are developing a multiplayer game in which user has to buy some credit point through in app purchase, then he can multiply those points by winning multiplayer challenges with friends. On reaching a certain level of points, he can reward himself by re-deeming gift vouchers (amazon, ebay, etc) thr