On Mon, 1 Feb 2016 21:49:27 +0000, Jonathan Taylor said: >Can anybody tell me a compiler macro that will get me the version string >of Xcode itself? My attempts to google this are getting swamped by >things that are not what I am looking for. > >I'd like to use this to provide information about the build environment >with which the code was built, in addition to information about the >version of my code that was being built (which I already have). Can >anyone advise?
Take a look inside your built app's Info.plist, some of that info is recorded in there. You could read it at runtime for display. Cheers, -- ____________________________________________________________ Sean McBride, B. Eng s...@rogue-research.com Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (Xcode-users@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to arch...@mail-archive.com