-1

How to generate privacy report PDF via a command? or it's not possible as of Xcode15.6 Beta (Aug 25th 2023)?

As of current beta, it's possible to generate privacy report after archive is prepared by right clicking the archive and selecting "Generate Privacy Report".

To add this as a step in current CICD pipeline, I would like to generate Privacy Report PDF to share with external-teams automatically. How to "Generate Privacy Report" programmatically - say via shell?

I would like to automate this process during CICD once the archive is done, create the PDF and post it (say over email or Slack).

Here is the screenshot of Xcode 15.6 beta. For full video please check: Apple WWDC 2023 - Privacy Report

Generate Privacy Report with Xcode 15.6 beta

ashokds
  • 2,204
  • 1
  • 7
  • 11
  • 1
    Just to clarify: You want to automate a step after you created an archive, correct? I haven't looked at the beta 15.6 so I don't know if there is a command line option for this. The other approach is to use AppleScript. – Bill Aug 22 '23 at 23:07
  • Yes. Would like to automate this - say with Fastlane or direct shell invocation. AppleScript is a good option. – ashokds Aug 23 '23 at 21:58

0 Answers0