Skip to content

Commit c850923

Browse files
authored
Fix for backwards compatibility of package name. (#97)
* Rename package name. * wip
1 parent e40ce9d commit c850923

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
@@ -3,7 +3,8 @@
33
import PackageDescription
44

55
let package = Package(
6-
name: "swift-issue-reporting",
6+
// NB: Keep this for backwards compatibility. Will rename to 'swift-issue-reporting' in 2.0.
7+
name: "xctest-dynamic-overlay",
78
platforms: [
89
.iOS(.v13),
910
.macOS(.v10_15),

0 commit comments

Comments
 (0)