Skip to content

Commit

Permalink
fix: in-app universal link redirection support (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed May 26, 2023
1 parent 1816640 commit 51470e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CustomerIOMessagingInApp.podspec
Expand Up @@ -22,5 +22,5 @@ Pod::Spec.new do |spec|

spec.dependency "CustomerIOTracking", "= #{spec.version.to_s}"
# Update to exact version until wrapper SDKs become part of testing pipeline.
spec.dependency "Gist", '3.2.1'
spec.dependency "Gist", '3.2.2'
end
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -26,7 +26,7 @@ let package = Package(
// https://web.archive.org/web/20220525200227/https://www.timc.dev/posts/understanding-swift-packages/
//
// Update to exact version until wrapper SDKs become part of testing pipeline.
.package(name: "Gist", url: "https://github.com/customerio/gist-apple.git", .exact("3.2.1"))
.package(name: "Gist", url: "https://github.com/customerio/gist-apple.git", .exact("3.2.2"))
],
targets: [
// Common - Code used by multiple modules in the SDK project.
Expand Down

0 comments on commit 51470e8

Please sign in to comment.