mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-31 03:00:05 +00:00
Projucer: Remove empty strings before adding Xcode custom resource folders
This commit is contained in:
parent
a725f4e2b3
commit
fccad2d72b
1 changed files with 1 additions and 0 deletions
|
|
@ -2478,6 +2478,7 @@ private:
|
|||
|
||||
folders.addTokens (getCustomResourceFoldersString(), ":", "");
|
||||
folders.trim();
|
||||
folders.removeEmptyStrings();
|
||||
|
||||
for (auto& crf : folders)
|
||||
addCustomResourceFolder (crf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue