File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 22import PackageDescription
33
44// Conditional plugin dependencies based on platform
5- // Note: Using source target for development until binary target is available
6- let swiftDependencyAuditPluginDependencies : [ Target . Dependency ] = [ . target( name: " SwiftDependencyAudit " ) ]
5+ let swiftDependencyAuditPluginDependencies : [ Target . Dependency ]
76
8- // For production with binary target, use this instead:
9- /*
107#if os(macOS)
118swiftDependencyAuditPluginDependencies = [ . target( name: " SwiftDependencyAuditBinary " ) ]
129#else
1310swiftDependencyAuditPluginDependencies = [ . target( name: " SwiftDependencyAudit " ) ]
1411#endif
15- */
1612
1713let package = Package (
1814 name: " SwiftDependencyAudit " ,
@@ -54,15 +50,12 @@ let package = Package(
5450)
5551
5652// Conditionally add binary target only on macOS
57- // Note: Commented out for development until first release with binary target is created
58- /*
5953#if os(macOS)
6054package . targets. append (
6155 . binaryTarget(
6256 name: " SwiftDependencyAuditBinary " ,
63- url: "https://github.com/tonyarnold/swift-dependency-audit/releases/download/v0.1.0-test /swift-dependency-audit.artifactbundle.zip",
64- checksum: "b7bf85dc914055edac980164ba7424c4d7b6f174ef5b85a95d4d3ba543ca04f6 "
57+ url: " https://github.com/tonyarnold/swift-dependency-audit/releases/download/v1.4.4 /swift-dependency-audit.artifactbundle.zip " ,
58+ checksum: " 89100dcd3f16ff0c6a863c498bbe935feaee8fb1bef0c850677bd4cddabec38c "
6559 )
6660)
6761#endif
68- */
You can’t perform that action at this time.
0 commit comments