File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Sources/Features/Attributes Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 99Pod ::Spec . new do |s |
1010
1111 s . name = "Backtrace"
12- s . version = "2.0.3 "
12+ s . version = "2.0.4 "
1313 s . swift_version = '5'
1414 s . summary = "Backtrace's integration with iOS, macOS and tvOS"
1515 s . description = "Reliable crash and hang reporting for iOS, macOS and tvOS."
Original file line number Diff line number Diff line change 11# Backtrace Cocoa Release Notes
22
3+ ## Version 2.0.4
4+ - Upgrades PLCrashReporter (#122 )
5+ - Adds scoped attributes to PLCrashreport (#125 )
6+ - Adds extension to uploaded attachment (#126 )
7+ - Renames attributes and adds them as default (#127 )
8+ - Standardizes system attributes (#128 )
9+ - Updates FaultMessage Attribute to return Termination Signal name (#129 )
10+ - Upgrades COCOAPODS to ver 1.15.2 (#129 )
11+
312## Version 2.0.3
413- Added PrivacyInfo.xcprivacy
514
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ struct LibInfo: AttributesSource {
211211 private static let applicationGuidKey = " backtrace.unique.user.identifier "
212212 private static let applicationLangName = " backtrace-cocoa "
213213
214- var backtraceVersion = " 2.0.3 "
214+ var backtraceVersion = " 2.0.4 "
215215
216216 var immutable : [ String : Any ? ] {
217217 return [ " guid " : LibInfo . guid ( store: UserDefaultsStore . self) . uuidString,
You can’t perform that action at this time.
0 commit comments