Re: ARC

2019-09-27 Thread Owen Hartnett via Cocoa-dev
Also turn on Zombie Objects and the other diagnostic features in Xcode edit Scheme -> Diagnostics. -Owen > On Aug 26, 2019, at 1:43 PM, Jean-Daniel via Cocoa-dev > wrote: > > A better way to investigate such issue is using the memory debugging tools in > Instrument IMHO. > That would let you

Re: Future of Cocoa

2019-11-21 Thread Owen Hartnett via Cocoa-dev
> On Nov 21, 2019, at 5:49 PM, Gabriel Zachmann via Cocoa-dev > wrote: > > >> >> If someone can afford days/weeks to do watch WWDC sessions consistently >> every year it's great. That's not a luxury all of us can afford and it's >> ridiculous to think this should be a requirement. >> > > B

Re: Question about Info.plist's

2020-08-19 Thread Owen Hartnett via Cocoa-dev
You can also use a build script that calls PlistBuddy to alter the contents of a plist called using a Run Script in Build Phases just before Compile Sources. I used to use one to apply the subversion revision number to the build version, but then I switched to git. -Owen > On Aug 19, 2020, a

Question about certificates and provisioning profiles for enterprise

2023-01-09 Thread Owen Hartnett via Cocoa-dev
We have an imminent expiration on one of our certificates (29 days). We use “Automatically manage signing." If we look at the .ipa file for our app, we see that we have three certificates. I guess we created some others. If I revoke the soon to be expiring certficiate, is there a chance that