Merge branch 'master' of github.com:worklist/interface

This commit is contained in:
Philip Rosedale 2013-02-04 10:29:11 -08:00
commit 2519079b29

View file

@ -910,7 +910,7 @@
"$(OTHER_CFLAGS)", "$(OTHER_CFLAGS)",
); );
PRODUCT_NAME = interface; PRODUCT_NAME = interface;
SDKROOT = macosx; SDKROOT = macosx10.7;
USER_HEADER_SEARCH_PATHS = ""; USER_HEADER_SEARCH_PATHS = "";
}; };
name = Debug; name = Debug;
@ -944,7 +944,7 @@
"$(OTHER_CFLAGS)", "$(OTHER_CFLAGS)",
); );
PRODUCT_NAME = interface; PRODUCT_NAME = interface;
SDKROOT = macosx; SDKROOT = macosx10.7;
USER_HEADER_SEARCH_PATHS = ""; USER_HEADER_SEARCH_PATHS = "";
}; };
name = Release; name = Release;
@ -958,7 +958,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx; SDKROOT = macosx10.7;
}; };
name = Debug; name = Debug;
}; };
@ -969,7 +969,7 @@
GCC_C_LANGUAGE_STANDARD = gnu99; GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
SDKROOT = macosx; SDKROOT = macosx10.7;
}; };
name = Release; name = Release;
}; };