We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40ce9d commit c850923Copy full SHA for c850923
Package.swift
@@ -3,7 +3,8 @@
3
import PackageDescription
4
5
let package = Package(
6
- name: "swift-issue-reporting",
+ // NB: Keep this for backwards compatibility. Will rename to 'swift-issue-reporting' in 2.0.
7
+ name: "xctest-dynamic-overlay",
8
platforms: [
9
.iOS(.v13),
10
.macOS(.v10_15),
0 commit comments