Re: [cmake-developers] Xcode source file type

2017-05-15 Thread James Touton
Thanks, guys; I'll investigate and see what I can do. On Mon, May 15, 2017 at 6:06 AM, Brad King wrote: > On 05/14/2017 05:42 PM, Gregor Jasny via cmake-developers wrote: > > I'd welcome any attempts to simplify the Xcode generator. But before I'd > > ack such a PR I'd

Re: [cmake-developers] Xcode source file type

2017-05-15 Thread Brad King
On 05/14/2017 05:42 PM, Gregor Jasny via cmake-developers wrote: > I'd welcome any attempts to simplify the Xcode generator. But before I'd > ack such a PR I'd like to know why this functionality was added in the > first place. CMake still supports (does not actively break) Xcode 3. If > there is

[cmake-developers] Xcode source file type

2017-05-13 Thread James Touton
The Xcode generator currently attempts to set the lastKnownFileType attribute for every source file in a target. There's a property that allows the user to set this value explicitly, but if the property is not set, the generator comes up with an appropriate value based on the file extension. For