mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: stopped files with certain extensions (e.g. txt) being automatically added to the Xcode resources
This commit is contained in:
parent
e05e9a470a
commit
1cbd0a005b
1 changed files with 1 additions and 1 deletions
|
|
@ -2194,7 +2194,7 @@ private:
|
|||
{
|
||||
const String fileType (getFileType (path));
|
||||
|
||||
if (shouldBeAddedToXcodeResources || fileType.startsWith ("image.") || fileType.startsWith ("text.") || fileType.startsWith ("file."))
|
||||
if (shouldBeAddedToXcodeResources)
|
||||
{
|
||||
resourceIDs.add (addBuildFile (pathAsString, refID, false, false));
|
||||
resourceFileRefs.add (refID);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue