From cb4aa6b804d9c4a5d43aa50bfbc46257bc55c001 Mon Sep 17 00:00:00 2001 From: nealsid Date: Wed, 8 Oct 2008 23:56:02 +0000 Subject: Added DWARF support to Breakpad client. Thanks to Google for open sourcing their DWARF code! Modified dump_syms to detect dSYM bundles or a binary with DWARF data appropriately, and convert data from DWARF reader to dump_syms native structures R=danny.berlin (original writer of DWARF code) git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@286 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/mac/handler/obj-cTestCases-Info.plist | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/client/mac/handler/obj-cTestCases-Info.plist (limited to 'src/client/mac/handler/obj-cTestCases-Info.plist') diff --git a/src/client/mac/handler/obj-cTestCases-Info.plist b/src/client/mac/handler/obj-cTestCases-Info.plist new file mode 100644 index 00000000..65013556 --- /dev/null +++ b/src/client/mac/handler/obj-cTestCases-Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.yourcompany.${PRODUCT_NAME:identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleSignature + ???? + CFBundleVersion + 1.0 + + -- cgit v1.2.1