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