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
|
|
@ -1742,6 +1742,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.ComponentTutorialExample;
|
||||
SDKROOT_ppc = macosx10.5; }; name = Debug; };
|
||||
|
|
@ -1764,6 +1765,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.ComponentTutorialExample;
|
||||
SDKROOT_ppc = macosx10.5; }; name = Release; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue