Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble-iphoneos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2014-04-06 21:50:04 +0400
committerMikkel Krautz <mikkel@krautz.dk>2014-04-06 21:50:04 +0400
commitdcd0af7f77a4f96af24106f79b0c1ff8f369a58b (patch)
tree700695255a123453f7c8d023b77206206ff34f5d /Mumble.xcodeproj
parentb5a30b39c0899b03f365388c8e7e986d2c480b71 (diff)
Dependencies/plcrashreporter: update plcrashrepoter to a Git submodule to get ARM64 support.
Diffstat (limited to 'Mumble.xcodeproj')
-rwxr-xr-xMumble.xcodeproj/project.pbxproj412
1 files changed, 238 insertions, 174 deletions
diff --git a/Mumble.xcodeproj/project.pbxproj b/Mumble.xcodeproj/project.pbxproj
index 98a38c2..3231078 100755
--- a/Mumble.xcodeproj/project.pbxproj
+++ b/Mumble.xcodeproj/project.pbxproj
@@ -16,6 +16,8 @@
2802AC0314CB0131000983A5 /* MUImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 2802AC0214CB0131000983A5 /* MUImage.m */; };
2802AC0614CB024A000983A5 /* MUImageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2802AC0514CB024A000983A5 /* MUImageViewController.m */; };
2802AC0D14CB2E2B000983A5 /* MUTextMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 2802AC0C14CB2E2B000983A5 /* MUTextMessage.m */; };
+ 280976E718F1C707006DA2E8 /* libCrashReporter-iphoneos.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 280976CD18F1C420006DA2E8 /* libCrashReporter-iphoneos.a */; settings = {ATTRIBUTES = (Required, ); }; };
+ 280976E818F1C70B006DA2E8 /* libCrashReporter-iphonesimulator.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 280976CF18F1C420006DA2E8 /* libCrashReporter-iphonesimulator.a */; settings = {ATTRIBUTES = (Required, ); }; };
280D9ADA13EAFAAE003B64A0 /* MUServerRootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 280D9AD913EAFAAE003B64A0 /* MUServerRootViewController.m */; };
2813B1D115EBFDA90049A59A /* MURemoteControlPreferencesViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2813B1D015EBFDA90049A59A /* MURemoteControlPreferencesViewController.m */; };
2822AC0614878AC500E9DB17 /* MUConnectionController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2822AC0514878AC500E9DB17 /* MUConnectionController.m */; };
@@ -188,36 +190,114 @@
28FAA35F14D74C1600F6D711 /* SmallMumbleIcon.png in Resources */ = {isa = PBXBuildFile; fileRef = 28FAA35D14D74C1600F6D711 /* SmallMumbleIcon.png */; };
28FAA36014D74C1600F6D711 /* SmallMumbleIcon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 28FAA35E14D74C1600F6D711 /* SmallMumbleIcon@2x.png */; };
28FAA36414D7551600F6D711 /* MKNumberBadgeView.m in Sources */ = {isa = PBXBuildFile; fileRef = 28FAA36314D7551600F6D711 /* MKNumberBadgeView.m */; };
- 28FB39AF150C1A1100E6E522 /* CrashReporter.m in Sources */ = {isa = PBXBuildFile; fileRef = 28FB3986150C1A1000E6E522 /* CrashReporter.m */; };
- 28FB39B0150C1A1100E6E522 /* PLCrashAsync.c in Sources */ = {isa = PBXBuildFile; fileRef = 28FB3987150C1A1000E6E522 /* PLCrashAsync.c */; };
- 28FB39B1150C1A1100E6E522 /* PLCrashAsyncSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 28FB3989150C1A1000E6E522 /* PLCrashAsyncSignalInfo.c */; };
- 28FB39B2150C1A1100E6E522 /* PLCrashFrameWalker_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 28FB398B150C1A1000E6E522 /* PLCrashFrameWalker_arm.c */; };
- 28FB39B3150C1A1100E6E522 /* PLCrashFrameWalker_i386.c in Sources */ = {isa = PBXBuildFile; fileRef = 28FB398D150C1A1000E6E522 /* PLCrashFrameWalker_i386.c */; };
- 28FB39B4150C1A1100E6E522 /* PLCrashFrameWalker_ppc.c in Sources */ = {isa = PBXBuildFile; fileRef = 28FB398F150C1A1000E6E522 /* PLCrashFrameWalker_ppc.c */; };
- 28FB39B5150C1A1100E6E522 /* PLCrashFrameWalker_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = 28FB3991150C1A1000E6E522 /* PLCrashFrameWalker_x86_64.c */; };
- 28FB39B6150C1A1100E6E522 /* PLCrashFrameWalker.c in Sources */ = {isa = PBXBuildFile; fileRef = 28FB3993150C1A1000E6E522 /* PLCrashFrameWalker.c */; };
- 28FB39B7150C1A1100E6E522 /* PLCrashLogWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 28FB3996150C1A1100E6E522 /* PLCrashLogWriter.m */; };
- 28FB39B8150C1A1100E6E522 /* PLCrashLogWriterEncoding.c in Sources */ = {isa = PBXBuildFile; fileRef = 28FB3997150C1A1100E6E522 /* PLCrashLogWriterEncoding.c */; };
- 28FB39B9150C1A1100E6E522 /* PLCrashReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 28FB399A150C1A1100E6E522 /* PLCrashReport.m */; };
- 28FB39BA150C1A1100E6E522 /* PLCrashReportBinaryImageInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 28FB399C150C1A1100E6E522 /* PLCrashReportBinaryImageInfo.m */; };
- 28FB39BB150C1A1100E6E522 /* PLCrashReporter.m in Sources */ = {isa = PBXBuildFile; fileRef = 28FB399E150C1A1100E6E522 /* PLCrashReporter.m */; };
- 28FB39BC150C1A1100E6E522 /* PLCrashReportExceptionInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 28FB39A0150C1A1100E6E522 /* PLCrashReportExceptionInfo.m */; };
- 28FB39BD150C1A1100E6E522 /* PLCrashReportMachineInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 28FB39A2150C1A1100E6E522 /* PLCrashReportMachineInfo.m */; };
- 28FB39BE150C1A1100E6E522 /* PLCrashReportProcessInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 28FB39A4150C1A1100E6E522 /* PLCrashReportProcessInfo.m */; };
- 28FB39BF150C1A1100E6E522 /* PLCrashReportSignalInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 28FB39A6150C1A1100E6E522 /* PLCrashReportSignalInfo.m */; };
- 28FB39C0150C1A1100E6E522 /* PLCrashReportSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 28FB39A8150C1A1100E6E522 /* PLCrashReportSystemInfo.m */; };
- 28FB39C1150C1A1100E6E522 /* PLCrashReportThreadInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 28FB39AA150C1A1100E6E522 /* PLCrashReportThreadInfo.m */; };
- 28FB39C2150C1A1100E6E522 /* PLCrashSignalHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 28FB39AC150C1A1100E6E522 /* PLCrashSignalHandler.m */; };
- 28FB39C3150C1A1100E6E522 /* PLCrashSysctl.c in Sources */ = {isa = PBXBuildFile; fileRef = 28FB39AD150C1A1100E6E522 /* PLCrashSysctl.c */; };
- 28FB39C6150C1AC000E6E522 /* PLCrashReportProcessorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 28FB39C5150C1AC000E6E522 /* PLCrashReportProcessorInfo.m */; };
- 28FB39C9150C1B0C00E6E522 /* PLCrashReportApplicationInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 28FB39C8150C1B0C00E6E522 /* PLCrashReportApplicationInfo.m */; };
- 28FB39CC150C1B3000E6E522 /* PLCrashReportTextFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 28FB39CB150C1B3000E6E522 /* PLCrashReportTextFormatter.m */; };
- 28FB39D0150C1BBF00E6E522 /* PLCrashAsyncImage.c in Sources */ = {isa = PBXBuildFile; fileRef = 28FB39CE150C1BBF00E6E522 /* PLCrashAsyncImage.c */; };
- 28FB39E1150C1E9200E6E522 /* crash_report.pb-c.c in Sources */ = {isa = PBXBuildFile; fileRef = 28FB39DC150C1E9200E6E522 /* crash_report.pb-c.c */; };
- 28FB39E2150C1E9200E6E522 /* protobuf-c.c in Sources */ = {isa = PBXBuildFile; fileRef = 28FB39DF150C1E9200E6E522 /* protobuf-c.c */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
+ 280976C618F1C420006DA2E8 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 280976B318F1C41F006DA2E8 /* CrashReporter.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 05E731F30EFA1AAB005EDFB7;
+ remoteInfo = "CrashReporter-MacOSX-Static";
+ };
+ 280976C818F1C420006DA2E8 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 280976B318F1C41F006DA2E8 /* CrashReporter.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 8DC2EF5B0486A6940098B216;
+ remoteInfo = "CrashReporter-MacOSX";
+ };
+ 280976CA18F1C420006DA2E8 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 280976B318F1C41F006DA2E8 /* CrashReporter.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 058812B91040582D009128FB;
+ remoteInfo = "CrashReporter-iOS";
+ };
+ 280976CC18F1C420006DA2E8 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 280976B318F1C41F006DA2E8 /* CrashReporter.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 05CD31520EE936A9000FDE88;
+ remoteInfo = "CrashReporter-iOS-Device";
+ };
+ 280976CE18F1C420006DA2E8 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 280976B318F1C41F006DA2E8 /* CrashReporter.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 05CD31630EE93905000FDE88;
+ remoteInfo = "CrashReporter-iOS-Simulator";
+ };
+ 280976D018F1C420006DA2E8 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 280976B318F1C41F006DA2E8 /* CrashReporter.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 05E731E30EFA1A3E005EDFB7;
+ remoteInfo = plcrashutil;
+ };
+ 280976D218F1C420006DA2E8 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 280976B318F1C41F006DA2E8 /* CrashReporter.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 05CD32690EE93DC3000FDE88;
+ remoteInfo = "Tests-MacOSX";
+ };
+ 280976D418F1C420006DA2E8 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 280976B318F1C41F006DA2E8 /* CrashReporter.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 05CD32A90EE94062000FDE88;
+ remoteInfo = "Tests-iOS-Simulator";
+ };
+ 280976D618F1C420006DA2E8 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 280976B318F1C41F006DA2E8 /* CrashReporter.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 05CD33240EE94439000FDE88;
+ remoteInfo = "Tests-iOS-Device";
+ };
+ 280976D818F1C420006DA2E8 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 280976B318F1C41F006DA2E8 /* CrashReporter.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 05F40CE70EF7AB80008050CF;
+ remoteInfo = DemoCrash;
+ };
+ 280976DA18F1C420006DA2E8 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 280976B318F1C41F006DA2E8 /* CrashReporter.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 052A45CF136353FB00987004;
+ remoteInfo = "DemoCrash-iOS-Device";
+ };
+ 280976DC18F1C420006DA2E8 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 280976B318F1C41F006DA2E8 /* CrashReporter.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 052A464F136355FD00987004;
+ remoteInfo = "DemoCrash-iOS-Simulator";
+ };
+ 280976DE18F1C420006DA2E8 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 280976B318F1C41F006DA2E8 /* CrashReporter.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 050DE24D0F61B80B00152ED3;
+ remoteInfo = "Fuzz Testing";
+ };
+ 280976E318F1C6F8006DA2E8 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 280976B318F1C41F006DA2E8 /* CrashReporter.xcodeproj */;
+ proxyType = 1;
+ remoteGlobalIDString = 05CD31510EE936A9000FDE88;
+ remoteInfo = "CrashReporter-iOS-Device";
+ };
+ 280976E518F1C6FB006DA2E8 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 280976B318F1C41F006DA2E8 /* CrashReporter.xcodeproj */;
+ proxyType = 1;
+ remoteGlobalIDString = 05CD31620EE93905000FDE88;
+ remoteInfo = "CrashReporter-iOS-Simulator";
+ };
28990A8D132FD9CC0034B406 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 2861C28E116BE91B002B8514 /* MumbleKit.xcodeproj */;
@@ -257,6 +337,7 @@
2802AC0514CB024A000983A5 /* MUImageViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MUImageViewController.m; sourceTree = "<group>"; };
2802AC0B14CB2E2A000983A5 /* MUTextMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MUTextMessage.h; sourceTree = "<group>"; };
2802AC0C14CB2E2B000983A5 /* MUTextMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MUTextMessage.m; sourceTree = "<group>"; };
+ 280976B318F1C41F006DA2E8 /* CrashReporter.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = CrashReporter.xcodeproj; path = Dependencies/plcrashreporter/CrashReporter.xcodeproj; sourceTree = "<group>"; };
280D9AD813EAFAAE003B64A0 /* MUServerRootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MUServerRootViewController.h; sourceTree = "<group>"; };
280D9AD913EAFAAE003B64A0 /* MUServerRootViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MUServerRootViewController.m; sourceTree = "<group>"; };
2813B1CF15EBFDA90049A59A /* MURemoteControlPreferencesViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MURemoteControlPreferencesViewController.h; sourceTree = "<group>"; };
@@ -503,62 +584,6 @@
28FAA35E14D74C1600F6D711 /* SmallMumbleIcon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "SmallMumbleIcon@2x.png"; path = "Resources/SmallMumbleIcon@2x.png"; sourceTree = "<group>"; };
28FAA36214D7551600F6D711 /* MKNumberBadgeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MKNumberBadgeView.h; path = Dependencies/MKNumberBadgeView/MKNumberBadgeView.h; sourceTree = "<group>"; };
28FAA36314D7551600F6D711 /* MKNumberBadgeView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MKNumberBadgeView.m; path = Dependencies/MKNumberBadgeView/MKNumberBadgeView.m; sourceTree = "<group>"; };
- 28FB3985150C1A1000E6E522 /* CrashReporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CrashReporter.h; path = Dependencies/plcrashreporter/CrashReporter.h; sourceTree = "<group>"; };
- 28FB3986150C1A1000E6E522 /* CrashReporter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CrashReporter.m; path = Dependencies/plcrashreporter/CrashReporter.m; sourceTree = "<group>"; };
- 28FB3987150C1A1000E6E522 /* PLCrashAsync.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = PLCrashAsync.c; path = Dependencies/plcrashreporter/PLCrashAsync.c; sourceTree = "<group>"; };
- 28FB3988150C1A1000E6E522 /* PLCrashAsync.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashAsync.h; path = Dependencies/plcrashreporter/PLCrashAsync.h; sourceTree = "<group>"; };
- 28FB3989150C1A1000E6E522 /* PLCrashAsyncSignalInfo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = PLCrashAsyncSignalInfo.c; path = Dependencies/plcrashreporter/PLCrashAsyncSignalInfo.c; sourceTree = "<group>"; };
- 28FB398A150C1A1000E6E522 /* PLCrashAsyncSignalInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashAsyncSignalInfo.h; path = Dependencies/plcrashreporter/PLCrashAsyncSignalInfo.h; sourceTree = "<group>"; };
- 28FB398B150C1A1000E6E522 /* PLCrashFrameWalker_arm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = PLCrashFrameWalker_arm.c; path = Dependencies/plcrashreporter/PLCrashFrameWalker_arm.c; sourceTree = "<group>"; };
- 28FB398C150C1A1000E6E522 /* PLCrashFrameWalker_arm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashFrameWalker_arm.h; path = Dependencies/plcrashreporter/PLCrashFrameWalker_arm.h; sourceTree = "<group>"; };
- 28FB398D150C1A1000E6E522 /* PLCrashFrameWalker_i386.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = PLCrashFrameWalker_i386.c; path = Dependencies/plcrashreporter/PLCrashFrameWalker_i386.c; sourceTree = "<group>"; };
- 28FB398E150C1A1000E6E522 /* PLCrashFrameWalker_i386.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashFrameWalker_i386.h; path = Dependencies/plcrashreporter/PLCrashFrameWalker_i386.h; sourceTree = "<group>"; };
- 28FB398F150C1A1000E6E522 /* PLCrashFrameWalker_ppc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = PLCrashFrameWalker_ppc.c; path = Dependencies/plcrashreporter/PLCrashFrameWalker_ppc.c; sourceTree = "<group>"; };
- 28FB3990150C1A1000E6E522 /* PLCrashFrameWalker_ppc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashFrameWalker_ppc.h; path = Dependencies/plcrashreporter/PLCrashFrameWalker_ppc.h; sourceTree = "<group>"; };
- 28FB3991150C1A1000E6E522 /* PLCrashFrameWalker_x86_64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = PLCrashFrameWalker_x86_64.c; path = Dependencies/plcrashreporter/PLCrashFrameWalker_x86_64.c; sourceTree = "<group>"; };
- 28FB3992150C1A1000E6E522 /* PLCrashFrameWalker_x86_64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashFrameWalker_x86_64.h; path = Dependencies/plcrashreporter/PLCrashFrameWalker_x86_64.h; sourceTree = "<group>"; };
- 28FB3993150C1A1000E6E522 /* PLCrashFrameWalker.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = PLCrashFrameWalker.c; path = Dependencies/plcrashreporter/PLCrashFrameWalker.c; sourceTree = "<group>"; };
- 28FB3994150C1A1000E6E522 /* PLCrashFrameWalker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashFrameWalker.h; path = Dependencies/plcrashreporter/PLCrashFrameWalker.h; sourceTree = "<group>"; };
- 28FB3995150C1A1100E6E522 /* PLCrashLogWriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashLogWriter.h; path = Dependencies/plcrashreporter/PLCrashLogWriter.h; sourceTree = "<group>"; };
- 28FB3996150C1A1100E6E522 /* PLCrashLogWriter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PLCrashLogWriter.m; path = Dependencies/plcrashreporter/PLCrashLogWriter.m; sourceTree = "<group>"; };
- 28FB3997150C1A1100E6E522 /* PLCrashLogWriterEncoding.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = PLCrashLogWriterEncoding.c; path = Dependencies/plcrashreporter/PLCrashLogWriterEncoding.c; sourceTree = "<group>"; };
- 28FB3998150C1A1100E6E522 /* PLCrashLogWriterEncoding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashLogWriterEncoding.h; path = Dependencies/plcrashreporter/PLCrashLogWriterEncoding.h; sourceTree = "<group>"; };
- 28FB3999150C1A1100E6E522 /* PLCrashReport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashReport.h; path = Dependencies/plcrashreporter/PLCrashReport.h; sourceTree = "<group>"; };
- 28FB399A150C1A1100E6E522 /* PLCrashReport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PLCrashReport.m; path = Dependencies/plcrashreporter/PLCrashReport.m; sourceTree = "<group>"; };
- 28FB399B150C1A1100E6E522 /* PLCrashReportBinaryImageInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashReportBinaryImageInfo.h; path = Dependencies/plcrashreporter/PLCrashReportBinaryImageInfo.h; sourceTree = "<group>"; };
- 28FB399C150C1A1100E6E522 /* PLCrashReportBinaryImageInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PLCrashReportBinaryImageInfo.m; path = Dependencies/plcrashreporter/PLCrashReportBinaryImageInfo.m; sourceTree = "<group>"; };
- 28FB399D150C1A1100E6E522 /* PLCrashReporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashReporter.h; path = Dependencies/plcrashreporter/PLCrashReporter.h; sourceTree = "<group>"; };
- 28FB399E150C1A1100E6E522 /* PLCrashReporter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PLCrashReporter.m; path = Dependencies/plcrashreporter/PLCrashReporter.m; sourceTree = "<group>"; };
- 28FB399F150C1A1100E6E522 /* PLCrashReportExceptionInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashReportExceptionInfo.h; path = Dependencies/plcrashreporter/PLCrashReportExceptionInfo.h; sourceTree = "<group>"; };
- 28FB39A0150C1A1100E6E522 /* PLCrashReportExceptionInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PLCrashReportExceptionInfo.m; path = Dependencies/plcrashreporter/PLCrashReportExceptionInfo.m; sourceTree = "<group>"; };
- 28FB39A1150C1A1100E6E522 /* PLCrashReportMachineInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashReportMachineInfo.h; path = Dependencies/plcrashreporter/PLCrashReportMachineInfo.h; sourceTree = "<group>"; };
- 28FB39A2150C1A1100E6E522 /* PLCrashReportMachineInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PLCrashReportMachineInfo.m; path = Dependencies/plcrashreporter/PLCrashReportMachineInfo.m; sourceTree = "<group>"; };
- 28FB39A3150C1A1100E6E522 /* PLCrashReportProcessInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashReportProcessInfo.h; path = Dependencies/plcrashreporter/PLCrashReportProcessInfo.h; sourceTree = "<group>"; };
- 28FB39A4150C1A1100E6E522 /* PLCrashReportProcessInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PLCrashReportProcessInfo.m; path = Dependencies/plcrashreporter/PLCrashReportProcessInfo.m; sourceTree = "<group>"; };
- 28FB39A5150C1A1100E6E522 /* PLCrashReportSignalInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashReportSignalInfo.h; path = Dependencies/plcrashreporter/PLCrashReportSignalInfo.h; sourceTree = "<group>"; };
- 28FB39A6150C1A1100E6E522 /* PLCrashReportSignalInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PLCrashReportSignalInfo.m; path = Dependencies/plcrashreporter/PLCrashReportSignalInfo.m; sourceTree = "<group>"; };
- 28FB39A7150C1A1100E6E522 /* PLCrashReportSystemInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashReportSystemInfo.h; path = Dependencies/plcrashreporter/PLCrashReportSystemInfo.h; sourceTree = "<group>"; };
- 28FB39A8150C1A1100E6E522 /* PLCrashReportSystemInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PLCrashReportSystemInfo.m; path = Dependencies/plcrashreporter/PLCrashReportSystemInfo.m; sourceTree = "<group>"; };
- 28FB39A9150C1A1100E6E522 /* PLCrashReportThreadInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashReportThreadInfo.h; path = Dependencies/plcrashreporter/PLCrashReportThreadInfo.h; sourceTree = "<group>"; };
- 28FB39AA150C1A1100E6E522 /* PLCrashReportThreadInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PLCrashReportThreadInfo.m; path = Dependencies/plcrashreporter/PLCrashReportThreadInfo.m; sourceTree = "<group>"; };
- 28FB39AB150C1A1100E6E522 /* PLCrashSignalHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashSignalHandler.h; path = Dependencies/plcrashreporter/PLCrashSignalHandler.h; sourceTree = "<group>"; };
- 28FB39AC150C1A1100E6E522 /* PLCrashSignalHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PLCrashSignalHandler.m; path = Dependencies/plcrashreporter/PLCrashSignalHandler.m; sourceTree = "<group>"; };
- 28FB39AD150C1A1100E6E522 /* PLCrashSysctl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = PLCrashSysctl.c; path = Dependencies/plcrashreporter/PLCrashSysctl.c; sourceTree = "<group>"; };
- 28FB39AE150C1A1100E6E522 /* PLCrashSysctl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashSysctl.h; path = Dependencies/plcrashreporter/PLCrashSysctl.h; sourceTree = "<group>"; };
- 28FB39C4150C1AC000E6E522 /* PLCrashReportProcessorInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashReportProcessorInfo.h; path = Dependencies/plcrashreporter/PLCrashReportProcessorInfo.h; sourceTree = "<group>"; };
- 28FB39C5150C1AC000E6E522 /* PLCrashReportProcessorInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PLCrashReportProcessorInfo.m; path = Dependencies/plcrashreporter/PLCrashReportProcessorInfo.m; sourceTree = "<group>"; };
- 28FB39C7150C1B0C00E6E522 /* PLCrashReportApplicationInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashReportApplicationInfo.h; path = Dependencies/plcrashreporter/PLCrashReportApplicationInfo.h; sourceTree = "<group>"; };
- 28FB39C8150C1B0C00E6E522 /* PLCrashReportApplicationInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PLCrashReportApplicationInfo.m; path = Dependencies/plcrashreporter/PLCrashReportApplicationInfo.m; sourceTree = "<group>"; };
- 28FB39CA150C1B2F00E6E522 /* PLCrashReportTextFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashReportTextFormatter.h; path = Dependencies/plcrashreporter/PLCrashReportTextFormatter.h; sourceTree = "<group>"; };
- 28FB39CB150C1B3000E6E522 /* PLCrashReportTextFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PLCrashReportTextFormatter.m; path = Dependencies/plcrashreporter/PLCrashReportTextFormatter.m; sourceTree = "<group>"; };
- 28FB39CD150C1B7C00E6E522 /* PLCrashReportFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashReportFormatter.h; path = Dependencies/plcrashreporter/PLCrashReportFormatter.h; sourceTree = "<group>"; };
- 28FB39CE150C1BBF00E6E522 /* PLCrashAsyncImage.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = PLCrashAsyncImage.c; path = Dependencies/plcrashreporter/PLCrashAsyncImage.c; sourceTree = "<group>"; };
- 28FB39CF150C1BBF00E6E522 /* PLCrashAsyncImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLCrashAsyncImage.h; path = Dependencies/plcrashreporter/PLCrashAsyncImage.h; sourceTree = "<group>"; };
- 28FB39DC150C1E9200E6E522 /* crash_report.pb-c.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "crash_report.pb-c.c"; path = "Dependencies/plcrashreporter/crash_report.pb-c.c"; sourceTree = "<group>"; };
- 28FB39DD150C1E9200E6E522 /* crash_report.pb-c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "crash_report.pb-c.h"; path = "Dependencies/plcrashreporter/crash_report.pb-c.h"; sourceTree = "<group>"; };
- 28FB39DE150C1E9200E6E522 /* protobuf-c-private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "protobuf-c-private.h"; path = "Dependencies/plcrashreporter/protobuf-c-private.h"; sourceTree = "<group>"; };
- 28FB39DF150C1E9200E6E522 /* protobuf-c.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "protobuf-c.c"; path = "Dependencies/plcrashreporter/protobuf-c.c"; sourceTree = "<group>"; };
- 28FB39E0150C1E9200E6E522 /* protobuf-c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "protobuf-c.h"; path = "Dependencies/plcrashreporter/protobuf-c.h"; sourceTree = "<group>"; };
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Source/main.m; sourceTree = "<group>"; };
32CA4F630368D1EE00C91783 /* Mumble.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Mumble.pch; path = Source/Mumble.pch; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Source/Info.plist; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
@@ -569,6 +594,8 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
+ 280976E818F1C70B006DA2E8 /* libCrashReporter-iphonesimulator.a in Frameworks */,
+ 280976E718F1C707006DA2E8 /* libCrashReporter-iphoneos.a in Frameworks */,
2879528F14C38FC200567430 /* MobileCoreServices.framework in Frameworks */,
28F79C6D14796B2F0003B8BA /* libsqlite3.dylib in Frameworks */,
28990AB1132FDA540034B406 /* libMumbleKit.a in Frameworks */,
@@ -718,6 +745,26 @@
path = Resources/da.lproj;
sourceTree = "<group>";
};
+ 280976B418F1C41F006DA2E8 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 280976C718F1C420006DA2E8 /* libCrashReporter-MacOSX-Static.a */,
+ 280976C918F1C420006DA2E8 /* CrashReporter.framework */,
+ 280976CB18F1C420006DA2E8 /* CrashReporter.framework */,
+ 280976CD18F1C420006DA2E8 /* libCrashReporter-iphoneos.a */,
+ 280976CF18F1C420006DA2E8 /* libCrashReporter-iphonesimulator.a */,
+ 280976D118F1C420006DA2E8 /* plcrashutil */,
+ 280976D318F1C420006DA2E8 /* Tests-MacOSX.octest */,
+ 280976D518F1C420006DA2E8 /* Tests-iOS-Simulator.app */,
+ 280976D718F1C420006DA2E8 /* Tests-iOS-Device.app */,
+ 280976D918F1C420006DA2E8 /* DemoCrash.app */,
+ 280976DB18F1C420006DA2E8 /* DemoCrash-iOS-Device.app */,
+ 280976DD18F1C420006DA2E8 /* DemoCrash-iOS-Simulator.app */,
+ 280976DF18F1C420006DA2E8 /* Fuzz Testing */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
2838EA0C1293165700035C5D /* Preferences */ = {
isa = PBXGroup;
children = (
@@ -777,10 +824,10 @@
2861C28C116BE90B002B8514 /* Dependencies */ = {
isa = PBXGroup;
children = (
- 28FB3984150C19C400E6E522 /* plcrashreporter */,
28FAA36114D7550E00F6D711 /* MKNumberBadgeView */,
287A687014C777CC008B1BE7 /* gtm */,
28F9173911B9460D0030D649 /* fmdb */,
+ 280976B318F1C41F006DA2E8 /* CrashReporter.xcodeproj */,
2861C28E116BE91B002B8514 /* MumbleKit.xcodeproj */,
);
name = Dependencies;
@@ -982,69 +1029,6 @@
name = MKNumberBadgeView;
sourceTree = "<group>";
};
- 28FB3984150C19C400E6E522 /* plcrashreporter */ = {
- isa = PBXGroup;
- children = (
- 28FB39DC150C1E9200E6E522 /* crash_report.pb-c.c */,
- 28FB39DD150C1E9200E6E522 /* crash_report.pb-c.h */,
- 28FB39DE150C1E9200E6E522 /* protobuf-c-private.h */,
- 28FB39DF150C1E9200E6E522 /* protobuf-c.c */,
- 28FB39E0150C1E9200E6E522 /* protobuf-c.h */,
- 28FB39CE150C1BBF00E6E522 /* PLCrashAsyncImage.c */,
- 28FB39CF150C1BBF00E6E522 /* PLCrashAsyncImage.h */,
- 28FB39CD150C1B7C00E6E522 /* PLCrashReportFormatter.h */,
- 28FB39CA150C1B2F00E6E522 /* PLCrashReportTextFormatter.h */,
- 28FB39CB150C1B3000E6E522 /* PLCrashReportTextFormatter.m */,
- 28FB39C7150C1B0C00E6E522 /* PLCrashReportApplicationInfo.h */,
- 28FB39C8150C1B0C00E6E522 /* PLCrashReportApplicationInfo.m */,
- 28FB39C4150C1AC000E6E522 /* PLCrashReportProcessorInfo.h */,
- 28FB39C5150C1AC000E6E522 /* PLCrashReportProcessorInfo.m */,
- 28FB3985150C1A1000E6E522 /* CrashReporter.h */,
- 28FB3986150C1A1000E6E522 /* CrashReporter.m */,
- 28FB3987150C1A1000E6E522 /* PLCrashAsync.c */,
- 28FB3988150C1A1000E6E522 /* PLCrashAsync.h */,
- 28FB3989150C1A1000E6E522 /* PLCrashAsyncSignalInfo.c */,
- 28FB398A150C1A1000E6E522 /* PLCrashAsyncSignalInfo.h */,
- 28FB398B150C1A1000E6E522 /* PLCrashFrameWalker_arm.c */,
- 28FB398C150C1A1000E6E522 /* PLCrashFrameWalker_arm.h */,
- 28FB398D150C1A1000E6E522 /* PLCrashFrameWalker_i386.c */,
- 28FB398E150C1A1000E6E522 /* PLCrashFrameWalker_i386.h */,
- 28FB398F150C1A1000E6E522 /* PLCrashFrameWalker_ppc.c */,
- 28FB3990150C1A1000E6E522 /* PLCrashFrameWalker_ppc.h */,
- 28FB3991150C1A1000E6E522 /* PLCrashFrameWalker_x86_64.c */,
- 28FB3992150C1A1000E6E522 /* PLCrashFrameWalker_x86_64.h */,
- 28FB3993150C1A1000E6E522 /* PLCrashFrameWalker.c */,
- 28FB3994150C1A1000E6E522 /* PLCrashFrameWalker.h */,
- 28FB3995150C1A1100E6E522 /* PLCrashLogWriter.h */,
- 28FB3996150C1A1100E6E522 /* PLCrashLogWriter.m */,
- 28FB3997150C1A1100E6E522 /* PLCrashLogWriterEncoding.c */,
- 28FB3998150C1A1100E6E522 /* PLCrashLogWriterEncoding.h */,
- 28FB3999150C1A1100E6E522 /* PLCrashReport.h */,
- 28FB399A150C1A1100E6E522 /* PLCrashReport.m */,
- 28FB399B150C1A1100E6E522 /* PLCrashReportBinaryImageInfo.h */,
- 28FB399C150C1A1100E6E522 /* PLCrashReportBinaryImageInfo.m */,
- 28FB399D150C1A1100E6E522 /* PLCrashReporter.h */,
- 28FB399E150C1A1100E6E522 /* PLCrashReporter.m */,
- 28FB399F150C1A1100E6E522 /* PLCrashReportExceptionInfo.h */,
- 28FB39A0150C1A1100E6E522 /* PLCrashReportExceptionInfo.m */,
- 28FB39A1150C1A1100E6E522 /* PLCrashReportMachineInfo.h */,
- 28FB39A2150C1A1100E6E522 /* PLCrashReportMachineInfo.m */,
- 28FB39A3150C1A1100E6E522 /* PLCrashReportProcessInfo.h */,
- 28FB39A4150C1A1100E6E522 /* PLCrashReportProcessInfo.m */,
- 28FB39A5150C1A1100E6E522 /* PLCrashReportSignalInfo.h */,
- 28FB39A6150C1A1100E6E522 /* PLCrashReportSignalInfo.m */,
- 28FB39A7150C1A1100E6E522 /* PLCrashReportSystemInfo.h */,
- 28FB39A8150C1A1100E6E522 /* PLCrashReportSystemInfo.m */,
- 28FB39A9150C1A1100E6E522 /* PLCrashReportThreadInfo.h */,
- 28FB39AA150C1A1100E6E522 /* PLCrashReportThreadInfo.m */,
- 28FB39AB150C1A1100E6E522 /* PLCrashSignalHandler.h */,
- 28FB39AC150C1A1100E6E522 /* PLCrashSignalHandler.m */,
- 28FB39AD150C1A1100E6E522 /* PLCrashSysctl.c */,
- 28FB39AE150C1A1100E6E522 /* PLCrashSysctl.h */,
- );
- name = plcrashreporter;
- sourceTree = "<group>";
- };
29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
isa = PBXGroup;
children = (
@@ -1103,6 +1087,8 @@
buildRules = (
);
dependencies = (
+ 280976E618F1C6FB006DA2E8 /* PBXTargetDependency */,
+ 280976E418F1C6F8006DA2E8 /* PBXTargetDependency */,
28990AAF132FDA4B0034B406 /* PBXTargetDependency */,
);
name = Mumble;
@@ -1158,6 +1144,10 @@
projectDirPath = "";
projectReferences = (
{
+ ProductGroup = 280976B418F1C41F006DA2E8 /* Products */;
+ ProjectRef = 280976B318F1C41F006DA2E8 /* CrashReporter.xcodeproj */;
+ },
+ {
ProductGroup = 2861C28F116BE91B002B8514 /* Products */;
ProjectRef = 2861C28E116BE91B002B8514 /* MumbleKit.xcodeproj */;
},
@@ -1171,6 +1161,97 @@
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
+ 280976C718F1C420006DA2E8 /* libCrashReporter-MacOSX-Static.a */ = {
+ isa = PBXReferenceProxy;
+ fileType = archive.ar;
+ path = "libCrashReporter-MacOSX-Static.a";
+ remoteRef = 280976C618F1C420006DA2E8 /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 280976C918F1C420006DA2E8 /* CrashReporter.framework */ = {
+ isa = PBXReferenceProxy;
+ fileType = wrapper.framework;
+ path = CrashReporter.framework;
+ remoteRef = 280976C818F1C420006DA2E8 /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 280976CB18F1C420006DA2E8 /* CrashReporter.framework */ = {
+ isa = PBXReferenceProxy;
+ fileType = wrapper.framework;
+ path = CrashReporter.framework;
+ remoteRef = 280976CA18F1C420006DA2E8 /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 280976CD18F1C420006DA2E8 /* libCrashReporter-iphoneos.a */ = {
+ isa = PBXReferenceProxy;
+ fileType = archive.ar;
+ path = "libCrashReporter-iphoneos.a";
+ remoteRef = 280976CC18F1C420006DA2E8 /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 280976CF18F1C420006DA2E8 /* libCrashReporter-iphonesimulator.a */ = {
+ isa = PBXReferenceProxy;
+ fileType = archive.ar;
+ path = "libCrashReporter-iphonesimulator.a";
+ remoteRef = 280976CE18F1C420006DA2E8 /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 280976D118F1C420006DA2E8 /* plcrashutil */ = {
+ isa = PBXReferenceProxy;
+ fileType = "compiled.mach-o.executable";
+ path = plcrashutil;
+ remoteRef = 280976D018F1C420006DA2E8 /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 280976D318F1C420006DA2E8 /* Tests-MacOSX.octest */ = {
+ isa = PBXReferenceProxy;
+ fileType = wrapper.cfbundle;
+ path = "Tests-MacOSX.octest";
+ remoteRef = 280976D218F1C420006DA2E8 /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 280976D518F1C420006DA2E8 /* Tests-iOS-Simulator.app */ = {
+ isa = PBXReferenceProxy;
+ fileType = wrapper.application;
+ path = "Tests-iOS-Simulator.app";
+ remoteRef = 280976D418F1C420006DA2E8 /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 280976D718F1C420006DA2E8 /* Tests-iOS-Device.app */ = {
+ isa = PBXReferenceProxy;
+ fileType = wrapper.application;
+ path = "Tests-iOS-Device.app";
+ remoteRef = 280976D618F1C420006DA2E8 /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 280976D918F1C420006DA2E8 /* DemoCrash.app */ = {
+ isa = PBXReferenceProxy;
+ fileType = wrapper.application;
+ path = DemoCrash.app;
+ remoteRef = 280976D818F1C420006DA2E8 /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 280976DB18F1C420006DA2E8 /* DemoCrash-iOS-Device.app */ = {
+ isa = PBXReferenceProxy;
+ fileType = wrapper.application;
+ path = "DemoCrash-iOS-Device.app";
+ remoteRef = 280976DA18F1C420006DA2E8 /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 280976DD18F1C420006DA2E8 /* DemoCrash-iOS-Simulator.app */ = {
+ isa = PBXReferenceProxy;
+ fileType = wrapper.application;
+ path = "DemoCrash-iOS-Simulator.app";
+ remoteRef = 280976DC18F1C420006DA2E8 /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 280976DF18F1C420006DA2E8 /* Fuzz Testing */ = {
+ isa = PBXReferenceProxy;
+ fileType = "compiled.mach-o.executable";
+ path = "Fuzz Testing";
+ remoteRef = 280976DE18F1C420006DA2E8 /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
28990A8E132FD9CC0034B406 /* libMumbleKit.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
@@ -1395,35 +1476,8 @@
285AF26B1840DEE20065E339 /* MUAudioMixerDebugViewController.m in Sources */,
28FAA36414D7551600F6D711 /* MKNumberBadgeView.m in Sources */,
28EF155D14D8738C008A35A4 /* MUMessagesDatabase.m in Sources */,
- 28FB39AF150C1A1100E6E522 /* CrashReporter.m in Sources */,
- 28FB39B0150C1A1100E6E522 /* PLCrashAsync.c in Sources */,
- 28FB39B1150C1A1100E6E522 /* PLCrashAsyncSignalInfo.c in Sources */,
- 28FB39B2150C1A1100E6E522 /* PLCrashFrameWalker_arm.c in Sources */,
28BE998518CFB96A00910551 /* MUHorizontalFlipTransitionDelegate.m in Sources */,
- 28FB39B3150C1A1100E6E522 /* PLCrashFrameWalker_i386.c in Sources */,
- 28FB39B4150C1A1100E6E522 /* PLCrashFrameWalker_ppc.c in Sources */,
- 28FB39B5150C1A1100E6E522 /* PLCrashFrameWalker_x86_64.c in Sources */,
- 28FB39B6150C1A1100E6E522 /* PLCrashFrameWalker.c in Sources */,
- 28FB39B7150C1A1100E6E522 /* PLCrashLogWriter.m in Sources */,
- 28FB39B8150C1A1100E6E522 /* PLCrashLogWriterEncoding.c in Sources */,
- 28FB39B9150C1A1100E6E522 /* PLCrashReport.m in Sources */,
- 28FB39BA150C1A1100E6E522 /* PLCrashReportBinaryImageInfo.m in Sources */,
- 28FB39BB150C1A1100E6E522 /* PLCrashReporter.m in Sources */,
- 28FB39BC150C1A1100E6E522 /* PLCrashReportExceptionInfo.m in Sources */,
- 28FB39BD150C1A1100E6E522 /* PLCrashReportMachineInfo.m in Sources */,
- 28FB39BE150C1A1100E6E522 /* PLCrashReportProcessInfo.m in Sources */,
2882857D18CE39B40034F319 /* MUOperatingSystem.m in Sources */,
- 28FB39BF150C1A1100E6E522 /* PLCrashReportSignalInfo.m in Sources */,
- 28FB39C0150C1A1100E6E522 /* PLCrashReportSystemInfo.m in Sources */,
- 28FB39C1150C1A1100E6E522 /* PLCrashReportThreadInfo.m in Sources */,
- 28FB39C2150C1A1100E6E522 /* PLCrashSignalHandler.m in Sources */,
- 28FB39C3150C1A1100E6E522 /* PLCrashSysctl.c in Sources */,
- 28FB39C6150C1AC000E6E522 /* PLCrashReportProcessorInfo.m in Sources */,
- 28FB39C9150C1B0C00E6E522 /* PLCrashReportApplicationInfo.m in Sources */,
- 28FB39CC150C1B3000E6E522 /* PLCrashReportTextFormatter.m in Sources */,
- 28FB39D0150C1BBF00E6E522 /* PLCrashAsyncImage.c in Sources */,
- 28FB39E1150C1E9200E6E522 /* crash_report.pb-c.c in Sources */,
- 28FB39E2150C1E9200E6E522 /* protobuf-c.c in Sources */,
2836767D1525053A0015958E /* MUCertificateChainBuilder.m in Sources */,
286A3CA0158BB17E00C817D1 /* MUAudioSidetonePreferencesViewController.m in Sources */,
286A3CA4158CCF9F00C817D1 /* MUWelcomeScreenPad.m in Sources */,
@@ -1447,6 +1501,16 @@
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
+ 280976E418F1C6F8006DA2E8 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = "CrashReporter-iOS-Device";
+ targetProxy = 280976E318F1C6F8006DA2E8 /* PBXContainerItemProxy */;
+ };
+ 280976E618F1C6FB006DA2E8 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = "CrashReporter-iOS-Simulator";
+ targetProxy = 280976E518F1C6FB006DA2E8 /* PBXContainerItemProxy */;
+ };
28990AAF132FDA4B0034B406 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "MumbleKit (iOS)";