From c1eabac438cef41b8ad0892033a236fcb72dfa6b Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Thu, 22 Jul 2021 15:55:53 +0100 Subject: [PATCH] Projucer: Removed an unused asset file --- .../MacOSX/Projucer.xcodeproj/project.pbxproj | 2 - .../VisualStudio2015/Projucer_App.vcxproj | 1 - .../Projucer_App.vcxproj.filters | 3 - .../VisualStudio2017/Projucer_App.vcxproj | 1 - .../Projucer_App.vcxproj.filters | 3 - .../VisualStudio2019/Projucer_App.vcxproj | 1 - .../Projucer_App.vcxproj.filters | 3 - extras/Projucer/CMakeLists.txt | 1 - .../Projucer/JuceLibraryCode/BinaryData.cpp | 324 +++++------------- extras/Projucer/JuceLibraryCode/BinaryData.h | 5 +- extras/Projucer/Projucer.jucer | 2 - .../BinaryData/Icons/juce-logo-with-text.svg | 143 -------- 12 files changed, 87 insertions(+), 402 deletions(-) delete mode 100644 extras/Projucer/Source/BinaryData/Icons/juce-logo-with-text.svg diff --git a/extras/Projucer/Builds/MacOSX/Projucer.xcodeproj/project.pbxproj b/extras/Projucer/Builds/MacOSX/Projucer.xcodeproj/project.pbxproj index 24f52ff846..46c84a51e5 100644 --- a/extras/Projucer/Builds/MacOSX/Projucer.xcodeproj/project.pbxproj +++ b/extras/Projucer/Builds/MacOSX/Projucer.xcodeproj/project.pbxproj @@ -158,7 +158,6 @@ 41105E536155E394E54BDD35 /* colourscheme_dark.xml */ /* colourscheme_dark.xml */ = {isa = PBXFileReference; lastKnownFileType = file.xml; name = colourscheme_dark.xml; path = ../../Source/BinaryData/colourscheme_dark.xml; sourceTree = SOURCE_ROOT; }; 42F4AA3EF0883D506987CA99 /* export_codeBlocks.svg */ /* export_codeBlocks.svg */ = {isa = PBXFileReference; lastKnownFileType = file.svg; name = export_codeBlocks.svg; path = ../../Source/BinaryData/Icons/export_codeBlocks.svg; sourceTree = SOURCE_ROOT; }; 431D30038CBF67F80E8B3A13 /* OpenGL.framework */ /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; }; - 432EC251A122071809471804 /* juce-logo-with-text.svg */ /* juce-logo-with-text.svg */ = {isa = PBXFileReference; lastKnownFileType = file.svg; name = "juce-logo-with-text.svg"; path = "../../Source/BinaryData/Icons/juce-logo-with-text.svg"; sourceTree = SOURCE_ROOT; }; 463C8CF42FAA00014198B71B /* PIPComponent.cpp.in */ /* PIPComponent.cpp.in */ = {isa = PBXFileReference; lastKnownFileType = file.in; name = PIPComponent.cpp.in; path = ../../../Build/CMake/PIPComponent.cpp.in; sourceTree = SOURCE_ROOT; }; 472F9A90F685220D730EBF6C /* BinaryData.cpp */ /* BinaryData.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = BinaryData.cpp; path = ../../JuceLibraryCode/BinaryData.cpp; sourceTree = SOURCE_ROOT; }; 486E8D02DAD2A0BF54A901C0 /* jucer_MiscUtilities.cpp */ /* jucer_MiscUtilities.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = jucer_MiscUtilities.cpp; path = ../../Source/Utility/Helpers/jucer_MiscUtilities.cpp; sourceTree = SOURCE_ROOT; }; @@ -816,7 +815,6 @@ EAC1731150A7F79D59BAA0B6, 8F4D281E98808204E2846A7D, CD267A28C16C4E79EB749005, - 432EC251A122071809471804, B83C9BD89F31EA9E5E12A3C6, 8FEF6F5EA676B824C021EB6F, 8FF26BF72A522FBEAAFDDF54, diff --git a/extras/Projucer/Builds/VisualStudio2015/Projucer_App.vcxproj b/extras/Projucer/Builds/VisualStudio2015/Projucer_App.vcxproj index b89208f6b9..8276c7ab03 100644 --- a/extras/Projucer/Builds/VisualStudio2015/Projucer_App.vcxproj +++ b/extras/Projucer/Builds/VisualStudio2015/Projucer_App.vcxproj @@ -2132,7 +2132,6 @@ - diff --git a/extras/Projucer/Builds/VisualStudio2015/Projucer_App.vcxproj.filters b/extras/Projucer/Builds/VisualStudio2015/Projucer_App.vcxproj.filters index 1ebc0be323..2a99960b61 100644 --- a/extras/Projucer/Builds/VisualStudio2015/Projucer_App.vcxproj.filters +++ b/extras/Projucer/Builds/VisualStudio2015/Projucer_App.vcxproj.filters @@ -3773,9 +3773,6 @@ Projucer\BinaryData\Icons - - Projucer\BinaryData\Icons - Projucer\BinaryData\Icons diff --git a/extras/Projucer/Builds/VisualStudio2017/Projucer_App.vcxproj b/extras/Projucer/Builds/VisualStudio2017/Projucer_App.vcxproj index 6f6938b828..87de8a9014 100644 --- a/extras/Projucer/Builds/VisualStudio2017/Projucer_App.vcxproj +++ b/extras/Projucer/Builds/VisualStudio2017/Projucer_App.vcxproj @@ -2132,7 +2132,6 @@ - diff --git a/extras/Projucer/Builds/VisualStudio2017/Projucer_App.vcxproj.filters b/extras/Projucer/Builds/VisualStudio2017/Projucer_App.vcxproj.filters index 570f0a51ac..5882840579 100644 --- a/extras/Projucer/Builds/VisualStudio2017/Projucer_App.vcxproj.filters +++ b/extras/Projucer/Builds/VisualStudio2017/Projucer_App.vcxproj.filters @@ -3773,9 +3773,6 @@ Projucer\BinaryData\Icons - - Projucer\BinaryData\Icons - Projucer\BinaryData\Icons diff --git a/extras/Projucer/Builds/VisualStudio2019/Projucer_App.vcxproj b/extras/Projucer/Builds/VisualStudio2019/Projucer_App.vcxproj index 7736992e97..451c69c531 100644 --- a/extras/Projucer/Builds/VisualStudio2019/Projucer_App.vcxproj +++ b/extras/Projucer/Builds/VisualStudio2019/Projucer_App.vcxproj @@ -2132,7 +2132,6 @@ - diff --git a/extras/Projucer/Builds/VisualStudio2019/Projucer_App.vcxproj.filters b/extras/Projucer/Builds/VisualStudio2019/Projucer_App.vcxproj.filters index 38606cbfea..9c05d4a3c9 100644 --- a/extras/Projucer/Builds/VisualStudio2019/Projucer_App.vcxproj.filters +++ b/extras/Projucer/Builds/VisualStudio2019/Projucer_App.vcxproj.filters @@ -3773,9 +3773,6 @@ Projucer\BinaryData\Icons - - Projucer\BinaryData\Icons - Projucer\BinaryData\Icons diff --git a/extras/Projucer/CMakeLists.txt b/extras/Projucer/CMakeLists.txt index 11f08bcc49..b5f3ae322b 100644 --- a/extras/Projucer/CMakeLists.txt +++ b/extras/Projucer/CMakeLists.txt @@ -102,7 +102,6 @@ juce_add_binary_data(ProjucerData SOURCES Source/BinaryData/Icons/export_visualStudio.svg Source/BinaryData/Icons/export_xcode.svg Source/BinaryData/Icons/gpl_logo.svg - Source/BinaryData/Icons/juce-logo-with-text.svg Source/BinaryData/Icons/juce_icon.png Source/BinaryData/Icons/wizard_AnimatedApp.svg Source/BinaryData/Icons/wizard_AudioApp.svg diff --git a/extras/Projucer/JuceLibraryCode/BinaryData.cpp b/extras/Projucer/JuceLibraryCode/BinaryData.cpp index 37466599ad..82da0d0f09 100644 --- a/extras/Projucer/JuceLibraryCode/BinaryData.cpp +++ b/extras/Projucer/JuceLibraryCode/BinaryData.cpp @@ -2107,157 +2107,8 @@ static const unsigned char temp_binary_data_17[] = const char* gpl_logo_svg = (const char*) temp_binary_data_17; -//================== juce-logo-with-text.svg ================== -static const unsigned char temp_binary_data_18[] = -"\n" -"\n" -" \n" -" \n" -" \n" -" image/svg+xml\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"\n"; - -const char* jucelogowithtext_svg = (const char*) temp_binary_data_18; - //================== juce_icon.png ================== -static const unsigned char temp_binary_data_19[] = +static const unsigned char temp_binary_data_18[] = { 137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,2,0,0,0,2,0,8,6,0,0,0,244,120,212,250,0,0,0,25,116,69,88,116,83,111,102,116,119,97,114,101,0,65,100,111,98,101,32,73,109,97,103,101,82,101,97,100,121,113,201,101,60,0,0,3,40,105,84,88,116,88,77,76,58, 99,111,109,46,97,100,111,98,101,46,120,109,112,0,0,0,0,0,60,63,120,112,97,99,107,101,116,32,98,101,103,105,110,61,34,239,187,191,34,32,105,100,61,34,87,53,77,48,77,112,67,101,104,105,72,122,114,101,83,122,78,84,99,122,107,99,57,100,34,63,62,32,60,120, 58,120,109,112,109,101,116,97,32,120,109,108,110,115,58,120,61,34,97,100,111,98,101,58,110,115,58,109,101,116,97,47,34,32,120,58,120,109,112,116,107,61,34,65,100,111,98,101,32,88,77,80,32,67,111,114,101,32,53,46,54,45,99,48,54,55,32,55,57,46,49,53,55, @@ -2903,10 +2754,10 @@ static const unsigned char temp_binary_data_19[] = 0,0,0,2,0,0,16,0,0,128,0,0,0,4,0,0,32,0,0,0,1,0,0,8,0,0,64,0,0,0,2,0,0,16,0,0,128,0,0,0,4,0,0,32,0,0,0,1,0,0,8,0,0,64,0,0,128,0,0,0,4,0,0,32,0,0,0,1,0,0,8,0,0,64,0,0,0,2,0,0,16,0,0,128,0,0,0,4,0,0,32,0,0,128,191,246,33,192,0,100,235,173,153,70,62,64, 37,0,0,0,0,73,69,78,68,174,66,96,130,0,0 }; -const char* juce_icon_png = (const char*) temp_binary_data_19; +const char* juce_icon_png = (const char*) temp_binary_data_18; //================== wizard_AnimatedApp.svg ================== -static const unsigned char temp_binary_data_20[] = +static const unsigned char temp_binary_data_19[] = "\n" "\n" "\n" @@ -3083,10 +2934,10 @@ static const unsigned char temp_binary_data_20[] = " id=\"line44\"\n" " style=\"stroke:#a45c94;stroke-opacity:0.94117647\" />"; -const char* wizard_AnimatedApp_svg = (const char*) temp_binary_data_20; +const char* wizard_AnimatedApp_svg = (const char*) temp_binary_data_19; //================== wizard_AudioApp.svg ================== -static const unsigned char temp_binary_data_21[] = +static const unsigned char temp_binary_data_20[] = "\n" "\n" "\n" @@ -3840,10 +3691,10 @@ static const unsigned char temp_binary_data_21[] = " id=\"line131\"\n" " style=\"stroke:#a45c94;stroke-opacity:1\" />"; -const char* wizard_AudioApp_svg = (const char*) temp_binary_data_21; +const char* wizard_AudioApp_svg = (const char*) temp_binary_data_20; //================== wizard_AudioPlugin.svg ================== -static const unsigned char temp_binary_data_22[] = +static const unsigned char temp_binary_data_21[] = "\n" "\n" "\n" @@ -4699,10 +4550,10 @@ static const unsigned char temp_binary_data_22[] = " id=\"circle175\"\n" " style=\"stroke:#a45c94;stroke-opacity:1;fill:#a45c94;fill-opacity:1\" />"; -const char* wizard_AudioPlugin_svg = (const char*) temp_binary_data_22; +const char* wizard_AudioPlugin_svg = (const char*) temp_binary_data_21; //================== wizard_ConsoleApp.svg ================== -static const unsigned char temp_binary_data_23[] = +static const unsigned char temp_binary_data_22[] = "\n" "\n" "\n" @@ -4789,10 +4640,10 @@ static const unsigned char temp_binary_data_23[] = " id=\"path19\"\n" " style=\"stroke:#a45c94;stroke-opacity:1;fill:#a45c94;fill-opacity:1\" />"; -const char* wizard_ConsoleApp_svg = (const char*) temp_binary_data_23; +const char* wizard_ConsoleApp_svg = (const char*) temp_binary_data_22; //================== wizard_DLL.svg ================== -static const unsigned char temp_binary_data_24[] = +static const unsigned char temp_binary_data_23[] = "\n" "\n" "\n" @@ -5063,10 +4914,10 @@ static const unsigned char temp_binary_data_24[] = " id=\"path54\"\n" " style=\"stroke:#a45c94;stroke-opacity:1\" />"; -const char* wizard_DLL_svg = (const char*) temp_binary_data_24; +const char* wizard_DLL_svg = (const char*) temp_binary_data_23; //================== wizard_GUI.svg ================== -static const unsigned char temp_binary_data_25[] = +static const unsigned char temp_binary_data_24[] = "\n" "\n" "\n" @@ -5236,10 +5087,10 @@ static const unsigned char temp_binary_data_25[] = " id=\"path47\"\n" " style=\"stroke:#a45c94;stroke-opacity:1\" />"; -const char* wizard_GUI_svg = (const char*) temp_binary_data_25; +const char* wizard_GUI_svg = (const char*) temp_binary_data_24; //================== wizard_Highlight.svg ================== -static const unsigned char temp_binary_data_26[] = +static const unsigned char temp_binary_data_25[] = "\n" "\n" "\n" @@ -5289,10 +5140,10 @@ static const unsigned char temp_binary_data_26[] = " id=\"path3\"\n" " style=\"fill:#a45c94;fill-opacity:1\" />"; -const char* wizard_Highlight_svg = (const char*) temp_binary_data_26; +const char* wizard_Highlight_svg = (const char*) temp_binary_data_25; //================== wizard_Openfile.svg ================== -static const unsigned char temp_binary_data_27[] = +static const unsigned char temp_binary_data_26[] = "\n" "\n" "\n" @@ -5344,10 +5195,10 @@ static const unsigned char temp_binary_data_27[] = " id=\"path3\"\n" " style=\"stroke:#a45c94;stroke-opacity:1\" />"; -const char* wizard_Openfile_svg = (const char*) temp_binary_data_27; +const char* wizard_Openfile_svg = (const char*) temp_binary_data_26; //================== wizard_OpenGL.svg ================== -static const unsigned char temp_binary_data_28[] = +static const unsigned char temp_binary_data_27[] = "\n" "\n" "\n" @@ -5475,10 +5326,10 @@ static const unsigned char temp_binary_data_28[] = " id=\"path23\"\n" " style=\"stroke:#a45c94;stroke-opacity:1\" />"; -const char* wizard_OpenGL_svg = (const char*) temp_binary_data_28; +const char* wizard_OpenGL_svg = (const char*) temp_binary_data_27; //================== wizard_StaticLibrary.svg ================== -static const unsigned char temp_binary_data_29[] = +static const unsigned char temp_binary_data_28[] = "\n" "\n" "\n" @@ -5749,10 +5600,10 @@ static const unsigned char temp_binary_data_29[] = " id=\"path54\"\n" " style=\"stroke:#a45c94;stroke-opacity:1\" />"; -const char* wizard_StaticLibrary_svg = (const char*) temp_binary_data_29; +const char* wizard_StaticLibrary_svg = (const char*) temp_binary_data_28; //================== jucer_AnimatedComponentSimpleTemplate.h ================== -static const unsigned char temp_binary_data_30[] = +static const unsigned char temp_binary_data_29[] = "#pragma once\r\n" "\r\n" "%%include_juce%%\r\n" @@ -5810,10 +5661,10 @@ static const unsigned char temp_binary_data_30[] = " JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (%%content_component_class%%)\r\n" "};\r\n"; -const char* jucer_AnimatedComponentSimpleTemplate_h = (const char*) temp_binary_data_30; +const char* jucer_AnimatedComponentSimpleTemplate_h = (const char*) temp_binary_data_29; //================== jucer_AnimatedComponentTemplate.cpp ================== -static const unsigned char temp_binary_data_31[] = +static const unsigned char temp_binary_data_30[] = "%%include_corresponding_header%%\r\n" "\r\n" "//==============================================================================\r\n" @@ -5852,10 +5703,10 @@ static const unsigned char temp_binary_data_31[] = " // update their positions.\r\n" "}\r\n"; -const char* jucer_AnimatedComponentTemplate_cpp = (const char*) temp_binary_data_31; +const char* jucer_AnimatedComponentTemplate_cpp = (const char*) temp_binary_data_30; //================== jucer_AnimatedComponentTemplate.h ================== -static const unsigned char temp_binary_data_32[] = +static const unsigned char temp_binary_data_31[] = "#pragma once\r\n" "\r\n" "%%include_juce%%\r\n" @@ -5887,10 +5738,10 @@ static const unsigned char temp_binary_data_32[] = " JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (%%content_component_class%%)\r\n" "};\r\n"; -const char* jucer_AnimatedComponentTemplate_h = (const char*) temp_binary_data_32; +const char* jucer_AnimatedComponentTemplate_h = (const char*) temp_binary_data_31; //================== jucer_AudioComponentSimpleTemplate.h ================== -static const unsigned char temp_binary_data_33[] = +static const unsigned char temp_binary_data_32[] = "#pragma once\r\n" "\r\n" "%%include_juce%%\r\n" @@ -5986,10 +5837,10 @@ static const unsigned char temp_binary_data_33[] = " JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (%%content_component_class%%)\r\n" "};\r\n"; -const char* jucer_AudioComponentSimpleTemplate_h = (const char*) temp_binary_data_33; +const char* jucer_AudioComponentSimpleTemplate_h = (const char*) temp_binary_data_32; //================== jucer_AudioComponentTemplate.cpp ================== -static const unsigned char temp_binary_data_34[] = +static const unsigned char temp_binary_data_33[] = "%%include_corresponding_header%%\r\n" "\r\n" "//==============================================================================\r\n" @@ -6066,10 +5917,10 @@ static const unsigned char temp_binary_data_34[] = " // update their positions.\r\n" "}\r\n"; -const char* jucer_AudioComponentTemplate_cpp = (const char*) temp_binary_data_34; +const char* jucer_AudioComponentTemplate_cpp = (const char*) temp_binary_data_33; //================== jucer_AudioComponentTemplate.h ================== -static const unsigned char temp_binary_data_35[] = +static const unsigned char temp_binary_data_34[] = "#pragma once\r\n" "\r\n" "%%include_juce%%\r\n" @@ -6103,10 +5954,10 @@ static const unsigned char temp_binary_data_35[] = " JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (%%content_component_class%%)\r\n" "};\r\n"; -const char* jucer_AudioComponentTemplate_h = (const char*) temp_binary_data_35; +const char* jucer_AudioComponentTemplate_h = (const char*) temp_binary_data_34; //================== jucer_AudioPluginEditorTemplate.cpp ================== -static const unsigned char temp_binary_data_36[] = +static const unsigned char temp_binary_data_35[] = "/*\r\n" " ==============================================================================\r\n" "\r\n" @@ -6147,10 +5998,10 @@ static const unsigned char temp_binary_data_36[] = " // subcomponents in your editor..\r\n" "}\r\n"; -const char* jucer_AudioPluginEditorTemplate_cpp = (const char*) temp_binary_data_36; +const char* jucer_AudioPluginEditorTemplate_cpp = (const char*) temp_binary_data_35; //================== jucer_AudioPluginEditorTemplate.h ================== -static const unsigned char temp_binary_data_37[] = +static const unsigned char temp_binary_data_36[] = "/*\r\n" " ==============================================================================\r\n" "\r\n" @@ -6184,10 +6035,10 @@ static const unsigned char temp_binary_data_37[] = " JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (%%editor_class_name%%)\r\n" "};\r\n"; -const char* jucer_AudioPluginEditorTemplate_h = (const char*) temp_binary_data_37; +const char* jucer_AudioPluginEditorTemplate_h = (const char*) temp_binary_data_36; //================== jucer_AudioPluginFilterTemplate.cpp ================== -static const unsigned char temp_binary_data_38[] = +static const unsigned char temp_binary_data_37[] = "/*\r\n" " ==============================================================================\r\n" "\r\n" @@ -6379,10 +6230,10 @@ static const unsigned char temp_binary_data_38[] = " return new %%filter_class_name%%();\r\n" "}\r\n"; -const char* jucer_AudioPluginFilterTemplate_cpp = (const char*) temp_binary_data_38; +const char* jucer_AudioPluginFilterTemplate_cpp = (const char*) temp_binary_data_37; //================== jucer_AudioPluginFilterTemplate.h ================== -static const unsigned char temp_binary_data_39[] = +static const unsigned char temp_binary_data_38[] = "/*\r\n" " ==============================================================================\r\n" "\r\n" @@ -6443,10 +6294,10 @@ static const unsigned char temp_binary_data_39[] = " JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (%%filter_class_name%%)\r\n" "};\r\n"; -const char* jucer_AudioPluginFilterTemplate_h = (const char*) temp_binary_data_39; +const char* jucer_AudioPluginFilterTemplate_h = (const char*) temp_binary_data_38; //================== jucer_ComponentTemplate.cpp ================== -static const unsigned char temp_binary_data_40[] = +static const unsigned char temp_binary_data_39[] = "/*\r\n" " ==============================================================================\r\n" "\r\n" @@ -6522,10 +6373,10 @@ static const unsigned char temp_binary_data_40[] = "//[EndFile] You can add extra defines here...\r\n" "//[/EndFile]\r\n"; -const char* jucer_ComponentTemplate_cpp = (const char*) temp_binary_data_40; +const char* jucer_ComponentTemplate_cpp = (const char*) temp_binary_data_39; //================== jucer_ComponentTemplate.h ================== -static const unsigned char temp_binary_data_41[] = +static const unsigned char temp_binary_data_40[] = "/*\r\n" " ==============================================================================\r\n" "\r\n" @@ -6588,10 +6439,10 @@ static const unsigned char temp_binary_data_41[] = "//[EndFile] You can add extra defines here...\r\n" "//[/EndFile]\r\n"; -const char* jucer_ComponentTemplate_h = (const char*) temp_binary_data_41; +const char* jucer_ComponentTemplate_h = (const char*) temp_binary_data_40; //================== jucer_ContentCompSimpleTemplate.h ================== -static const unsigned char temp_binary_data_42[] = +static const unsigned char temp_binary_data_41[] = "#pragma once\r\n" "\r\n" "%%include_juce%%\r\n" @@ -6641,10 +6492,10 @@ static const unsigned char temp_binary_data_42[] = " JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (%%content_component_class%%)\r\n" "};\r\n"; -const char* jucer_ContentCompSimpleTemplate_h = (const char*) temp_binary_data_42; +const char* jucer_ContentCompSimpleTemplate_h = (const char*) temp_binary_data_41; //================== jucer_ContentCompTemplate.cpp ================== -static const unsigned char temp_binary_data_43[] = +static const unsigned char temp_binary_data_42[] = "%%include_corresponding_header%%\r\n" "\r\n" "//==============================================================================\r\n" @@ -6675,10 +6526,10 @@ static const unsigned char temp_binary_data_43[] = " // update their positions.\r\n" "}\r\n"; -const char* jucer_ContentCompTemplate_cpp = (const char*) temp_binary_data_43; +const char* jucer_ContentCompTemplate_cpp = (const char*) temp_binary_data_42; //================== jucer_ContentCompTemplate.h ================== -static const unsigned char temp_binary_data_44[] = +static const unsigned char temp_binary_data_43[] = "#pragma once\r\n" "\r\n" "%%include_juce%%\r\n" @@ -6707,10 +6558,10 @@ static const unsigned char temp_binary_data_44[] = " JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (%%content_component_class%%)\r\n" "};\r\n"; -const char* jucer_ContentCompTemplate_h = (const char*) temp_binary_data_44; +const char* jucer_ContentCompTemplate_h = (const char*) temp_binary_data_43; //================== jucer_InlineComponentTemplate.h ================== -static const unsigned char temp_binary_data_45[] = +static const unsigned char temp_binary_data_44[] = "//==============================================================================\r\n" "class %%component_class%% : public juce::Component\r\n" "{\r\n" @@ -6752,10 +6603,10 @@ static const unsigned char temp_binary_data_45[] = " JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (%%component_class%%)\r\n" "};\r\n"; -const char* jucer_InlineComponentTemplate_h = (const char*) temp_binary_data_45; +const char* jucer_InlineComponentTemplate_h = (const char*) temp_binary_data_44; //================== jucer_MainConsoleAppTemplate.cpp ================== -static const unsigned char temp_binary_data_46[] = +static const unsigned char temp_binary_data_45[] = "/*\r\n" " ==============================================================================\r\n" "\r\n" @@ -6776,10 +6627,10 @@ static const unsigned char temp_binary_data_46[] = " return 0;\r\n" "}\r\n"; -const char* jucer_MainConsoleAppTemplate_cpp = (const char*) temp_binary_data_46; +const char* jucer_MainConsoleAppTemplate_cpp = (const char*) temp_binary_data_45; //================== jucer_MainTemplate_NoWindow.cpp ================== -static const unsigned char temp_binary_data_47[] = +static const unsigned char temp_binary_data_46[] = "/*\r\n" " ==============================================================================\r\n" "\r\n" @@ -6832,10 +6683,10 @@ static const unsigned char temp_binary_data_47[] = "// This macro generates the main() routine that launches the app.\r\n" "START_JUCE_APPLICATION (%%app_class_name%%)\r\n"; -const char* jucer_MainTemplate_NoWindow_cpp = (const char*) temp_binary_data_47; +const char* jucer_MainTemplate_NoWindow_cpp = (const char*) temp_binary_data_46; //================== jucer_MainTemplate_Window.cpp ================== -static const unsigned char temp_binary_data_48[] = +static const unsigned char temp_binary_data_47[] = "/*\r\n" " ==============================================================================\r\n" "\r\n" @@ -6941,10 +6792,10 @@ static const unsigned char temp_binary_data_48[] = "// This macro generates the main() routine that launches the app.\r\n" "START_JUCE_APPLICATION (%%app_class_name%%)\r\n"; -const char* jucer_MainTemplate_Window_cpp = (const char*) temp_binary_data_48; +const char* jucer_MainTemplate_Window_cpp = (const char*) temp_binary_data_47; //================== jucer_NewComponentTemplate.cpp ================== -static const unsigned char temp_binary_data_49[] = +static const unsigned char temp_binary_data_48[] = "/*\r\n" " ==============================================================================\r\n" "\r\n" @@ -6997,10 +6848,10 @@ static const unsigned char temp_binary_data_49[] = "\r\n" "}\r\n"; -const char* jucer_NewComponentTemplate_cpp = (const char*) temp_binary_data_49; +const char* jucer_NewComponentTemplate_cpp = (const char*) temp_binary_data_48; //================== jucer_NewComponentTemplate.h ================== -static const unsigned char temp_binary_data_50[] = +static const unsigned char temp_binary_data_49[] = "/*\r\n" " ==============================================================================\r\n" "\r\n" @@ -7031,10 +6882,10 @@ static const unsigned char temp_binary_data_50[] = " JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (%%component_class%%)\r\n" "};\r\n"; -const char* jucer_NewComponentTemplate_h = (const char*) temp_binary_data_50; +const char* jucer_NewComponentTemplate_h = (const char*) temp_binary_data_49; //================== jucer_NewCppFileTemplate.cpp ================== -static const unsigned char temp_binary_data_51[] = +static const unsigned char temp_binary_data_50[] = "/*\r\n" " ==============================================================================\r\n" "\r\n" @@ -7047,10 +6898,10 @@ static const unsigned char temp_binary_data_51[] = "\r\n" "%%include_corresponding_header%%\r\n"; -const char* jucer_NewCppFileTemplate_cpp = (const char*) temp_binary_data_51; +const char* jucer_NewCppFileTemplate_cpp = (const char*) temp_binary_data_50; //================== jucer_NewCppFileTemplate.h ================== -static const unsigned char temp_binary_data_52[] = +static const unsigned char temp_binary_data_51[] = "/*\r\n" " ==============================================================================\r\n" "\r\n" @@ -7063,10 +6914,10 @@ static const unsigned char temp_binary_data_52[] = "\r\n" "#pragma once\r\n"; -const char* jucer_NewCppFileTemplate_h = (const char*) temp_binary_data_52; +const char* jucer_NewCppFileTemplate_h = (const char*) temp_binary_data_51; //================== jucer_NewInlineComponentTemplate.h ================== -static const unsigned char temp_binary_data_53[] = +static const unsigned char temp_binary_data_52[] = "/*\r\n" " ==============================================================================\r\n" "\r\n" @@ -7129,10 +6980,10 @@ static const unsigned char temp_binary_data_53[] = " JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (%%component_class%%)\r\n" "};\r\n"; -const char* jucer_NewInlineComponentTemplate_h = (const char*) temp_binary_data_53; +const char* jucer_NewInlineComponentTemplate_h = (const char*) temp_binary_data_52; //================== jucer_OpenGLComponentSimpleTemplate.h ================== -static const unsigned char temp_binary_data_54[] = +static const unsigned char temp_binary_data_53[] = "#pragma once\r\n" "\r\n" "%%include_juce%%\r\n" @@ -7201,10 +7052,10 @@ static const unsigned char temp_binary_data_54[] = " JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (%%content_component_class%%)\r\n" "};\r\n"; -const char* jucer_OpenGLComponentSimpleTemplate_h = (const char*) temp_binary_data_54; +const char* jucer_OpenGLComponentSimpleTemplate_h = (const char*) temp_binary_data_53; //================== jucer_OpenGLComponentTemplate.cpp ================== -static const unsigned char temp_binary_data_55[] = +static const unsigned char temp_binary_data_54[] = "%%include_corresponding_header%%\r\n" "\r\n" "//==============================================================================\r\n" @@ -7254,10 +7105,10 @@ static const unsigned char temp_binary_data_55[] = " // update their positions.\r\n" "}\r\n"; -const char* jucer_OpenGLComponentTemplate_cpp = (const char*) temp_binary_data_55; +const char* jucer_OpenGLComponentTemplate_cpp = (const char*) temp_binary_data_54; //================== jucer_OpenGLComponentTemplate.h ================== -static const unsigned char temp_binary_data_56[] = +static const unsigned char temp_binary_data_55[] = "#pragma once\r\n" "\r\n" "%%include_juce%%\r\n" @@ -7291,10 +7142,10 @@ static const unsigned char temp_binary_data_56[] = " JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (%%content_component_class%%)\r\n" "};\r\n"; -const char* jucer_OpenGLComponentTemplate_h = (const char*) temp_binary_data_56; +const char* jucer_OpenGLComponentTemplate_h = (const char*) temp_binary_data_55; //================== jucer_PIPAudioProcessorTemplate.h ================== -static const unsigned char temp_binary_data_57[] = +static const unsigned char temp_binary_data_56[] = "class %%class_name%% : public juce::AudioProcessor\r\n" "{\r\n" "public:\r\n" @@ -7403,10 +7254,10 @@ static const unsigned char temp_binary_data_57[] = " JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (%%class_name%%)\r\n" "};\r\n"; -const char* jucer_PIPAudioProcessorTemplate_h = (const char*) temp_binary_data_57; +const char* jucer_PIPAudioProcessorTemplate_h = (const char*) temp_binary_data_56; //================== jucer_PIPTemplate.h ================== -static const unsigned char temp_binary_data_58[] = +static const unsigned char temp_binary_data_57[] = "/*******************************************************************************\r\n" " The block below describes the properties of this PIP. A PIP is a short snippet\r\n" " of code that can be read by the Projucer and used to generate a JUCE project.\r\n" @@ -7425,10 +7276,10 @@ static const unsigned char temp_binary_data_58[] = "//==============================================================================\r\n" "%%pip_code%%\r\n"; -const char* jucer_PIPTemplate_h = (const char*) temp_binary_data_58; +const char* jucer_PIPTemplate_h = (const char*) temp_binary_data_57; //================== colourscheme_dark.xml ================== -static const unsigned char temp_binary_data_59[] = +static const unsigned char temp_binary_data_58[] = "\r\n" "\r\n" "\r\n" @@ -7453,10 +7304,10 @@ static const unsigned char temp_binary_data_59[] = " \r\n" "\r\n"; -const char* colourscheme_dark_xml = (const char*) temp_binary_data_59; +const char* colourscheme_dark_xml = (const char*) temp_binary_data_58; //================== colourscheme_light.xml ================== -static const unsigned char temp_binary_data_60[] = +static const unsigned char temp_binary_data_59[] = "\r\n" "\r\n" "\r\n" @@ -7481,10 +7332,10 @@ static const unsigned char temp_binary_data_60[] = " \r\n" "\r\n"; -const char* colourscheme_light_xml = (const char*) temp_binary_data_60; +const char* colourscheme_light_xml = (const char*) temp_binary_data_59; //================== juce_runtime_arch_detection.cpp ================== -static const unsigned char temp_binary_data_61[] = +static const unsigned char temp_binary_data_60[] = "#if defined(__arm__) || defined(__TARGET_ARCH_ARM) || defined(_M_ARM) || defined(_M_ARM64) || defined(__aarch64__) || defined(__ARM64__)\r\n" "\r\n" " #if defined(_M_ARM64) || defined(__aarch64__) || defined(__ARM64__)\r\n" @@ -7545,7 +7396,7 @@ static const unsigned char temp_binary_data_61[] = "\r\n" "#endif\r\n"; -const char* juce_runtime_arch_detection_cpp = (const char*) temp_binary_data_61; +const char* juce_runtime_arch_detection_cpp = (const char*) temp_binary_data_60; const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) @@ -7576,7 +7427,6 @@ const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) case 0x2505bd06: numBytes = 1706; return export_visualStudio_svg; case 0x3198e2bf: numBytes = 12295; return export_xcode_svg; case 0xc9c78dec: numBytes = 27030; return gpl_logo_svg; - case 0x80b17530: numBytes = 5312; return jucelogowithtext_svg; case 0x154a7275: numBytes = 45854; return juce_icon_png; case 0x1f3b6d2f: numBytes = 5978; return wizard_AnimatedApp_svg; case 0x60296d04: numBytes = 17791; return wizard_AudioApp_svg; @@ -7647,7 +7497,6 @@ const char* namedResourceList[] = "export_visualStudio_svg", "export_xcode_svg", "gpl_logo_svg", - "jucelogowithtext_svg", "juce_icon_png", "wizard_AnimatedApp_svg", "wizard_AudioApp_svg", @@ -7713,7 +7562,6 @@ const char* originalFilenames[] = "export_visualStudio.svg", "export_xcode.svg", "gpl_logo.svg", - "juce-logo-with-text.svg", "juce_icon.png", "wizard_AnimatedApp.svg", "wizard_AudioApp.svg", diff --git a/extras/Projucer/JuceLibraryCode/BinaryData.h b/extras/Projucer/JuceLibraryCode/BinaryData.h index dfef6668ea..bbc00968c5 100644 --- a/extras/Projucer/JuceLibraryCode/BinaryData.h +++ b/extras/Projucer/JuceLibraryCode/BinaryData.h @@ -62,9 +62,6 @@ namespace BinaryData extern const char* gpl_logo_svg; const int gpl_logo_svgSize = 27030; - extern const char* jucelogowithtext_svg; - const int jucelogowithtext_svgSize = 5312; - extern const char* juce_icon_png; const int juce_icon_pngSize = 45854; @@ -195,7 +192,7 @@ namespace BinaryData const int juce_runtime_arch_detection_cppSize = 2129; // Number of elements in the namedResourceList and originalFileNames arrays. - const int namedResourceListSize = 62; + const int namedResourceListSize = 61; // Points to the start of a list of resource names. extern const char* namedResourceList[]; diff --git a/extras/Projucer/Projucer.jucer b/extras/Projucer/Projucer.jucer index 6c657df960..5869db61ff 100644 --- a/extras/Projucer/Projucer.jucer +++ b/extras/Projucer/Projucer.jucer @@ -205,8 +205,6 @@ - diff --git a/extras/Projucer/Source/BinaryData/Icons/juce-logo-with-text.svg b/extras/Projucer/Source/BinaryData/Icons/juce-logo-with-text.svg deleted file mode 100644 index 93e14e6481..0000000000 --- a/extras/Projucer/Source/BinaryData/Icons/juce-logo-with-text.svg +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - -