mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Re-save all projects
This commit is contained in:
parent
4eb89336f9
commit
ebf19aa61a
97 changed files with 417 additions and 58 deletions
|
|
@ -2638,6 +2638,7 @@
|
|||
HEADER_SEARCH_PATHS = ("../../JuceLibraryCode", "../../../../modules", "$(inherited)");
|
||||
INFOPLIST_FILE = Info-App.plist;
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.11;
|
||||
MACOSX_DEPLOYMENT_TARGET_ppc = 10.4;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.AnimationAppExample;
|
||||
SDKROOT_ppc = macosx10.5; }; name = Debug; };
|
||||
|
|
@ -2660,6 +2661,7 @@
|
|||
HEADER_SEARCH_PATHS = ("../../JuceLibraryCode", "../../../../modules", "$(inherited)");
|
||||
INFOPLIST_FILE = Info-App.plist;
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.11;
|
||||
MACOSX_DEPLOYMENT_TARGET_ppc = 10.4;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.AnimationAppExample;
|
||||
SDKROOT_ppc = macosx10.5; }; name = Release; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue