CycloneDX / cyclonedx-cocoapods

Creates CycloneDX Software Bill-of-Materials (SBOM) from Objective-C and Swift projects that use CocoaPods.
Apache License 2.0
21 stars 12 forks source link

Verify synced sandbox #25

Closed macblazer closed 2 years ago

macblazer commented 2 years ago

Fixes #6

Also this initializes the project directory being worked on for the CocoaPods Config object. This allows the --path parameter of cyclonedx-cocoapods to work as expected when using ::Pod::Config.instance in this repo.

stevespringett commented 2 years ago

Thanks for the PR. Can you resolve conflicts?

macblazer commented 2 years ago

Resolved the conflicts. Probably want to give the PR another quick once-over.