docs: Default of false for all macOS plist keys (#9212)

I was mistaken on the defaults of booleans returned by `UserDefaults` -
they're false by default.


https://developer.apple.com/documentation/foundation/userdefaults/bool(forkey:)
This commit is contained in:
Jamil
2025-05-23 00:26:57 -07:00
committed by GitHub
parent c61f3ed238
commit a73c03d7ee

View File

@@ -197,7 +197,7 @@ A profile can consist of payloads with different version numbers. For example, c
</dict>
<dict>
<key>pfm_default</key>
<true/>
<false/>
<key>pfm_description</key>
<string>Try to connect to Firezone using the saved token and configuration when the client application starts. If the authentication token is expired, the client will start in a disconnected state.</string>
<key>pfm_name</key>