Skip to content

Commit fef07c1

Browse files
committed
7
1 parent f0bb596 commit fef07c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
// Products define the executables and libraries a package produces, and make them visible to other packages.
1010
.library(
1111
name: "AppsFlyerLib",
12-
targets: ["Versions/A"]),
12+
targets: ["AppsFlyerLib"]),
1313
],
1414
dependencies: [
1515
// Dependencies declare other packages that this package depends on.
@@ -21,6 +21,7 @@ let package = Package(
2121
.target(
2222
name: "AppsFlyerLib",
2323
dependencies: [],
24+
path: "Versions/A",
2425
cSettings:[
2526
.headerSearchPath("Versions/A/Headers")]),
2627
.testTarget(

0 commit comments

Comments
 (0)