Skip to content

Commit

Permalink
Merge pull request premake#16 from akaStiX/FileTags
Browse files Browse the repository at this point in the history
Added storyboard as a recognized filetype
  • Loading branch information
starkos committed Aug 23, 2015
2 parents dbabd7b + 62fea9a commit a090f31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/actions/xcode/xcode_common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
[".strings"] = "Resources",
[".nib"] = "Resources",
[".xib"] = "Resources",
[".storyboard"] = "Resources",
[".icns"] = "Resources",
[".s"] = "Sources",
[".S"] = "Sources",
Expand Down Expand Up @@ -134,6 +135,7 @@
[".m"] = "sourcecode.c.objc",
[".mm"] = "sourcecode.cpp.objc",
[".nib"] = "wrapper.nib",
[".storyboard"] = "file.storyboard",
[".pch"] = "sourcecode.c.h",
[".plist"] = "text.plist.xml",
[".strings"] = "text.plist.strings",
Expand Down

0 comments on commit a090f31

Please sign in to comment.