This action update the BundleShortVersionString
and BundleVersion
properties of the Info.plist file for your iOS projects.
Required The relative path for the Info.plist file.
The CF Bundle Short Version String.
The CF Bundle Version.
Output the Info.plist file in console before and after update.
- name: Update Info.plist
uses: damienaicheh/[email protected]
with:
info-plist-path: "./path_to_your/Info.plist"
bundle-short-version-string: "2.0"
bundle-version: "2"
print-file: true