Skip to content

Commit 3b7055a

Browse files
[bot] Release v0.14.6: update version, Package.swift, and Nubrick.podspec (#313)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 34a2b2c commit 3b7055a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Nubrick.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "Nubrick"
3-
spec.version = "0.14.5"
3+
spec.version = "0.14.6"
44
spec.summary = "Nubrick SDK for iOS"
55
spec.description = <<-DESC
66
Nubrick SDK for iOS.
@@ -14,8 +14,8 @@ Pod::Spec.new do |spec|
1414
spec.platform = :ios
1515
spec.ios.deployment_target = "13.4"
1616

17-
spec.source = { :http => "https://github.com/plaidev/nubrick-ios/releases/download/v0.14.5/Nubrick.xcframework.zip",
18-
:sha256 => "21166ed92b038e37e055d6f888b332a0b07b9e4c0b40bf6bd1ae0f5bb93dbc7a" }
17+
spec.source = { :http => "https://github.com/plaidev/nubrick-ios/releases/download/v0.14.6/Nubrick.xcframework.zip",
18+
:sha256 => "7befd9443b7926c2302ae6aee8c673b344336d92894750bb23670b0731a936cd" }
1919

2020
spec.vendored_frameworks = "Nubrick.xcframework"
2121
end

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ let package = Package(
2222
// Production: Remote binary downloaded by SPM consumers
2323
.binaryTarget(
2424
name: "Nubrick",
25-
url: "https://github.com/plaidev/nubrick-ios/releases/download/v0.14.5/Nubrick.xcframework.zip",
26-
checksum: "21166ed92b038e37e055d6f888b332a0b07b9e4c0b40bf6bd1ae0f5bb93dbc7a"
25+
url: "https://github.com/plaidev/nubrick-ios/releases/download/v0.14.6/Nubrick.xcframework.zip",
26+
checksum: "7befd9443b7926c2302ae6aee8c673b344336d92894750bb23670b0731a936cd"
2727
),
2828

2929
// Development: Source target for unit tests (supports @testable import)

Sources/Nubrick/sdk.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class AppMetrics: NSObject, MXMetricManagerSubscriber {
4747
// for development
4848
public var nubrickTrackUrl = "https://track.nativebrik.com/track/v1"
4949
public var nubrickCdnUrl = "https://cdn.nativebrik.com"
50-
public let nubrickSdkVersion = "0.14.5"
50+
public let nubrickSdkVersion = "0.14.6"
5151

5252
public var isNubrickAvailable: Bool {
5353
if #available(iOS 15.0, *) { true } else { false }

0 commit comments

Comments
 (0)