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