Xcode: Add support for mig files

This commit is contained in:
James Touton 2016-06-03 18:27:39 -07:00 committed by Brad King
parent 811f6c8252
commit 27eb657d11
1 changed files with 2 additions and 0 deletions

View File

@ -787,6 +787,8 @@ std::string GetSourcecodeValueFromFileExtension(const std::string& _ext,
sourcecode += ".asm";
} else if (ext == "metal") {
sourcecode += ".metal";
} else if (ext == "mig") {
sourcecode += ".mig";
}
// else
// {