	{"id":87862,"date":"2020-06-01T03:48:57","date_gmt":"2020-06-01T10:48:57","guid":{"rendered":"https:\/\/www.intego.com\/mac-security-blog\/?p=87862"},"modified":"2020-06-02T02:00:36","modified_gmt":"2020-06-02T09:00:36","slug":"how-to-find-what-software-has-been-automatically-updated-on-your-mac","status":"publish","type":"post","link":"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/","title":{"rendered":"How to find what software has been automatically updated on your Mac"},"content":{"rendered":"<p><img loading=\"lazy\" src=\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2020\/06\/software-updated-600.png\" alt=\"\" width=\"600\" height=\"300\" class=\"aligncenter size-full wp-image-91529\" srcset=\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2020\/06\/software-updated-600.png 600w, https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2020\/06\/software-updated-600-300x150.png 300w, https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2020\/06\/software-updated-600-150x75.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/p>\n<p>In a recent article, we looked at <a href=\"https:\/\/www.intego.com\/mac-security-blog\/everything-you-need-to-know-about-software-updates\/\" target=\"_blank\" rel=\"noopener noreferrer\">how you get software updates<\/a> on your Mac. You get updates in three ways. If you bought apps from the Mac App Store, that app provides updates. If you bought apps directly from developers, they apps generally use their own update system; occasionally you may need to download an update from a developer&#8217;s website. And for macOS updates and security updates, it&#8217;s the Software Update preference pane that manages these updates.<\/p>\n<p>Some people prefer to update their apps and Macs manually: they check the Mac App Store or the Software Update preference pane to see when updates are available, or they react when their Macs present notifications. Others prefer to let all this occur automatically. In the latter case, you may not even notice many of the updates: they can happen in the background, though you do need to restart your Mac for major operating system and security updates. And your Mac can automatically, and silently, install &#8220;system data files and security updates&#8221; in the background without telling you.<\/p>\n<p>There&#8217;s no easy way to find what has been updated, especially if updates have been made automatically in the background. You can check the Mac App Store&#8217;s Updates section to see which apps have been updated, but it only shows the most recent updates; and there&#8217;s no log for system updates. In this article, I&#8217;ll tell you how you can see a list of everything that&#8217;s been updated, automatically or manually, on your Mac via the Mac App Store and Software Update.<\/p>\n<h3 id=\"findingtheupdatelog\">Finding the update log<\/h3>\n<p>As I said above, there is no visible software update log. The Mac App Store lists the last dozen updates, and the Software Update preference pane doesn&#8217;t list any at all. The latter handles updates to macOS, but also some additional items like system data files and security updates. It can be useful to know what was updated when, especially if you find that you have issues on your Mac.<\/p>\n<p>To see a list of items updated, go to the \/Library\/Receipts folder. You&#8217;ll find a file there named InstallHistory.plist.<\/p>\n<h3>Understanding the update log<\/h3>\n<p>A .plist file is a preferences or settings file, but this type of file can also be used for logs. It&#8217;s an XML file, which you can view in a text editor or in Xcode (Apple&#8217;s developer tool, which you can <a href=\"https:\/\/itunes.apple.com\/us\/app\/xcode\/id497799835\" target=\"_blank\" rel=\"noopener noreferrer\">download from the Mac App Store<\/a>. If you do have Xcode, it&#8217;s a lot easier to view this log; but it&#8217;s an 8 GB download, and if you don&#8217;t need it for anything else, there&#8217;s no point in getting it. <\/p>\n<p><img loading=\"lazy\" src=\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2020\/06\/xcode.png\" alt=\"\" width=\"1424\" height=\"924\" class=\"aligncenter size-full wp-image-91528\" srcset=\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2020\/06\/xcode.png 1424w, https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2020\/06\/xcode-300x195.png 300w, https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2020\/06\/xcode-1024x664.png 1024w, https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2020\/06\/xcode-150x97.png 150w, https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2020\/06\/xcode-768x498.png 768w, https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2020\/06\/xcode-400x260.png 400w, https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2020\/06\/xcode-657x426.png 657w\" sizes=\"(max-width: 1424px) 100vw, 1424px\" \/><\/p>\n<p>If you view the file in a text editor, its content starts like this:<\/p>\n<pre><code>&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?&gt;<\/code> <code>&lt;!DOCTYPE plist PUBLIC \"-\/\/Apple\/\/DTD PLIST 1.0\/\/EN\" \"http:\/\/www.apple.com\/DTDs\/PropertyList-1.0.dtd\"&gt;<\/code> <code>&lt;plist version=\"1.0\"&gt;<\/code><\/pre>\n<p>After the above section, each update is presented in this form:<\/p>\n<pre><code>&lt;dict&gt;\r\n\t&lt;key&gt;date&lt;\/key&gt;\r\n\t&lt;date&gt;2020-05-27T09:15:14Z&lt;\/date&gt;\r\n\t&lt;key&gt;displayName&lt;\/key&gt;\r\n\t&lt;string&gt;macOS Catalina 10.15.5 Update&lt;\/string&gt;\r\n\t&lt;key&gt;displayVersion&lt;\/key&gt;\r\n\t&lt;string&gt; &lt;\/string&gt;\r\n\t&lt;key&gt;packageIdentifiers&lt;\/key&gt;\r\n\t&lt;array&gt;\r\n\t\t&lt;string&gt;com.apple.pkg.macOSBrain&lt;\/string&gt;\r\n\t&lt;\/array&gt;\r\n\t&lt;key&gt;processName&lt;\/key&gt;\r\n\t&lt;string&gt;softwareupdated&lt;\/string&gt;\r\n&lt;\/dict&gt;\r\n<\/code><\/pre>\n<p>The entry closest to the bottom of the file is what was installed most recently. In the example above, this was an operating system update for macOS Catalina. As you&#8217;ll notice, there are a number of different updates in the &#8220;array&#8221; section, as different elements of macOS were updated.<\/p>\n<p>The following day, I updated an app from the Mac App Store, and this is what displays in the file:<\/p>\n<pre><code>&lt;dict&gt;\r\n\t&lt;key&gt;date&lt;\/key&gt;\r\n\t&lt;date&gt;2020-05-28T13:35:07Z&lt;\/date&gt;\r\n\t&lt;key&gt;displayName&lt;\/key&gt;\r\n\t&lt;string&gt;RAW Power&lt;\/string&gt;\r\n\t&lt;key&gt;displayVersion&lt;\/key&gt;\r\n\t&lt;string&gt;3.0.4&lt;\/string&gt;\r\n\t&lt;key&gt;packageIdentifiers&lt;\/key&gt;\r\n\t&lt;array&gt;\r\n\t\t&lt;string&gt;com.gentlemencoders.RAWPower&lt;\/string&gt;\r\n\t&lt;\/array&gt;\r\n\t&lt;key&gt;processName&lt;\/key&gt;\r\n\t&lt;string&gt;appstoreagent&lt;\/string&gt;\r\n&lt;\/dict&gt;\r\n<\/code><\/pre>\n<p>Note one difference between the two: for the macOS 10.15.5 update, you can see the last &#8220;string&#8221; section specifies that it was installed by softwareupdated, a background process that is used to install system files and security updates. The latter file, installed from the Mac App Store app, was installed by a process called appstoreagent.)<\/p>\n<p>And when you install an app from an installer that you download directly, using the Mac&#8217;s Installer app, the file tells you this with the following: <\/p>\n<pre><code>&lt;string&gt;Installer&lt;\/string&gt;\r\n<\/code><\/pre>\n<p>Here&#8217;s another interesting entry on my system:<\/p>\n<pre><code>&lt;dict&gt;\r\n\t&lt;key&gt;contentType&lt;\/key&gt;\r\n\t&lt;string&gt;config-data&lt;\/string&gt;\r\n\t&lt;key&gt;date&lt;\/key&gt;\r\n\t&lt;date&gt;2020-05-29T23:46:05Z&lt;\/date&gt;\r\n\t&lt;key&gt;displayName&lt;\/key&gt;\r\n\t&lt;string&gt;XProtectPlistConfigData&lt;\/string&gt;\r\n\t&lt;key&gt;displayVersion&lt;\/key&gt;\r\n\t&lt;string&gt;2122&lt;\/string&gt;\r\n\t&lt;key&gt;packageIdentifiers&lt;\/key&gt;\r\n\t&lt;array&gt;\r\n\t &lt;string&gt;com.apple.pkg.XProtectPlistConfigData_10_15.16U4111&lt;\/string&gt;\r\n\t&lt;\/array&gt;\r\n\t&lt;key&gt;processName&lt;\/key&gt;\r\n\t&lt;string&gt;softwareupdated&lt;\/string&gt;\r\n&lt;\/dict&gt;\r\n<\/code><\/pre>\n<p>This XProtectPlistConfigData is information that is installed on Macs to use what is often called <a href=\"https:\/\/www.intego.com\/mac-security-blog\/topic\/xprotect\/\" target=\"_blank\" rel=\"noopener noreferrer\">XProtect<\/a>, a rudimentary bad-download blocker that checks apps against an Apple database the first time you launch an app after downloading it.<\/p>\n<p>Depending on how long you&#8217;ve had your Mac, and how you&#8217;ve upgraded from previous Macs, your InstallHistory.plist file may be very long. If you copy a clone of one Mac to a new one, or migrate from one Mac to another, it will continue using the same file. In my case, the file goes back to 2014, the last time I did a clean installation. (If you&#8217;re curious about whether it&#8217;s better to migrate or do a clean installation, see <a href=\"https:\/\/www.intego.com\/mac-security-blog\/setting-up-a-new-mac-should-you-migrate-or-do-a-clean-installation\/\">this article<\/a>.)<\/p>\n<p>While there&#8217;s no reason to check this file regularly, it&#8217;s good to know how to find what software has been installed, especially if your Mac has issues. If you can isolate your problem to a specific date, check this file to see if any software updates might be causing your problems.<\/p>\n<h3>How can I learn more?<\/h3>\n<p><a href=\"https:\/\/itunes.apple.com\/us\/podcast\/intego-mac-podcast\/id1293834627\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" class=\"alignright size-thumbnail wp-image-71818\" src=\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2017\/10\/ios9-podcasts-app-tile-150x150.png\" alt=\"\" width=\"50\" height=\"50\" srcset=\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2017\/10\/ios9-podcasts-app-tile-150x150.png 150w, https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2017\/10\/ios9-podcasts-app-tile-32x32.png 32w, https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2017\/10\/ios9-podcasts-app-tile-50x50.png 50w, https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2017\/10\/ios9-podcasts-app-tile-64x64.png 64w, https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2017\/10\/ios9-podcasts-app-tile-96x96.png 96w, https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2017\/10\/ios9-podcasts-app-tile-128x128.png 128w, https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2017\/10\/ios9-podcasts-app-tile.png 300w\" sizes=\"(max-width: 50px) 100vw, 50px\" \/><\/a>Every week, Intego&#8217;s experts discuss Apple security on the <strong>Intego Mac Podcast<\/strong>,\u00a0so be sure to <a href=\"https:\/\/itunes.apple.com\/us\/podcast\/intego-mac-podcast\/id1293834627\" target=\"_blank\" rel=\"noopener noreferrer\">subscribe<\/a> to make sure you don&#8217;t miss the latest episode. You&#8217;ll also want to subscribe to our <strong>e-mail newsletter<\/strong> and keep an eye here on <strong>The Mac Security Blog<\/strong> for updates.<\/p>\n<p>You can also follow Intego on your favorite social and media channels: <a href=\"https:\/\/www.facebook.com\/Intego\" target=\"_blank\" rel=\"noopener noreferrer\">Facebook<\/a>, <a href=\"https:\/\/www.instagram.com\/intego_security\/\" target=\"_blank\" rel=\"noopener noreferrer\">Instagram<\/a>, <a href=\"https:\/\/twitter.com\/IntegoSecurity\" target=\"_blank\" rel=\"noopener noreferrer\">Twitter<\/a>, and <a href=\"https:\/\/www.youtube.com\/user\/IntegoVideo?sub_confirmation=1\" target=\"_blank\" rel=\"noopener noreferrer\">YouTube<\/a>\u00a0(click the ?\u00a0to get notified about new videos).<\/p>\n","protected":false},"excerpt":{"rendered":"<p>It&#8217;s not easy to see a log of all the software updated on your Mac. We explain where this log is hiding, and how to view it. <\/p>\n","protected":false},"author":46,"featured_media":91531,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"spay_email":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false},"categories":[10],"tags":[3589],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v17.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<meta name=\"description\" content=\"It&#039;s not easy to see a log of all the software updated on your Mac. We explain where this log is hiding, and how to view it.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to find what software has been automatically updated on your Mac - The Mac Security Blog\" \/>\n<meta property=\"og:description\" content=\"It&#039;s not easy to see a log of all the software updated on your Mac. We explain where this log is hiding, and how to view it.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/\" \/>\n<meta property=\"og:site_name\" content=\"The Mac Security Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-06-01T10:48:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-06-02T09:00:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2020\/06\/app-store-400.png\" \/>\n\t<meta property=\"og:image:width\" content=\"400\" \/>\n\t<meta property=\"og:image:height\" content=\"260\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kirk McElhearn\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/#organization\",\"name\":\"Intego\",\"url\":\"https:\/\/www.intego.com\/mac-security-blog\/\",\"sameAs\":[],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/#logo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2022\/10\/intego-organization-logo-for-google-knowledge-graph-875x875-1.png\",\"contentUrl\":\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2022\/10\/intego-organization-logo-for-google-knowledge-graph-875x875-1.png\",\"width\":875,\"height\":875,\"caption\":\"Intego\"},\"image\":{\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/#website\",\"url\":\"https:\/\/www.intego.com\/mac-security-blog\/\",\"name\":\"The Mac Security Blog\",\"description\":\"Keep Macs safe from the dangers of the Internet\",\"publisher\":{\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.intego.com\/mac-security-blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2020\/06\/app-store-400.png\",\"contentUrl\":\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2020\/06\/app-store-400.png\",\"width\":400,\"height\":260},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/#webpage\",\"url\":\"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/\",\"name\":\"How to find what software has been automatically updated on your Mac - The Mac Security Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/#primaryimage\"},\"datePublished\":\"2020-06-01T10:48:57+00:00\",\"dateModified\":\"2020-06-02T09:00:36+00:00\",\"description\":\"It's not easy to see a log of all the software updated on your Mac. We explain where this log is hiding, and how to view it.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.intego.com\/mac-security-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to find what software has been automatically updated on your Mac\"}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/#webpage\"},\"author\":{\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/#\/schema\/person\/a27d67016ab454807cd0c055fc28bb09\"},\"headline\":\"How to find what software has been automatically updated on your Mac\",\"datePublished\":\"2020-06-01T10:48:57+00:00\",\"dateModified\":\"2020-06-02T09:00:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/#webpage\"},\"wordCount\":877,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2020\/06\/app-store-400.png\",\"keywords\":[\"Software Updates\"],\"articleSection\":[\"How To\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/#respond\"]}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/#\/schema\/person\/a27d67016ab454807cd0c055fc28bb09\",\"name\":\"Kirk McElhearn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9ffd73df6063179d7cdcb79109ff0a2d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9ffd73df6063179d7cdcb79109ff0a2d?s=96&d=mm&r=g\",\"caption\":\"Kirk McElhearn\"},\"description\":\"Kirk McElhearn has been writing about Apple product and computer security for more than 25 years. His blog, Kirkville, links to his work. He is co-host of the Intego Mac Podcast, as well as several other podcasts, and is a regular contributor to The Mac Security Blog, TidBITS, and several other websites and publications. Kirk has written more than two dozen books, including Take Control books about Apple's media apps, Scrivener, and LaunchBar. Follow him on Bluesky at @kirkville.com.\",\"sameAs\":[\"http:\/\/www.kirkville.com\"],\"url\":\"https:\/\/www.intego.com\/mac-security-blog\/author\/kirk-mcelhearn\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"description":"It's not easy to see a log of all the software updated on your Mac. We explain where this log is hiding, and how to view it.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/","og_locale":"en_US","og_type":"article","og_title":"How to find what software has been automatically updated on your Mac - The Mac Security Blog","og_description":"It's not easy to see a log of all the software updated on your Mac. We explain where this log is hiding, and how to view it.","og_url":"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/","og_site_name":"The Mac Security Blog","article_published_time":"2020-06-01T10:48:57+00:00","article_modified_time":"2020-06-02T09:00:36+00:00","og_image":[{"width":400,"height":260,"url":"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2020\/06\/app-store-400.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kirk McElhearn","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Organization","@id":"https:\/\/www.intego.com\/mac-security-blog\/#organization","name":"Intego","url":"https:\/\/www.intego.com\/mac-security-blog\/","sameAs":[],"logo":{"@type":"ImageObject","@id":"https:\/\/www.intego.com\/mac-security-blog\/#logo","inLanguage":"en-US","url":"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2022\/10\/intego-organization-logo-for-google-knowledge-graph-875x875-1.png","contentUrl":"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2022\/10\/intego-organization-logo-for-google-knowledge-graph-875x875-1.png","width":875,"height":875,"caption":"Intego"},"image":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/#logo"}},{"@type":"WebSite","@id":"https:\/\/www.intego.com\/mac-security-blog\/#website","url":"https:\/\/www.intego.com\/mac-security-blog\/","name":"The Mac Security Blog","description":"Keep Macs safe from the dangers of the Internet","publisher":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.intego.com\/mac-security-blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/#primaryimage","inLanguage":"en-US","url":"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2020\/06\/app-store-400.png","contentUrl":"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2020\/06\/app-store-400.png","width":400,"height":260},{"@type":"WebPage","@id":"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/#webpage","url":"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/","name":"How to find what software has been automatically updated on your Mac - The Mac Security Blog","isPartOf":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/#primaryimage"},"datePublished":"2020-06-01T10:48:57+00:00","dateModified":"2020-06-02T09:00:36+00:00","description":"It's not easy to see a log of all the software updated on your Mac. We explain where this log is hiding, and how to view it.","breadcrumb":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.intego.com\/mac-security-blog\/"},{"@type":"ListItem","position":2,"name":"How to find what software has been automatically updated on your Mac"}]},{"@type":"Article","@id":"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/#article","isPartOf":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/#webpage"},"author":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/#\/schema\/person\/a27d67016ab454807cd0c055fc28bb09"},"headline":"How to find what software has been automatically updated on your Mac","datePublished":"2020-06-01T10:48:57+00:00","dateModified":"2020-06-02T09:00:36+00:00","mainEntityOfPage":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/#webpage"},"wordCount":877,"commentCount":0,"publisher":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/#organization"},"image":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/#primaryimage"},"thumbnailUrl":"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2020\/06\/app-store-400.png","keywords":["Software Updates"],"articleSection":["How To"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.intego.com\/mac-security-blog\/how-to-find-what-software-has-been-automatically-updated-on-your-mac\/#respond"]}]},{"@type":"Person","@id":"https:\/\/www.intego.com\/mac-security-blog\/#\/schema\/person\/a27d67016ab454807cd0c055fc28bb09","name":"Kirk McElhearn","image":{"@type":"ImageObject","@id":"https:\/\/www.intego.com\/mac-security-blog\/#personlogo","inLanguage":"en-US","url":"https:\/\/secure.gravatar.com\/avatar\/9ffd73df6063179d7cdcb79109ff0a2d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9ffd73df6063179d7cdcb79109ff0a2d?s=96&d=mm&r=g","caption":"Kirk McElhearn"},"description":"Kirk McElhearn has been writing about Apple product and computer security for more than 25 years. His blog, Kirkville, links to his work. He is co-host of the Intego Mac Podcast, as well as several other podcasts, and is a regular contributor to The Mac Security Blog, TidBITS, and several other websites and publications. Kirk has written more than two dozen books, including Take Control books about Apple's media apps, Scrivener, and LaunchBar. Follow him on Bluesky at @kirkville.com.","sameAs":["http:\/\/www.kirkville.com"],"url":"https:\/\/www.intego.com\/mac-security-blog\/author\/kirk-mcelhearn\/"}]}},"jetpack_featured_media_url":"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2020\/06\/app-store-400.png","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p4VAYd-mR8","amp_enabled":true,"_links":{"self":[{"href":"https:\/\/origin.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/posts\/87862"}],"collection":[{"href":"https:\/\/origin.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/origin.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/origin.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/users\/46"}],"replies":[{"embeddable":true,"href":"https:\/\/origin.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/comments?post=87862"}],"version-history":[{"count":11,"href":"https:\/\/origin.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/posts\/87862\/revisions"}],"predecessor-version":[{"id":91532,"href":"https:\/\/origin.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/posts\/87862\/revisions\/91532"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/origin.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/media\/91531"}],"wp:attachment":[{"href":"https:\/\/origin.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/media?parent=87862"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/origin.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/categories?post=87862"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/origin.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/tags?post=87862"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}