Skip to content

Commit

Permalink
Updated settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhvh committed Aug 17, 2013
1 parent ea47c34 commit 4c41560
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions build-mac/mailcore2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2840,7 +2840,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = NO;
Expand Down Expand Up @@ -2886,15 +2885,13 @@
ONLY_ACTIVE_ARCH = YES;
OSX_HEADERS_SEARCH_PATHS = "\"$(SRCROOT)/../Externals/libetpan/include\" \"$(SRCROOT)/../Externals/icu4c/include\" \"$(SRCROOT)/../Externals/ctemplate/include\" /usr/include/tidy /usr/include/libxml2";
OSX_LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/../Externals/libetpan/lib\" \"$(SRCROOT)/../Externals/icu4c/lib\" \"$(SRCROOT)/../Externals/ctemplate/lib\"";
SDKROOT = macosx;
};
name = Debug;
};
C64EA53A169E772200778456 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = NO;
Expand Down Expand Up @@ -2935,43 +2932,50 @@
MACOSX_DEPLOYMENT_TARGET = 10.8;
OSX_HEADERS_SEARCH_PATHS = "\"$(SRCROOT)/../Externals/libetpan/include\" \"$(SRCROOT)/../Externals/icu4c/include\" \"$(SRCROOT)/../Externals/ctemplate/include\" /usr/include/tidy /usr/include/libxml2";
OSX_LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/../Externals/libetpan/lib\" \"$(SRCROOT)/../Externals/icu4c/lib\" \"$(SRCROOT)/../Externals/ctemplate/lib\"";
SDKROOT = macosx;
};
name = Release;
};
C64EA53C169E772200778456 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
CLANG_CXX_LIBRARY = "libc++";
COMBINE_HIDPI_IMAGES = YES;
EXECUTABLE_PREFIX = lib;
PRODUCT_NAME = MailCore;
SDKROOT = macosx;
};
name = Debug;
};
C64EA53D169E772200778456 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
CLANG_CXX_LIBRARY = "libc++";
COMBINE_HIDPI_IMAGES = YES;
EXECUTABLE_PREFIX = lib;
PRODUCT_NAME = MailCore;
SDKROOT = macosx;
};
name = Release;
};
C64EA799169F259300778456 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
};
name = Debug;
};
C64EA79A169F259300778456 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
};
name = Release;
};
Expand Down Expand Up @@ -3055,7 +3059,6 @@
CLANG_CXX_LIBRARY = "libstdc++";
DEAD_CODE_STRIPPING = NO;
EXECUTABLE_PREFIX = lib;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = "MailCore-ios";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
Expand All @@ -3072,7 +3075,6 @@
CLANG_CXX_LIBRARY = "libstdc++";
DEAD_CODE_STRIPPING = NO;
EXECUTABLE_PREFIX = lib;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = "MailCore-ios";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
Expand All @@ -3083,6 +3085,7 @@
C6BD289E170BD71100A91AC1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
CLANG_CXX_LIBRARY = "libc++";
COMBINE_HIDPI_IMAGES = YES;
Expand All @@ -3107,13 +3110,15 @@
"-lz",
);
PRODUCT_NAME = MailCore;
SDKROOT = macosx;
WRAPPER_EXTENSION = framework;
};
name = Debug;
};
C6BD289F170BD71100A91AC1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
CLANG_CXX_LIBRARY = "libc++";
COMBINE_HIDPI_IMAGES = YES;
Expand All @@ -3138,6 +3143,7 @@
"-lz",
);
PRODUCT_NAME = MailCore;
SDKROOT = macosx;
WRAPPER_EXTENSION = framework;
};
name = Release;
Expand Down

0 comments on commit 4c41560

Please sign in to comment.