- Support standalone execution without Xcode dependency (#16).
- Fix macOS app re-signing issue.
- Automatically enable Hardened Runtime in macOS codesign.
- Add clean script.
- Support for macOS app (#9).
- Fix install issue by skipping
PBXAggregateTarget(#4).
- Fix app re-signing issue.
- Enhance Build Phases script robustness.
- Add log file output.
- Add version info to privacy access report.
- Remove empty tables from privacy access report.
- Enhance API symbols analysis with strings tool.
- Improve performance of API usage analysis.
- Fix issue with inaccurate privacy manifest search.
- Disable dependency analysis to force the script to run on every build.
- Add placeholder for privacy access report.
- Update build output directory naming convention.
- Add examples for privacy access report.
- Add privacy access report generation.
- Fix issue with relative path parameter.
- Add support for all application targets.
- Fix backup issue with empty user templates directory.
- Add uninstall script.
- Remove
Templates/.gitignoreto trackUserTemplates. - Fix incorrect use of
App.xcprivacytemplate inApp.framework.
- Add logs for latest release fetch failure.
- Fix issue with converting published time to local time.
- Disable showing environment variables in the build log.
- Add
--install-builds-onlycommand line option.
- Initial version.