Коммит
a94d3e8174
|
@ -1,6 +1,6 @@
|
||||||
# PLCrashReporter Change Log
|
# PLCrashReporter Change Log
|
||||||
|
|
||||||
## Version 1.8.2 (Under development)
|
## Version 1.9.0
|
||||||
|
|
||||||
* **[Fix]** Fix `double-quoted` warnings in Xcode 12.
|
* **[Fix]** Fix `double-quoted` warnings in Xcode 12.
|
||||||
* **[Fix]** Fix memory leak during stack trace unwinding.
|
* **[Fix]** Fix memory leak during stack trace unwinding.
|
||||||
|
|
|
@ -3995,7 +3995,7 @@
|
||||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
CURRENT_PROJECT_VERSION = 1.8.1;
|
CURRENT_PROJECT_VERSION = 1.9.0;
|
||||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||||
DYLIB_CURRENT_VERSION = 1;
|
DYLIB_CURRENT_VERSION = 1;
|
||||||
|
@ -4061,7 +4061,7 @@
|
||||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
CURRENT_PROJECT_VERSION = 1.8.1;
|
CURRENT_PROJECT_VERSION = 1.9.0;
|
||||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||||
DYLIB_CURRENT_VERSION = 1;
|
DYLIB_CURRENT_VERSION = 1;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Pod::Spec.new do |spec|
|
Pod::Spec.new do |spec|
|
||||||
spec.name = 'PLCrashReporter'
|
spec.name = 'PLCrashReporter'
|
||||||
spec.version = '1.8.1'
|
spec.version = '1.9.0'
|
||||||
spec.summary = 'Reliable, open-source crash reporting for iOS, macOS and tvOS.'
|
spec.summary = 'Reliable, open-source crash reporting for iOS, macOS and tvOS.'
|
||||||
spec.description = 'PLCrashReporter is a reliable open source library that provides an in-process live crash reporting framework for use on iOS, macOS and tvOS. The library detects crashes and generates reports to help your investigation and troubleshooting with the information of application, system, process, thread, etc. as well as stack traces.'
|
spec.description = 'PLCrashReporter is a reliable open source library that provides an in-process live crash reporting framework for use on iOS, macOS and tvOS. The library detects crashes and generates reports to help your investigation and troubleshooting with the information of application, system, process, thread, etc. as well as stack traces.'
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче