Fix Bug #8928, add support for .xib files for Xcode.
This commit is contained in:
parent
004f9931a9
commit
441cd9ce0b
|
@ -626,6 +626,10 @@ cmGlobalXCodeGenerator::CreateXCodeFileReference(cmSourceFile* sf,
|
|||
{
|
||||
sourcecode += ".c.objc";
|
||||
}
|
||||
else if(ext == "xib")
|
||||
{
|
||||
sourcecode += ".file.xib";
|
||||
}
|
||||
else if(ext == "plist")
|
||||
{
|
||||
sourcecode += ".text.plist";
|
||||
|
|
Loading…
Reference in New Issue