breakpad/src/client/mac
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
..
Breakpad.xcodeproj Move away from the 10.4 SDK. 2012-02-21 21:33:09 +00:00
crash_generation Send uptime as milliseconds for Mac and iOS. 2012-03-02 08:27:20 +00:00
Framework Change #imports that should have been #includes to #include. 2012-07-02 15:34:15 +00:00
gcov Open sourcing the Breakpad framework from Google. 2009-04-01 03:18:49 +00:00
handler Fix compilation for iOS on XCode 4.5 2012-07-09 12:38:15 +00:00
sender Fix compilation for iOS on XCode 4.5 2012-07-09 12:38:15 +00:00
testapp review: http://breakpad.appspot.com/138001 2010-07-29 05:25:43 +00:00
tests Add SIGABRT handler for mac and iOS. 2012-03-09 19:11:58 +00:00
UnitTests-Info.plist Open sourcing the Breakpad framework from Google. 2009-04-01 03:18:49 +00:00