Re: When did we get automatic synthesis of accessors in OS X?

2014-01-12 Thread Shane Stanley
On 13 Jan 2014, at 7:39 AM, Jerry Krinock wrote: > I hope this has an easy answer Search for "Objective-C Feature Availability Index" in Xcode Help. It says Xcode 4.4, plus the modern runtime for deployment. -- Shane Stanley ___ Cocoa-dev maili

Re: When did we get automatic synthesis of accessors in OS X?

2014-01-12 Thread Charles Srstka
On Jan 12, 2014, at 3:07 PM, Nick Petrov wrote: > It was introduced in Xcode 4.4 > > Wikipedia[1] says that can be installed on "OS X Lion(10.7.4 and 10.7.5) and > OS X Mountain Lion(10.8.x) - iOS SDK iOS 5.1" That's for the development machine. The end user of your app can be running 10.6,

Re: When did we get automatic synthesis of accessors in OS X?

2014-01-12 Thread Charles Srstka
On Jan 12, 2014, at 2:39 PM, Jerry Krinock wrote: > Automatic synthesis of Objective-C property accessors was introduced several > years ago. I forget and cannot find what are the prerequisites for this. Is > it > > 64 vs. 32 bit build? > the SDK version? > the Mac OS X runtime version? > so

Re: When did we get automatic synthesis of accessors in OS X?

2014-01-12 Thread Nick Petrov
On Jan 12, 2014, at 10:39 PM, Jerry Krinock wrote: > Automatic synthesis of Objective-C property accessors was introduced several > years ago. I forget and cannot find what are the prerequisites for this. Is > it > > 64 vs. 32 bit build? > the SDK version? > the Mac OS X runtime version? > so

Re: When did we get automatic synthesis of accessors in OS X?

2014-01-12 Thread Mohit Sharma
On Sun, Jan 12, 2014 at 12:39 PM, Jerry Krinock wrote: > Automatic synthesis of Objective-C property accessors was introduced > several years ago. I forget and cannot find what are the prerequisites for > this. Is it > > 64 vs. 32 bit build? > the SDK version? > llvm 4.0 which comes with Xcode

When did we get automatic synthesis of accessors in OS X?

2014-01-12 Thread Jerry Krinock
Automatic synthesis of Objective-C property accessors was introduced several years ago. I forget and cannot find what are the prerequisites for this. Is it 64 vs. 32 bit build? the SDK version? the Mac OS X runtime version? some combination of the above? I hope this has an easy answer, so “tha