Giter Club home page Giter Club logo

privacyreportgen's Introduction

PrivacyReportGen

PrivacyReportGen is an open-source tool that generates JSON or plist files from xcarchive files, containing the same data as the privacy peport PDF file that can be generated from Xcode. This allows for easy comparison of differences between reports.

Features

  • Extracts privacy report data from xcarchive files
  • Generates JSON and plist format files
  • Facilitates comparison of privacy report data

Installation

To use PrivacyReportGen, install it via Swift Package Manager. Add PrivacyReportGen as plugin in your Package.swift.

let package = Package(
    name: "Tools",
    platforms: [.macOS(.v14)],
    products: [ ... ],
    dependencies: [
        ...
        .package(url: "https://github.com/fxwx23/PrivacyReportGen", exact: "0.0.0"),
    ],
    targets: [ ... ]
)

Usage

To generate a privacy report in JSON or plist format, run the following command plugin:

$ swift package plugin --allow-writing-to-package-directory generate-privacy-report --xcarchive-path '/path/to/your/App.xcarchive'

Command Options

  • --xcarchive-path : Specifies the path to the xcarchive file from which to generate the privacy report data. (Required)
  • --json : Specifies JSON as the output format for the generated privacy report. (default is plist)
  • --output-directory : Specifies the directory where the generated privacy report file will be saved. (default is package path)
    • If using this option, also include --allow-writing-to-directory to allow writing to the specified directory.
  • --report-name : Specifies the name of the generated privacy report file. (default is PrivacyReport )

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your improvements.

License

PrivacyReportGen is released under the MIT License. See LICENSE for more information.

privacyreportgen's People

Contributors

fxwx23 avatar yutailang0119 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.