Skip to content

Instantly share code, notes, and snippets.

@AmbreB
Last active February 3, 2017 14:04
Show Gist options
  • Save AmbreB/1adab2d484663469edece00c537f0355 to your computer and use it in GitHub Desktop.
Save AmbreB/1adab2d484663469edece00c537f0355 to your computer and use it in GitHub Desktop.
<?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>PayloadContent</key>
<array>
<dict>
<key>PayloadDescription</key>
<string>Awesome CalDAV</string>
<key>PayloadDisplayName</key>
<string>CalDAV</string>
<key>PayloadType</key>
<string>com.apple.caldav.account</string>
<key>CalDAVAccountDescription</key>
<string>CalDAV profile</string>
<key>CalDAVHostName</key>
<string>{{{ CalDAVHostName }}}</string>
<key>CalDAVUseSSL</key>
<true/>
<key>CalDAVUsername</key>
<string>{{ CalDAVUsername }}</string>
<key>CalDAVPassword</key>
<string>{{ CalDAVPassword }}</string>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Awesome Configuration</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment