1
0
Fork 0
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:
jules 2016-04-27 10:10:45 +01:00
parent e05e9a470a
commit 1cbd0a005b

View file

@ -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);