Skip to content

Update iOS Plist

Actions
Update or add custom key/value pairs in your Info.plist file
v1.1.0
Latest
Star (2)

Update iOS Plist

This action updates or adds custom key/value pairs in the Info.plist file for your iOS projects.

Inputs

info-plist-path

Required The relative path for the Info.plist file.

key-value-json

Required A JSON string containing an array of key/value pairs.

print-file

Output the Info.plist file in console before and after update.

Usage

- name: Update iOS Plist
  uses: dppeak/[email protected]
  with:
    info-plist-path: './path_to_your/Info.plist'
    key-value-json: '[{"FirstCustomKey": "Some new Value"}, {"SecondCustomKey": "Another Value"}]'
    print-file: true

Update iOS Plist is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Update or add custom key/value pairs in your Info.plist file
v1.1.0
Latest

Update iOS Plist is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.