File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Sources/Features/Attributes Expand file tree Collapse file tree 4 files changed +7
-4
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.5"
12+ s . version = "2.0.5-alpha1 "
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-alpha1
4+ - Distributes XCFramework (#137 )
5+
36## Version 2.0.5
47- Enables client side unwinding default setting (#134 )
58- Fixes Cocoapods deployment (#135 )
Original file line number Diff line number Diff line change 11PODS:
2- - Backtrace (2.0.5-beta2 ):
2+ - Backtrace (2.0.5-alpha1 ):
33 - PLCrashReporter (= 1.11)
44 - Nimble (10.0.0)
55 - PLCrashReporter (1.11.0)
@@ -22,7 +22,7 @@ EXTERNAL SOURCES:
2222 :path: "./Backtrace.podspec"
2323
2424SPEC CHECKSUMS:
25- Backtrace: edc722bb51df4df8bde18abf92020f11cf9d3f74
25+ Backtrace: 0ae754187513e780c86fc82c9a4a2e7710f595d0
2626 Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
2727 PLCrashReporter: 7a9dff14a23ba5d2e28c6160f0bb6fada5e71a8d
2828 Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
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.5 "
203+ var backtraceVersion = " 2.0.5-alpha1 "
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