Re: iOS 7/8 sandboxing question. Path to Documents folder changing on every app launch?

2015-04-06 Thread Clark Smith Cox III
7/8 under each launch. It might not change *every* launch, but you should expect that it *could* change between any two launches. -- Clark Smith Cox III clark@apple.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post

Re: Does GCD auto-limit concurrent tasks to number of cores?

2015-04-09 Thread Clark Smith Cox III
(i.e. when the above dispatch_apply has returned, all 4950 executions of your block have already completed). -- Clark Smith Cox III clark@apple.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or m

Re: malloc(0) returns a pointer, not NULL

2015-05-05 Thread Clark Smith Cox III
bytes ); > > Just thought you'd like to know, -- Clark Smith Cox III clark@apple.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at coc

Re: predefined macro iOS vs OS X

2013-08-17 Thread Clark Smith Cox III
n your method prototypes and just use CGRect. Or just define NS_BUILD_32_LIKE_64. Doing so will cause NSRect to be defined as a typedef for CGRect. -- Clark Smith Cox III clark@apple.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) P

Re: Threaded drawing

2013-12-07 Thread Clark Smith Cox III
is created,or when it > is run? It is captured when the block is created. -- Clark Smith Cox III clark@apple.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact th

Re: ARC and autorelease pools

2014-02-16 Thread Clark Smith Cox III
On Feb 16, 2014, at 10:22, Kevin Meaney wrote: > > On 16 Feb 2014, at 17:06, Jens Alfke wrote: > >> On Feb 16, 2014, at 5:27 AM, Kevin Meaney wrote: >> >>> Is the only reason for interoperability with manual retain-release code? >> >> For backward compatibility. Nearly every piece of exist

Re: 6.1.6 for iPhones?

2014-02-23 Thread Clark Smith Cox III
ersion, all other devices are either limited to 5.1.x (or earlier) or can be upgraded to 7.0.6. -- Clark Smith Cox III clark@apple.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

Re: start with OSX 5.1.1

2014-07-31 Thread Clark Smith Cox III
finder from my xcode 3 installation > into my xcode 5 installation… done. Xcode receives zero testing in these unsupported configurations. Attempting to use Xcode in such a configuration is an exceedingly bad idea, especially if you are planning to do so in production. -- Clark Smith Cox II