Skip to content

Commit

Permalink
Update com.secondsonconsulting.baseline.plist (#664)
Browse files Browse the repository at this point in the history
* Update com.secondsonconsulting.baseline.plist

Added new Baseline v2.1 features

* Update com.secondsonconsulting.baseline.plist

Added `pfm_app_min` to the new features
  • Loading branch information
BigMacAdmin committed Mar 19, 2024
1 parent 61591a5 commit 0d6ffd9
Showing 1 changed file with 38 additions and 2 deletions.
Expand Up @@ -13,7 +13,7 @@
<key>pfm_format_version</key>
<integer>1</integer>
<key>pfm_last_modified</key>
<date>2024-01-24T00:00:00Z</date>
<date>2024-03-03T00:00:00Z</date>
<key>pfm_platforms</key>
<array>
<string>macOS</string>
Expand Down Expand Up @@ -235,6 +235,18 @@ A profile can consist of payloads with different version numbers. For example, c
<key>pfm_type</key>
<string>string</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>2.1</string>
<key>pfm_description</key>
<string>The subtitle text to appear on this line item.</string>
<key>pfm_name</key>
<string>Subtitle</string>
<key>pfm_title</key>
<string>Subtitle</string>
<key>pfm_type</key>
<string>string</string>
</dict>
</array>
<key>pfm_type</key>
<string>dictionary</string>
Expand Down Expand Up @@ -315,6 +327,18 @@ A profile can consist of payloads with different version numbers. For example, c
<key>pfm_type</key>
<string>string</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>2.1</string>
<key>pfm_description</key>
<string>The subtitle text to appear on this line item.</string>
<key>pfm_name</key>
<string>Subtitle</string>
<key>pfm_title</key>
<string>Subtitle</string>
<key>pfm_type</key>
<string>string</string>
</dict>
</array>
<key>pfm_type</key>
<string>dictionary</string>
Expand Down Expand Up @@ -385,6 +409,18 @@ A profile can consist of payloads with different version numbers. For example, c
<key>pfm_type</key>
<string>string</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>2.1</string>
<key>pfm_description</key>
<string>The subtitle text to appear on this line item.</string>
<key>pfm_name</key>
<string>Subtitle</string>
<key>pfm_title</key>
<string>Subtitle</string>
<key>pfm_type</key>
<string>string</string>
</dict>
</array>
<key>pfm_type</key>
<string>dictionary</string>
Expand Down Expand Up @@ -573,6 +609,6 @@ A profile can consist of payloads with different version numbers. For example, c
<key>pfm_unique</key>
<true/>
<key>pfm_version</key>
<integer>2</integer>
<integer>3</integer>
</dict>
</plist>

0 comments on commit 0d6ffd9

Please sign in to comment.