Skip to content

Commit a4bda46

Browse files
committed
13
1 parent f2f0bbd commit a4bda46

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

Package.swift

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,16 @@ let package = Package(
1818
targets: [
1919
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
2020
// Targets can depend on other targets in this package, and on products in packages this package depends on.
21-
.target(
21+
// .target(
22+
// name: "AppsFlyerLib",
23+
// dependencies: [],
24+
// path: "iOS/AppsFlyerLib.Framework"
25+
// )
26+
.binaryTarget(
2227
name: "AppsFlyerLib",
23-
dependencies: [],
24-
path: "Versions/A",
25-
exclude: [
26-
"AppsFlyerLib",
27-
],
28-
// publicHeadersPath: "Public",
29-
cSettings: [
30-
.headerSearchPath("Versions/A/Headers")]),
28+
// url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework/releases/download/6.0.5/appsflyer-ios.framework.zip",
29+
// checksum: <#String#>)
30+
path: "iOS")
3131

32-
.testTarget(
33-
name: "AppsFlyerLibTests",
34-
dependencies: ["AppsFlyerLib"]),
3532
]
3633
)

0 commit comments

Comments
 (0)