mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-21 01:24:21 +00:00
Re-saved all projects
This commit is contained in:
parent
b72a626516
commit
12bad3008b
214 changed files with 1090 additions and 703 deletions
|
|
@ -201,6 +201,7 @@
|
|||
INFOPLIST_FILE = Info-App.plist;
|
||||
INFOPLIST_PREPROCESS = NO;
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
LLVM_LTO = YES;
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.11;
|
||||
MACOSX_DEPLOYMENT_TARGET_ppc = 10.4;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.roli.AnimationAppExample;
|
||||
|
|
|
|||
|
|
@ -2067,6 +2067,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_data_structures\values\juce_Value.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_data_structures\values\juce_ValueTree.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_data_structures\values\juce_ValueTreeSynchroniser.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_data_structures\values\juce_ValueWithDefault.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_data_structures\juce_data_structures.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_events\broadcasters\juce_ActionBroadcaster.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_events\broadcasters\juce_ActionListener.h"/>
|
||||
|
|
|
|||
|
|
@ -3060,6 +3060,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_data_structures\values\juce_ValueTreeSynchroniser.h">
|
||||
<Filter>JUCE Modules\juce_data_structures\values</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_data_structures\values\juce_ValueWithDefault.h">
|
||||
<Filter>JUCE Modules\juce_data_structures\values</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_data_structures\juce_data_structures.h">
|
||||
<Filter>JUCE Modules\juce_data_structures</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
|
|
@ -208,6 +208,7 @@
|
|||
INFOPLIST_FILE = Info-App.plist;
|
||||
INFOPLIST_PREPROCESS = NO;
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
LLVM_LTO = YES;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.roli.AnimationAppExample;
|
||||
USE_HEADERMAP = NO; }; name = Release; };
|
||||
8FB477F7B77D68FD93DC1D16 = {isa = XCBuildConfiguration; buildSettings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue