File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Sources/PackageDescription Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,12 @@ public final class Target {
6262 ///
6363 /// The URL points to a ZIP file that contains an XCFramework at its root.
6464 /// Binary targets are only available on Apple Platforms.
65+ @available ( _PackageDescription, introduced: 5.3 )
6566 public var url : String ? {
6667 get { _url }
6768 set { _url = newValue }
6869 }
69- public var _url : String ?
70+ private var _url : String ?
7071
7172 /// The source files in this target.
7273 ///
@@ -170,7 +171,7 @@ public final class Target {
170171 get { _checksum }
171172 set { _checksum = newValue }
172173 }
173- public var _checksum : String ?
174+ private var _checksum : String ?
174175
175176 /// The usages of package plugins by the target.
176177 @available ( _PackageDescription, introduced: 5.5 )
You can’t perform that action at this time.
0 commit comments