mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Resaved all example projects
This commit is contained in:
parent
d0cb3d222a
commit
9d7571fdc2
84 changed files with 2809 additions and 1930 deletions
|
|
@ -2095,6 +2095,7 @@
|
|||
INFOPLIST_FILE = Info.plist;
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
MACOSX_DEPLOYMENT_TARGET_ppc = 10.4;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.AnimationAppExample;
|
||||
SDKROOT_ppc = macosx10.5; }; name = Debug; };
|
||||
F361F998F590FCC72F2DE949 = {isa = XCBuildConfiguration; buildSettings = {
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
|
|
@ -2116,10 +2117,12 @@
|
|||
INFOPLIST_FILE = Info.plist;
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
MACOSX_DEPLOYMENT_TARGET_ppc = 10.4;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.AnimationAppExample;
|
||||
SDKROOT_ppc = macosx10.5; }; name = Release; };
|
||||
8FB477F7B77D68FD93DC1D16 = {isa = XCBuildConfiguration; buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf";
|
||||
ENABLE_TESTABILITY = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue