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";
|
sourcecode += ".c.objc";
|
||||||
}
|
}
|
||||||
|
else if(ext == "xib")
|
||||||
|
{
|
||||||
|
sourcecode += ".file.xib";
|
||||||
|
}
|
||||||
else if(ext == "plist")
|
else if(ext == "plist")
|
||||||
{
|
{
|
||||||
sourcecode += ".text.plist";
|
sourcecode += ".text.plist";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user