rules_swift_package_manager icon indicating copy to clipboard operation
rules_swift_package_manager copied to clipboard

Feature request: update file permissions to enforce read-only files

Open luispadron opened this issue 1 year ago • 2 comments

The files from swiftpkg repositories should be marked read-only (locked) when creating the repositories. This helps ensure users do not accidentally modify a packages contents.

luispadron avatar Nov 15 '24 16:11 luispadron

Curious. What is the scenario where they are editing the files? Are folks digging into the external directory and modifying files?

cgrindel avatar Nov 15 '24 16:11 cgrindel

I imagine it's when using rules_xcodeproj since that makes it a lil easier to view the external files / when viewing external sources and accidentally editing a file

luispadron avatar Nov 15 '24 16:11 luispadron