Skip to content

Commit

Permalink
fix: fixed SPM integration
Browse files Browse the repository at this point in the history
  • Loading branch information
genadyb authored and uerceg committed Aug 2, 2024
1 parent 5a2c8d9 commit 42ec27d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Adjust/include/AdjustSdk/ADJDeeplink.h
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
.target(
name: "AdjustSdk",
dependencies: [
.product(name: "AdjustSigSdk", package: "adjust_signature_sdk")
.product(name: "AdjustSignature", package: "adjust_signature_sdk")
],
path: "Adjust",
resources: [
Expand All @@ -32,7 +32,7 @@ let package = Package(
.target(
name: "AdjustWebBridge",
dependencies: [
.product(name: "AdjustSigSdk", package: "adjust_signature_sdk")
.product(name: "AdjustSignature", package: "adjust_signature_sdk")
],
path: "AdjustBridge",
cSettings: [
Expand Down

0 comments on commit 42ec27d

Please sign in to comment.