File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,16 @@ let package = Package(
18
18
targets: [
19
19
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
20
20
// 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(
22
27
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 " )
31
31
32
- . testTarget(
33
- name: " AppsFlyerLibTests " ,
34
- dependencies: [ " AppsFlyerLib " ] ) ,
35
32
]
36
33
)
You can’t perform that action at this time.
0 commit comments