Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Integrate PLCrashReporter 1.2 RC 5
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi committed Apr 12, 2014
1 parent fa14aec commit e62aa1c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file modified Vendor/CrashReporter.framework/Versions/A/CrashReporter
Binary file not shown.
Expand Up @@ -32,7 +32,7 @@

@interface PLCrashReportProcessInfo : NSObject {
@private
/** Process name */
/** Process name, or nil if unavailable. */
NSString *_processName;

/** Process ID */
Expand All @@ -45,7 +45,7 @@
* will be nil. */
NSDate *_processStartTime;

/** Parent process name */
/** Parent process name, or nil if unavailable. */
NSString *_parentProcessName;

/** Parent process ID */
Expand Down
10 changes: 5 additions & 5 deletions Vendor/CrashReporter.framework/Versions/A/Resources/Info.plist
Expand Up @@ -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>
Expand All @@ -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>

0 comments on commit e62aa1c

Please sign in to comment.