File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
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.0 /swift-dependency-audit.artifactbundle.zip " ,
58+ checksum: " ec2c487c4783ba5947a5e4a86ee0d8a166dce57729b85c8ab6a7dd0e31fff984 "
6559 )
6660)
67- #endif
68- */
61+ #endif
You can’t perform that action at this time.
0 commit comments