Skip to content

Commit

Permalink
Fix for backwards compatibility of package name. (#97)
Browse files Browse the repository at this point in the history
* Rename package name.

* wip
  • Loading branch information
mbrandonw authored Jul 23, 2024
1 parent e40ce9d commit c850923
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
import PackageDescription

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

0 comments on commit c850923

Please sign in to comment.