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

View File

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