cpisciotta / xcbeautify

A little beautifier tool for xcodebuild
MIT License
939 stars 65 forks source link

Replace Public Access Modifiers with Package Access Modifiers #219

Closed cpisciotta closed 6 months ago

cpisciotta commented 7 months ago

Context

There are many types, methods, and properties annotated as public. In many cases, that's undesirable, since it makes them available outside of the Package. Use the new package access modifier to reduce the external surface area.

References

SE-386: Package Access Modifier

Considerations

Tuist directly uses XcbeautifyLib types and methods here.