Skip to content

Processor PlistEditor

github-actions edited this page Dec 6, 2022 · 3 revisions

PlistEditor

NOTE: This page is automatically generated by GitHub Actions when a new release is tagged.
Updates to the information on this page should be submitted as pull requests to the AutoPkg repository. Processors are located here.

Description

Merges data with an input plist (which can be empty) and writes a new plist.

Input Variables

  • input_plist_path:
    • required: False
    • description: File path to a plist; empty or undefined to start with an empty plist.
  • output_plist_path:
    • required: True
    • description: File path to a plist. Can be the same path as input_plist.
  • plist_data:
    • required: True
    • description: A dictionary of data to be merged with the data from the input plist.

Output Variables

Table of Contents

Clone this wiki locally