Skip to content

installation_condition_version_string

Jeremy Baker edited this page Apr 19, 2018 · 4 revisions

Description

The installation_condition_version_string key allows you to enter the Version String that the app must be on the system in order to install. This corresponds to the "File Version String" operator.

Example Usage:

<key>installation_condition_version_string</key>
<string>42</string>

This will add an installation condition to the uploaded package to only install on systems where version "42" of a defined application is installed.

Note: This key must be used in conjunction with the installation_condition_name.

Required: False

Clone this wiki locally