1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00

Re-save projects

This commit is contained in:
Tom Poole 2022-04-11 13:44:09 +01:00
parent 14ab027b0e
commit 220fa03eb0
39 changed files with 195 additions and 40 deletions

View file

@ -8167,6 +8167,31 @@ const char* colourscheme_light_xml = (const char*) temp_binary_data_59;
//================== juce_runtime_arch_detection.cpp ==================
static const unsigned char temp_binary_data_60[] =
"/*\r\n"
" ==============================================================================\r\n"
"\r\n"
" This file is part of the JUCE library.\r\n"
" Copyright (c) 2020 - Raw Material Software Limited\r\n"
"\r\n"
" JUCE is an open source library subject to commercial or open-source\r\n"
" licensing.\r\n"
"\r\n"
" By using JUCE, you agree to the terms of both the JUCE 6 End-User License\r\n"
" Agreement and JUCE Privacy Policy (both effective as of the 16th June 2020).\r\n"
"\r\n"
" End User License Agreement: www.juce.com/juce-6-licence\r\n"
" Privacy Policy: www.juce.com/juce-privacy-policy\r\n"
"\r\n"
" Or: You may also use this code under the terms of the GPL v3 (see\r\n"
" www.gnu.org/licenses).\r\n"
"\r\n"
" JUCE IS PROVIDED \"AS IS\" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER\r\n"
" EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE\r\n"
" DISCLAIMED.\r\n"
"\r\n"
" ==============================================================================\r\n"
"*/\r\n"
"\r\n"
"#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"
@ -8301,7 +8326,7 @@ const char* getNamedResource (const char* resourceNameUTF8, int& numBytes)
case 0x0b16e320: numBytes = 517; return jucer_PIPTemplate_h;
case 0x763d39dc: numBytes = 1050; return colourscheme_dark_xml;
case 0xe8b08520: numBytes = 1050; return colourscheme_light_xml;
case 0x7c03d519: numBytes = 2129; return juce_runtime_arch_detection_cpp;
case 0x7c03d519: numBytes = 3047; return juce_runtime_arch_detection_cpp;
default: break;
}