Integrate PLCrashReporter 1.2 RC 5

This commit is contained in:
Andreas Linde 2014-04-12 22:03:37 +02:00
parent fa14aec66e
commit e62aa1c6e4
3 changed files with 7 additions and 7 deletions

View File

@ -32,7 +32,7 @@
@interface PLCrashReportProcessInfo : NSObject {
@private
/** Process name */
/** Process name, or nil if unavailable. */
NSString *_processName;
/** Process ID */
@ -45,7 +45,7 @@
* will be nil. */
NSDate *_processStartTime;
/** Parent process name */
/** Parent process name, or nil if unavailable. */
NSString *_parentProcessName;
/** Parent process ID */

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>13B42</string>
<string>13C64</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
@ -23,16 +23,16 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>5A3005</string>
<string>5B1008</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>13A595</string>
<string>13C64</string>
<key>DTSDKName</key>
<string>macosx10.9</string>
<key>DTXcode</key>
<string>0502</string>
<string>0511</string>
<key>DTXcodeBuild</key>
<string>5A3005</string>
<string>5B1008</string>
</dict>
</plist>