breakpad/src
qsr@chromium.org 47e34e6f07 Fix compilation for iOS on XCode 4.5
Compilation directive for PPC was using MAC_OS_X_VERSION_MIN_REQUIRED.

 This is not correct, as the latest SDKs allow to compile for older version of
Mac OS, but don't contain the ppc headers. Changing the directive to use
MAC_OS_X_VERSION_MAX_ALLOWED instead.

 Moreover, uploader.mm was including pwd.h that was not used and doesn't exist
on the latest iOS SDK.
Review URL: https://breakpad.appspot.com/412002

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@982 4c0a9323-5329-0410-9bdc-e9ce6186880e
2012-07-09 12:38:15 +00:00
..
client Fix compilation for iOS on XCode 4.5 2012-07-09 12:38:15 +00:00
common Fixing various compiler warnings and applying minor tweaks to allow running of 2012-07-02 22:55:57 +00:00
google_breakpad Add MD_OS_ANDROID definition. 2012-07-04 11:56:26 +00:00
processor Add MD_OS_ANDROID definition. 2012-07-04 11:56:26 +00:00
third_party Add COPYING file per libcurl distribution requirements 2012-03-09 16:15:20 +00:00
tools Fixing various compiler warnings and applying minor tweaks to allow running of 2012-07-02 22:55:57 +00:00
breakpad_googletest_includes.h Add more error information to minidump processing return code. Also added dependency on google test, and modified minidump processing unit tests to use google test 2009-05-29 00:53:02 +00:00
config.h.in Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up being useful enough to use in production, so let's drop the maintenence burden 2011-07-07 20:53:52 +00:00