MantisBT - CMake
View Issue Details
0008253CMakeCMakepublic2008-12-07 14:512010-12-14 18:45
Baron L. Roberts 
David Cole 
normalmajoralways
closedfixed 
CMake-2-6 
 
0008253: XIB files treated as source code rather than IB files when opened
When generating an XCode project containing XIB files (XML Interface Builder), CMake 2.6.2 assigns the file the type "sourcecode". This results in the XIB file being opened in the source code editor when double-clicked in XCode. The attached patch addes the "xib" extension to cmGlobalXCodeGenerator.cxx. Once this patch is applied, double-clicking on the XIB file opens it in the Interface Builder tool as expected.
No tags attached.
txt xib-patch.txt (501) 2008-12-07 14:51
https://public.kitware.com/Bug/file/1904/xib-patch.txt
Issue History
2008-12-07 14:51Baron L. RobertsNew Issue
2008-12-07 14:51Baron L. RobertsFile Added: xib-patch.txt
2008-12-15 10:38Bill HoffmanStatusnew => assigned
2008-12-15 10:38Bill HoffmanAssigned To => David Cole
2009-02-19 11:21David ColeNote Added: 0015221
2009-02-19 11:21David ColeStatusassigned => resolved
2009-02-19 11:21David ColeResolutionopen => fixed
2010-12-14 18:45David ColeNote Added: 0024015
2010-12-14 18:45David ColeStatusresolved => closed

Notes
(0015221)
David Cole   
2009-02-19 11:21   
Fixed in CVS HEAD.

$ cvs commit -m "BUG: Fix issue 0008253 - handle xib file extension in Xcode projects so that double clicking on xib files opens them up in Interface Builder. Thanks to baron_roberts for the patch."

/cvsroot/CMake/CMake/Source/cmGlobalXCodeGenerator.cxx,v <-- Source/cmGlobalXCodeGenerator.cxx
new revision: 1.208; previous revision: 1.207
(0024015)
David Cole   
2010-12-14 18:45   
Closing bugs that have been resolved for more than 3 months without any further updates.