rockbruno / SwiftInfo

📊 Extract and analyze the evolution of an iOS app's code.
https://swiftrocks.com
MIT License
1.15k stars 58 forks source link

SwiftInfo on Bazel Build system #79

Closed sanju-naik closed 2 years ago

sanju-naik commented 2 years ago

We had this tool Integrated and it depends on Fastlane. We are migrating to the Bazel build system so was wondering is there a way to make this tool work with Bazel?

rockbruno commented 2 years ago

Yes, you can make it work with anything. It doesn't depend on Fastlane, it's just the main example of the repo.

sanju-naik commented 2 years ago

I was able to make this work with Bazel build logs. Thank you!

Closing this issue.