Skip to content

Commit

Permalink
1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-kremer93 committed Oct 28, 2020
1 parent 0b6c58e commit 85ec713
Show file tree
Hide file tree
Showing 29 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ let package = Package(
targets: ["AppsFlyerLib"]),
],
dependencies: [
.package(url: "https://github.com/amit-kremer93/SPMtestForAppsf", from: "1.0.18")
],
targets: [
.binaryTarget(
name: "AppsFlyerLib",
path: "Mac\ Catalyst/AppsFlyerLib.xcframework")
path: "MacCatalyst/AppsFlyerLib.xcframework")
]
)

0 comments on commit 85ec713

Please sign in to comment.