Re: [CMake] xcode generator's use of explicitFileType vs lastKnownFileType

2014-12-19 Thread Gregor Jasny
Hi, On 18/12/14 23:59, Radu Margarint wrote: I hope I'm asking this in correct place. I have recently been running into some issues using the xcode project files generated though cmake, and I have traced them down to PBXFileReference nodes using explicitFileType attributes (vs

Re: [CMake] xcode generator's use of explicitFileType vs lastKnownFileType

2014-12-19 Thread Radu Margarint
I didn't know about includeInIndex, but I just tried it and it does nothing. To clarify something, the xcode freeze is not a drastic slowdown at indexing time. It's a complete halt at project open time, before the UX even those up. XCode is completely unresponsive doing a ton of [PBXFileReference

[CMake] xcode generator's use of explicitFileType vs lastKnownFileType

2014-12-18 Thread Radu Margarint
Greetings, I hope I'm asking this in correct place. I have recently been running into some issues using the xcode project files generated though cmake, and I have traced them down to PBXFileReference nodes using explicitFileType attributes (vs lastKnownFileType). The projects generated are some

Re: [CMake] xcode generator's use of explicitFileType vs lastKnownFileType

2014-12-18 Thread Eric Wing
On 12/18/14, Radu Margarint rad...@raduma.com wrote: Greetings, I hope I'm asking this in correct place. I have recently been running into some issues using the xcode project files generated though cmake, and I have traced them down to PBXFileReference nodes using explicitFileType attributes