mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Fixed a Launch Images Source issue in Xcode 11
This commit is contained in:
parent
635e070cba
commit
78fd7a7364
1 changed files with 3 additions and 1 deletions
|
|
@ -1308,7 +1308,9 @@ public:
|
|||
if (owner.iOS)
|
||||
{
|
||||
s.set ("ASSETCATALOG_COMPILER_APPICON_NAME", "AppIcon");
|
||||
s.set ("ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME", "LaunchImage");
|
||||
|
||||
if (! owner.shouldAddStoryboardToProject())
|
||||
s.set ("ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME", "LaunchImage");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue