Skip to content

Commit b1a342d

Browse files
Merge pull request #266 from microsoft/release/1.11.0
Bump project version to 1.11.0
2 parents 10d3dcd + 31ad6b0 commit b1a342d

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# PLCrashReporter Change Log
22

3-
## Version 1.10.3 (Under development)
3+
## Version 1.11.0
44

5-
* **[Feature]** Add Xcode 14 support.
5+
* **[Feature]** Add Xcode 14 support. Xcode 11 and Xcode 12 are out of support now.
6+
* **[Improvement]** Fix analyzer warnings.
67

78
___
89

CrashReporter.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4075,7 +4075,7 @@
40754075
CLANG_WARN_UNREACHABLE_CODE = YES;
40764076
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
40774077
COPY_PHASE_STRIP = NO;
4078-
CURRENT_PROJECT_VERSION = 1.10.2;
4078+
CURRENT_PROJECT_VERSION = 1.11.0;
40794079
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
40804080
DYLIB_COMPATIBILITY_VERSION = 1;
40814081
DYLIB_CURRENT_VERSION = 1;
@@ -4142,7 +4142,7 @@
41424142
CLANG_WARN_UNREACHABLE_CODE = YES;
41434143
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
41444144
COPY_PHASE_STRIP = NO;
4145-
CURRENT_PROJECT_VERSION = 1.10.2;
4145+
CURRENT_PROJECT_VERSION = 1.11.0;
41464146
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
41474147
DYLIB_COMPATIBILITY_VERSION = 1;
41484148
DYLIB_CURRENT_VERSION = 1;

PLCrashReporter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22
spec.cocoapods_version = '>= 1.10'
33
spec.name = 'PLCrashReporter'
4-
spec.version = '1.10.2'
4+
spec.version = '1.11.0'
55
spec.summary = 'Reliable, open-source crash reporting for iOS, macOS and tvOS.'
66
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.'
77

0 commit comments

Comments
 (0)