Skip to content

Commit

Permalink
Remove AppsFlyerLib-Strict from SPM due to internal XCode bug
Browse files Browse the repository at this point in the history
  • Loading branch information
andr-ggn committed Jul 5, 2021
1 parent d14285d commit b6e5ae8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ let package = Package(
name: "AppsFlyerLib",
products: [
.library(name: "AppsFlyerLib", targets: ["AppsFlyerLib"]),
.library(name: "AppsFlyerLib-Strict", targets: ["AppsFlyerLib-Strict"]),
],
dependencies: [
],
targets: [
.binaryTarget(name: "AppsFlyerLib", path: "AppsFlyerLib.xcframework"),
.binaryTarget(name: "AppsFlyerLib-Strict", path: "Strict/AppsFlyerLib.xcframework"),
]
)

0 comments on commit b6e5ae8

Please sign in to comment.