View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008253CMakeCMakepublic2008-12-07 14:512010-12-14 18:45
ReporterBaron L. Roberts 
Assigned ToDavid Cole 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0008253: XIB files treated as source code rather than IB files when opened
DescriptionWhen 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.
TagsNo tags attached.
Attached Filestxt file icon xib-patch.txt [^] (501 bytes) 2008-12-07 14:51 [Show Content]

 Relationships

  Notes
(0015221)
David Cole (manager)
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 (manager)
2010-12-14 18:45

Closing bugs that have been resolved for more than 3 months without any further updates.

 Issue History
Date Modified Username Field Change
2008-12-07 14:51 Baron L. Roberts New Issue
2008-12-07 14:51 Baron L. Roberts File Added: xib-patch.txt
2008-12-15 10:38 Bill Hoffman Status new => assigned
2008-12-15 10:38 Bill Hoffman Assigned To => David Cole
2009-02-19 11:21 David Cole Note Added: 0015221
2009-02-19 11:21 David Cole Status assigned => resolved
2009-02-19 11:21 David Cole Resolution open => fixed
2010-12-14 18:45 David Cole Note Added: 0024015
2010-12-14 18:45 David Cole Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team