From 1cbd0a005bf77c1ad1ffcafc9d148b15522f9465 Mon Sep 17 00:00:00 2001 From: jules Date: Wed, 27 Apr 2016 10:10:45 +0100 Subject: [PATCH] Projucer: stopped files with certain extensions (e.g. txt) being automatically added to the Xcode resources --- .../Projucer/Source/Project Saving/jucer_ProjectExport_XCode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/Projucer/Source/Project Saving/jucer_ProjectExport_XCode.h b/extras/Projucer/Source/Project Saving/jucer_ProjectExport_XCode.h index 91468160a2..63ec9ca277 100644 --- a/extras/Projucer/Source/Project Saving/jucer_ProjectExport_XCode.h +++ b/extras/Projucer/Source/Project Saving/jucer_ProjectExport_XCode.h @@ -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);