Skip to content

Commit

Permalink
Update description in manifest for loginWindowWidth and loginWindowHe…
Browse files Browse the repository at this point in the history
…ight #138
  • Loading branch information
twocanoes committed Jan 1, 2024
1 parent 37c7477 commit 5951d75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Profile Manifest/com.twocanoes.xcreds.plist
Original file line number Diff line number Diff line change
Expand Up @@ -297,27 +297,27 @@ A profile can consist of payloads with different version numbers. For example, c
</dict>
<dict>
<key>pfm_description</key>
<string>Login Window webview width (Integer). If this is not defined, it will be full width. Minimum value of 100.</string>
<string>Login Window webview width (Integer). If this is not defined, it will be full width. Minimum value of 150.</string>
<key>pfm_documentation_url</key>
<string>https://twocanoes.com/knowledge-base/xcreds-admin-guide/#preferences</string>
<key>pfm_name</key>
<string>loginWindowWidth</string>
<key>pfm_range_min</key>
<integer>100</integer>
<integer>150</integer>
<key>pfm_title</key>
<string>Login Window Width</string>
<key>pfm_type</key>
<string>integer</string>
</dict>
<dict>
<key>pfm_description</key>
<string>Login Window webview height (Integer). If this is not defined, it will be full height. Minimum value of 100.</string>
<string>Login Window webview height (Integer). If this is not defined, it will be full height. Minimum value of 150.</string>
<key>pfm_documentation_url</key>
<string>https://twocanoes.com/knowledge-base/xcreds-admin-guide/#preferences</string>
<key>pfm_name</key>
<string>loginWindowHeight</string>
<key>pfm_range_min</key>
<integer>100</integer>
<integer>150</integer>
<key>pfm_title</key>
<string>Login Window Height</string>
<key>pfm_type</key>
Expand Down
Binary file not shown.

0 comments on commit 5951d75

Please sign in to comment.