View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008928CMakeCMakepublic2009-04-24 13:262009-09-21 13:15
Reportergoatboy160 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0008928: Add support for .xib files in the XCode generator
Descriptionxib's need to have the file type properly identified in the XCode project to enable Interface builder integration.
Additional InformationIndex: cmGlobalXCodeGenerator.cxx
===================================================================
--- cmGlobalXCodeGenerator.cxx (revision 29)
+++ cmGlobalXCodeGenerator.cxx (working copy)
@@ -564,6 +564,10 @@
     {
     sourcecode += ".c.objc";
     }
+ else if(ext == "xib")
+ {
+ sourcecode = "file.xib";
+ }
   else if(ext == "plist")
     {
     sourcecode += ".text.plist";
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0017674)
Bill Hoffman (manager)
2009-09-21 13:15

$ cvs commit -m "Fix Bug 0008928, add support for .xib files for Xcode." cmGlobalXCodeGenerator.cxx
Committer: Bill Hoffman <bill.hoffman@kitware.com>
/cvsroot/CMake/CMake/Source/cmGlobalXCodeGenerator.cxx,v <-- cmGlobalXCodeGenerator.cxx
new revision: 1.228; previous revision: 1.227

 Issue History
Date Modified Username Field Change
2009-04-24 13:26 goatboy160 New Issue
2009-09-21 13:15 Bill Hoffman Note Added: 0017674
2009-09-21 13:15 Bill Hoffman Status new => closed
2009-09-21 13:15 Bill Hoffman Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team