mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-29 19:35:08 +00:00
Integrate PLCrashReporter 1.2 RC 5
This commit is contained in:
parent
fa14aec66e
commit
e62aa1c6e4
Binary file not shown.
@ -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 */
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user