Skip to content

Block iCloud notification when launching Freeform App #215

Answered by jmahlman
jmahlman asked this question in Ideas
Discussion options

You must be logged in to vote

Setting the integert to 99999999 seems to work:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CRLConnectICloudDialogShown</key>
	<integer>99999999</integer>
</dict>
</plist>

While this doesn't disable the ability to sync to iCloud (using System Settings) it disables the pop-up.

Replies: 3 comments

Comment options

jmahlman
Dec 29, 2022
Collaborator Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

jmahlman
Dec 29, 2022
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by robertgendler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants