Skip to content

Commit

Permalink
Merge pull request #290 from Countly/SPM-fixes
Browse files Browse the repository at this point in the history
Spm fixes
  • Loading branch information
turtledreams committed Apr 5, 2024
2 parents a310d5d + bd48804 commit e12be81
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ let package = Package(
"Info.plist",
"Countly.podspec",
"Countly-PL.podspec",
"LICENSE.md",
"LICENSE",
"README.md",
"countly_dsym_uploader.sh",
"CHANGELOG.md",
"SECURITY.md"
"SECURITY.md",
"CountlyTests/"
],

linkerSettings:
Expand All @@ -53,5 +54,9 @@ let package = Package(
.linkedFramework("WebKit", .when(platforms: [.iOS])),
.linkedFramework("CoreTelephony", .when(platforms: [.iOS])),
]),
.testTarget(
name: "CountlyTests",
dependencies: ["Countly"]
),
]
)

0 comments on commit e12be81

Please sign in to comment.