mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Updated some introjucer project files.
This commit is contained in:
parent
d9e902e80f
commit
28fc4e5aaf
8 changed files with 9 additions and 7 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
pluginSilenceInIsSilenceOut="0" pluginTailLength="0" pluginEditorRequiresKeys="0"
|
pluginSilenceInIsSilenceOut="0" pluginTailLength="0" pluginEditorRequiresKeys="0"
|
||||||
pluginAUExportPrefix="JuceProjectAU" pluginAUViewClass="JuceProjectAU_V1"
|
pluginAUExportPrefix="JuceProjectAU" pluginAUViewClass="JuceProjectAU_V1"
|
||||||
pluginRTASCategory="" bundleIdentifier="com.yourcompany.JuceDemo"
|
pluginRTASCategory="" bundleIdentifier="com.yourcompany.JuceDemo"
|
||||||
jucerVersion="3.1.0" defines="JUCE_UNIT_TESTS=1" includeBinaryInAppConfig="1">
|
jucerVersion="3.1.1" defines="JUCE_UNIT_TESTS=1" includeBinaryInAppConfig="1">
|
||||||
<EXPORTFORMATS>
|
<EXPORTFORMATS>
|
||||||
<XCODE_MAC targetFolder="Builds/MacOSX" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK"
|
<XCODE_MAC targetFolder="Builds/MacOSX" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK"
|
||||||
objCExtraSuffix="hZh0GG" bigIcon="BvyE0d" extraCompilerFlags="-Wall -Wshadow -Wno-missing-field-initializers -Wshadow -Wshorten-64-to-32 -Wstrict-aliasing -Wuninitialized -Wunused-parameter">
|
objCExtraSuffix="hZh0GG" bigIcon="BvyE0d" extraCompilerFlags="-Wall -Wshadow -Wno-missing-field-initializers -Wshadow -Wshorten-64-to-32 -Wstrict-aliasing -Wuninitialized -Wunused-parameter">
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
||||||
|
<false/>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>${EXECUTABLE_NAME}</string>
|
<string>${EXECUTABLE_NAME}</string>
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<JUCERPROJECT id="tTAKTK1s" name="HelloWorld" projectType="guiapp" juceLinkage="amalg_multi"
|
<JUCERPROJECT id="tTAKTK1s" name="HelloWorld" projectType="guiapp" juceLinkage="amalg_multi"
|
||||||
juceFolder="../../../juce" jucerVersion="3.1.0" version="1.0.0"
|
juceFolder="../../../juce" jucerVersion="3.1.1" version="1.0.0"
|
||||||
buildVST="1" buildRTAS="0" buildAU="1" vstFolderMac="~/SDKs/vstsdk2.4"
|
buildVST="1" buildRTAS="0" buildAU="1" vstFolderMac="~/SDKs/vstsdk2.4"
|
||||||
vstFolderPC="c:\SDKs\vstsdk2.4" rtasFolderMac="~/SDKs/PT_80_SDK"
|
vstFolderPC="c:\SDKs\vstsdk2.4" rtasFolderMac="~/SDKs/PT_80_SDK"
|
||||||
rtasFolderPC="c:\SDKs\PT_80_SDK" pluginName="HelloWorld" pluginDesc="HelloWorld"
|
rtasFolderPC="c:\SDKs\PT_80_SDK" pluginName="HelloWorld" pluginDesc="HelloWorld"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
pluginWantsMidiIn="1" pluginProducesMidiOut="1" pluginSilenceInIsSilenceOut="0"
|
pluginWantsMidiIn="1" pluginProducesMidiOut="1" pluginSilenceInIsSilenceOut="0"
|
||||||
pluginTailLength="0" pluginEditorRequiresKeys="1" pluginAUExportPrefix="JuceDemoProjectAU"
|
pluginTailLength="0" pluginEditorRequiresKeys="1" pluginAUExportPrefix="JuceDemoProjectAU"
|
||||||
pluginAUViewClass="JuceDemoProjectAU_V1" pluginRTASCategory=""
|
pluginAUViewClass="JuceDemoProjectAU_V1" pluginRTASCategory=""
|
||||||
bundleIdentifier="com.juce.JuceDemoPlugin" jucerVersion="3.1.0"
|
bundleIdentifier="com.juce.JuceDemoPlugin" jucerVersion="3.1.1"
|
||||||
companyName="Raw Material Software Ltd." aaxIdentifier="com.yourcompany.JuceDemoPlugin"
|
companyName="Raw Material Software Ltd." aaxIdentifier="com.yourcompany.JuceDemoPlugin"
|
||||||
buildAAX="0" pluginAAXCategory="AAX_ePlugInCategory_Dynamics"
|
buildAAX="0" pluginAAXCategory="AAX_ePlugInCategory_Dynamics"
|
||||||
includeBinaryInAppConfig="1" buildVST3="1" pluginManufacturerEmail="support@yourcompany.com"
|
includeBinaryInAppConfig="1" buildVST3="1" pluginManufacturerEmail="support@yourcompany.com"
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
pluginSilenceInIsSilenceOut="0" pluginTailLength="0" pluginEditorRequiresKeys="0"
|
pluginSilenceInIsSilenceOut="0" pluginTailLength="0" pluginEditorRequiresKeys="0"
|
||||||
pluginAUExportPrefix="JuceProjectAU" pluginAUViewClass="JuceProjectAU_V1"
|
pluginAUExportPrefix="JuceProjectAU" pluginAUViewClass="JuceProjectAU_V1"
|
||||||
pluginRTASCategory="" bundleIdentifier="com.rawmaterialsoftware.pluginhost"
|
pluginRTASCategory="" bundleIdentifier="com.rawmaterialsoftware.pluginhost"
|
||||||
jucerVersion="3.1.0" companyName="Raw Material Software Ltd."
|
jucerVersion="3.1.1" companyName="Raw Material Software Ltd."
|
||||||
includeBinaryInAppConfig="1">
|
includeBinaryInAppConfig="1">
|
||||||
<EXPORTFORMATS>
|
<EXPORTFORMATS>
|
||||||
<XCODE_MAC targetFolder="Builds/MacOSX" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK"
|
<XCODE_MAC targetFolder="Builds/MacOSX" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<JUCERPROJECT id="M70qfTRRk" name="The Introjucer" projectType="guiapp" juceLinkage="amalg_multi"
|
<JUCERPROJECT id="M70qfTRRk" name="The Introjucer" projectType="guiapp" juceLinkage="amalg_multi"
|
||||||
juceFolder="../../juce" jucerVersion="3.1.0" version="3.1.1"
|
juceFolder="../../juce" jucerVersion="3.1.1" version="3.1.1"
|
||||||
buildVST="1" buildRTAS="0" buildAU="1" vstFolderMac="~/SDKs/vstsdk2.4"
|
buildVST="1" buildRTAS="0" buildAU="1" vstFolderMac="~/SDKs/vstsdk2.4"
|
||||||
vstFolderPC="c:\SDKs\vstsdk2.4" rtasFolderMac="~/SDKs/PT_80_SDK"
|
vstFolderPC="c:\SDKs\vstsdk2.4" rtasFolderMac="~/SDKs/PT_80_SDK"
|
||||||
rtasFolderPC="c:\SDKs\PT_80_SDK" pluginName="The Introjucer"
|
rtasFolderPC="c:\SDKs\PT_80_SDK" pluginName="The Introjucer"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<JUCERPROJECT id="3t6YqETY1" name="BinaryBuilder" projectType="consoleapp"
|
<JUCERPROJECT id="3t6YqETY1" name="BinaryBuilder" projectType="consoleapp"
|
||||||
juceLinkage="amalg_template" juceFolder="../../../juce" jucerVersion="3.1.0"
|
juceLinkage="amalg_template" juceFolder="../../../juce" jucerVersion="3.1.1"
|
||||||
version="1.0.0" buildVST="1" buildRTAS="0" buildAU="1" pluginName="BinaryBuilder"
|
version="1.0.0" buildVST="1" buildRTAS="0" buildAU="1" pluginName="BinaryBuilder"
|
||||||
pluginDesc="BinaryBuilder" pluginManufacturer="yourcompany" pluginManufacturerCode="abcd"
|
pluginDesc="BinaryBuilder" pluginManufacturer="yourcompany" pluginManufacturerCode="abcd"
|
||||||
pluginCode="Abcd" pluginChannelConfigs="{1, 1}, {2, 2}" pluginIsSynth="0"
|
pluginCode="Abcd" pluginChannelConfigs="{1, 1}, {2, 2}" pluginIsSynth="0"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<JUCERPROJECT id="IvabE4" name="juce_dll" projectType="library" version="1.0.0"
|
<JUCERPROJECT id="IvabE4" name="juce_dll" projectType="library" version="1.0.0"
|
||||||
juceLinkage="none" bundleIdentifier="com.rawmaterialsoftware.juce"
|
juceLinkage="none" bundleIdentifier="com.rawmaterialsoftware.juce"
|
||||||
jucerVersion="3.1.0" defines="JUCE_DLL_BUILD=1" includeBinaryInAppConfig="1">
|
jucerVersion="3.1.1" defines="JUCE_DLL_BUILD=1" includeBinaryInAppConfig="1">
|
||||||
<EXPORTFORMATS>
|
<EXPORTFORMATS>
|
||||||
<VS2008 targetFolder="Builds/VisualStudio2008" libraryType="2" extraDefs="">
|
<VS2008 targetFolder="Builds/VisualStudio2008" libraryType="2" extraDefs="">
|
||||||
<CONFIGURATIONS>
|
<CONFIGURATIONS>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue