Update swift package manager (#432)
Some checks failed
Validate JSON / validate (push) Has been cancelled

This commit is contained in:
KaBanks 2024-09-19 06:59:08 -04:00 committed by GitHub
parent e4cdd55c1f
commit caa890fca9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,8 +3,8 @@
"files": [
{
"path": "$HOME/.swiftpm",
"movable": false,
"help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/apple/swift-package-manager/issues/6204\n"
"movable": true,
"help": "Set the _$XDG_CONFIG_HOME_ environment variable\n\nOnce set, Swift Package Manager will store its configuration files in _$XDG_CONFIG_HOME/swiftpm_."
}
]
}