Skip to content

Commit 1261634

Browse files
github-actions[bot]bitdrift-opening-capture-sdk-prs[bot]FranAguilera
authored
Update version to 0.22.11 (#205)
* Update version to 0.22.11 * Update MockLogging.swift --------- Co-authored-by: bitdrift-opening-capture-sdk-prs[bot] <bitdrift-opening-capture-sdk-prs[bot]@users.noreply.github.com> Co-authored-by: Fran Aguilera <fran@bitdrift.io>
1 parent 50ef46d commit 1261634

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.22.10
1+
0.22.11

BitdriftCapture.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'BitdriftCapture'
33
s.summary = "A dynamic observability SDK for mobile developers."
4-
s.version = '0.22.10'
4+
s.version = '0.22.11'
55

66
s.homepage = 'https://bitdrift.io'
77
s.license = {
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
2828
'CoreTelephony'
2929
]
3030

31-
s.source = { http: "https://dl.bitdrift.io/sdk/ios/capture-0.22.10/Capture.zip" }
31+
s.source = { http: "https://dl.bitdrift.io/sdk/ios/capture-0.22.11/Capture.zip" }
3232
s.preserve_paths = ['LICENSE']
3333
s.vendored_frameworks = 'Capture.xcframework'
3434
end

CaptureCocoaLumberjack.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CaptureCocoaLumberjack'
3-
s.version = '0.22.10'
3+
s.version = '0.22.11'
44
s.summary = "Official Capture integration for CocoaLumberjack."
55

66
s.homepage = 'https://bitdrift.io'

CaptureSwiftyBeaver.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'CaptureSwiftyBeaver'
4-
s.version = '0.22.10'
4+
s.version = '0.22.11'
55
s.summary = "Official Capture integration for SwiftyBeaver."
66

77
s.homepage = 'https://bitdrift.io'

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ let package = Package(
2828
targets: [
2929
.binaryTarget(
3030
name: "Capture",
31-
url: "https://dl.bitdrift.io/sdk/ios/capture-0.22.10/Capture.zip",
32-
checksum: "c97d00d426e937424e784c2fa78b0e3db13a6fce004a84c37b577bbb872b54f1"
31+
url: "https://dl.bitdrift.io/sdk/ios/capture-0.22.11/Capture.zip",
32+
checksum: "277070eac6b1a3b9a00d93cab41a7c1494cde2d24e5385e077e53565b8aa2e4d"
3333
),
3434
.target(
3535
name: "CaptureCocoaLumberjack",

Sources/CaptureMocks/MockLogging.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,6 @@ public final class MockLogging: Logging {
7070
public func setFeatureFlagExposure(withName _: String, variant _: String) {}
7171

7272
public func setFeatureFlagExposure(withName _: String, variant _: Bool) {}
73+
74+
public func registerOpaqueUserID(_: String) {}
7375
}

0 commit comments

Comments
 (0)