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

Adds a rule that can be used out of the box to use Periphery in bazel… #783

Closed
wants to merge 3 commits into from

Commits on Aug 8, 2024

  1. Adds a rule that can be used out of the box to use Periphery in bazel…

    … projects
    
    Using the example provided here you are able to generate periphery reports for any collection of swift based targets. To run the example run
    
    `bazel build //periphery/example:periphery_xcode_report`
    
    It is important to note the flags specified in the .bazelrc file, they are critical to periphery working via bazel
    maxwellE committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a1cab7e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. more feedback

    maxwellE committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5386896 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. collect plists as well

    maxwellE committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9e63be6 View commit details
    Browse the repository at this point in the history