File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Sources/Features/Attributes Expand file tree Collapse file tree 3 files changed +8
-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.4 "
12+ s . version = "2.0.5-beta1 "
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.5-beta1
4+ - Adds BacktraceResources bundle
5+ - Updates CoreData and Data Model
6+ - Adds pod integrity check
7+ - Fixes issue where assets are not copied to generated frameworks when statically linking sdk
8+
39## Version 2.0.4
410- Upgrades PLCrashReporter (#122 )
511- Adds scoped attributes to PLCrashreport (#125 )
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ struct LibInfo: AttributesSource {
200200 private static let applicationGuidKey = " backtrace.unique.user.identifier "
201201 private static let applicationLangName = " backtrace-cocoa "
202202
203- var backtraceVersion = " 2.0.4 "
203+ var backtraceVersion = " 2.0.5-beta1 "
204204
205205 var immutable : [ String : Any ? ] {
206206 return [ " guid " : LibInfo . guid ( store: UserDefaultsStore . self) . uuidString,
You can’t perform that action at this time.
0 commit comments