Skip to content

Instantly share code, notes, and snippets.

@jimrt
Created February 26, 2015 18:54
Show Gist options
  • Save jimrt/12c79451039570f04662 to your computer and use it in GitHub Desktop.
Save jimrt/12c79451039570f04662 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>Identifier</key>
<string>local.munki.MSOutlook</string>
<key>Input</key>
<dict>
<key>CULTURE_CODE</key>
<string>0409</string>
<key>MUNKI_REPO_SUBDIR</key>
<string>apps/Office365</string>
<key>NAME</key>
<string>Office365_Outlook_Update</string>
<key>VERSION</key>
<string>latest</string>
<key>display_name</key>
<string>Microsoft Outlook 365 for Mac Update</string>
<key>pkginfo</key>
<dict>
<key>blocking_applications</key>
<array>
<string>Microsoft Outlook</string>
<string>Microsoft Auto Update</string>
<string>Microsoft Error Reporting</string>
</array>
<key>catalogs</key>
<array>
<string>testing</string>
</array>
<key>category</key>
<string>Applications</string>
<key>update_for</key>
<array>
<string>Office365_Outlook</string>
</array>
</dict>
</dict>
<key>ParentRecipe</key>
<string>com.github.arubdesu.munki.OutlookInstaller</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment