Skip to content

Commit

Permalink
- still add storyboards even if custom plist is used
Browse files Browse the repository at this point in the history
  • Loading branch information
polymonster committed Jan 25, 2024
1 parent 527d71b commit 7f043ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/premake/app_template.lua
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@ local function setup_ios()
{
_OPTIONS["plist"]
}

files
{
(pmtech_dir .. "/core/template/ios/Base.lproj/**.*"),
}
else
files
{
Expand Down

0 comments on commit 7f043ad

Please sign in to comment.