Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to create a report per-target/extension #40

Open
edorphy opened this issue Nov 1, 2023 · 1 comment
Open

Add ability to create a report per-target/extension #40

edorphy opened this issue Nov 1, 2023 · 1 comment

Comments

@edorphy
Copy link

edorphy commented Nov 1, 2023

Hey Paul,

Similar to #39, I'm curious on your take of how easy it would be to modify SitRep to allow the caller to specify a flag to output a report per target, per extension, etc.

For example, 'I have an app with an app, app clip, widget extension, live activity widget extension' and so on. The idea here would be to see at a glance where the majority of the code is from a target level. Potentially some interesting analysis to 'refactor shared code into swift package'.

@twostraws
Copy link
Owner

As long as the target/extension were in a clearly marked group, this wouldn't be tricky at all. I'm not sure whether this would mean querying the Xcode project file or not, but if it did… 💀 (I think! Maybe there are smart, modern ways of doing this.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants