Skip to content

Commit

Permalink
Merge pull request #23 from plaidev/android-1
Browse files Browse the repository at this point in the history
[ios] bugfix" add deeplink to compiled event
  • Loading branch information
RyosukeCla authored Mar 25, 2024
2 parents 7ae789b + 2ae6ee4 commit adf7d9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Nativebrik.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Nativebrik'
s.version = '0.5.0'
s.version = '0.5.1'
s.summary = 'Nativebrik SDK'
s.description = <<-DESC
Nativebrik SDK for iOS.
Expand Down
1 change: 1 addition & 0 deletions ios/Nativebrik/Nativebrik/component/action-listener.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func configureOnClickGesture(target: UIView, action: Selector, context: UIBlockC
let compiledEvent = UIBlockEventDispatcher(
name: event.name,
destinationPageId: event.destinationPageId,
deepLink: event.deepLink,
payload: compiledPayload,
httpRequest: event.httpRequest,
httpResponseAssertion: event.httpResponseAssertion
Expand Down
2 changes: 1 addition & 1 deletion ios/Nativebrik/Nativebrik/sdk.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation
import SwiftUI
import Combine

public let nativebrikSdkVersion = "0.5.0"
public let nativebrikSdkVersion = "0.5.1"
public let isNativebrikAvailable: Bool = {
if #available(iOS 15.0, *) {
return true
Expand Down

0 comments on commit adf7d9d

Please sign in to comment.