mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
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
Block a user