Skip to content

Commit

Permalink
Update com.secondsonconsulting.baseline.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
BigMacAdmin committed Mar 16, 2023
1 parent d5cda59 commit 6e20726
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions ProfileManifest/com.secondsonconsulting.baseline.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>pfm_description</key>
<string>Baseline by Second Son Consulting Configuration</string>
<key>pfm_documentation_url</key>
<string>https://github.com/SecondSonConsulting/Baseline</string>
<string>https://github.com/SecondSonConsulting/Baseline/wiki</string>
<key>pfm_domain</key>
<string>com.secondsonconsulting.baseline</string>
<key>pfm_format_version</key>
Expand Down Expand Up @@ -127,7 +127,7 @@ A profile can consist of payloads with different version numbers. For example, c
</dict>
<dict>
<key>pfm_description</key>
<string>These are the first items processed by Baseline, immediately when a user logs in.</string>
<string>Define scripts that are run immediately as the user logs in.</string>
<key>pfm_name</key>
<string>InitialScripts</string>
<key>pfm_subkeys</key>
Expand Down Expand Up @@ -187,7 +187,7 @@ A profile can consist of payloads with different version numbers. For example, c
</dict>
<dict>
<key>pfm_description</key>
<string>Populate with Installomator labels you wish Baseline to process when it runs.</string>
<string>Define Installomator labels to be run by Baseline.</string>
<key>pfm_name</key>
<string>Installomator</string>
<key>pfm_subkeys</key>
Expand Down Expand Up @@ -237,7 +237,7 @@ A profile can consist of payloads with different version numbers. For example, c
</dict>
<dict>
<key>pfm_description</key>
<string>Populate with Packages you wish Baseline to install when it runs.</string>
<string>Define Packages to be run by Baseline</string>
<key>pfm_name</key>
<string>Packages</string>
<key>pfm_subkeys</key>
Expand Down Expand Up @@ -307,7 +307,7 @@ A profile can consist of payloads with different version numbers. For example, c
</dict>
<dict>
<key>pfm_description</key>
<string>Populate with Scripts you wish Baseline to run.</string>
<string>Define Scripts to be run by Baseline</string>
<key>pfm_name</key>
<string>Scripts</string>
<key>pfm_subkeys</key>
Expand Down Expand Up @@ -376,6 +376,8 @@ A profile can consist of payloads with different version numbers. For example, c
<string>boolean</string>
</dict>
<dict>
<key>pfm_description</key>
<string>SwiftDialog options for the primary Baseline progress list window.</string>
<key>pfm_name</key>
<string>DialogListOptions</string>
<key>pfm_title</key>
Expand All @@ -384,6 +386,8 @@ A profile can consist of payloads with different version numbers. For example, c
<string>string</string>
</dict>
<dict>
<key>pfm_description</key>
<string>SwiftDialog options for the Success Dialog window.</string>
<key>pfm_name</key>
<string>DialogSuccessOptions</string>
<key>pfm_title</key>
Expand All @@ -392,13 +396,25 @@ A profile can consist of payloads with different version numbers. For example, c
<string>string</string>
</dict>
<dict>
<key>pfm_description</key>
<string>SwiftDialog options for the Failure Dialog window.</string>
<key>pfm_name</key>
<string>DialogFailureOptions</string>
<key>pfm_title</key>
<string>Dialog Failure Window Options</string>
<key>pfm_type</key>
<string>string</string>
</dict>
<dict>
<key>pfm_description</key>
<string>Define a file or folder path. If this file or folder exists, Baseline will exit quietly without processing any items.</string>
<key>pfm_name</key>
<string>ExitCondition</string>
<key>pfm_title</key>
<string>Exit Condition</string>
<key>pfm_type</key>
<string>string</string>
</dict>
</array>
<key>pfm_targets</key>
<array>
Expand Down

0 comments on commit 6e20726

Please sign in to comment.