Re: How to bind OS-X UI to display the App Bundle "CFShortVersionString" value?

2016-02-21 Thread Ken Thomases
On Feb 21, 2016, at 2:30 PM, Motti Shneor wrote: > > I simply want an NSTextField (Label) in one of my windows, to display the > “short version string” which is in the App Bundle’s info-plist, at the > “CFShortVersionString”. I hoped to do this via binding in my .xib -

How to bind OS-X UI to display the App Bundle "CFShortVersionString" value?

2016-02-21 Thread Motti Shneor
Hello, and excuse this novice question. I really googled around, and even re-briefed Cocoa Binding docs and so on - but something eludes here - I want something very simple, yet all the methods I can think of are quite cumbersome and indirect. I simply want an NSTextField (Label) in one of my