Skip to content

Commit 9249861

Browse files
[bot] Release v0.15.3: update version, Package.swift, and Nubrick.podspec (#324)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 78b6eb8 commit 9249861

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.15.2"
3+
spec.version = "0.15.3"
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.15.2/Nubrick.xcframework.zip",
18-
:sha256 => "02a3bbb6039b7b5fa259db4704a62db37e7c3dd7877d8f5304c53c27ba17d177" }
17+
spec.source = { :http => "https://github.com/plaidev/nubrick-ios/releases/download/v0.15.3/Nubrick.xcframework.zip",
18+
:sha256 => "e21d32f11a41beed20e0e34dbfb3446c9a0e9e48f95832ed53d7937af3cd4cb0" }
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.15.2/Nubrick.xcframework.zip",
26-
checksum: "02a3bbb6039b7b5fa259db4704a62db37e7c3dd7877d8f5304c53c27ba17d177"
25+
url: "https://github.com/plaidev/nubrick-ios/releases/download/v0.15.3/Nubrick.xcframework.zip",
26+
checksum: "e21d32f11a41beed20e0e34dbfb3446c9a0e9e48f95832ed53d7937af3cd4cb0"
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
@@ -53,7 +53,7 @@ final class AppMetrics: NSObject, MXMetricManagerSubscriber {
5353
// for development
5454
public var nubrickTrackUrl = "https://track.nativebrik.com/track/v1"
5555
public var nubrickCdnUrl = "https://cdn.nativebrik.com"
56-
public let nubrickSdkVersion = "0.15.2"
56+
public let nubrickSdkVersion = "0.15.3"
5757

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

0 commit comments

Comments
 (0)