mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
Xcode: Recognize storyboard source files (#13214)
This commit is contained in:
committed by
Brad King
parent
6218aba37a
commit
d59ba0c591
@@ -723,6 +723,10 @@ GetSourcecodeValueFromFileExtension(const std::string& _ext,
|
|||||||
{
|
{
|
||||||
sourcecode = "file.xib";
|
sourcecode = "file.xib";
|
||||||
}
|
}
|
||||||
|
else if(ext == "storyboard")
|
||||||
|
{
|
||||||
|
sourcecode = "file.storyboard";
|
||||||
|
}
|
||||||
else if(ext == "mm")
|
else if(ext == "mm")
|
||||||
{
|
{
|
||||||
sourcecode += ".cpp.objcpp";
|
sourcecode += ".cpp.objcpp";
|
||||||
|
|||||||
Reference in New Issue
Block a user