<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									MacOS X – OS versie bepalen vanuit Terminal - MacOS X Software				            </title>
            <link>https://www.tweaking4all.nl/forum/macos-x-software/macos-x-os-versie-bepalen-vanuit-terminal/</link>
            <description>Tweaking4All.nl Discussie Forum</description>
            <language>nl-NL</language>
            <lastBuildDate>Mon, 10 Aug 2026 10:51:01 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: MacOS X – OS versie bepalen vanuit Terminal</title>
                        <link>https://www.tweaking4all.nl/forum/macos-x-software/macos-x-os-versie-bepalen-vanuit-terminal/#post-1033</link>
                        <pubDate>Fri, 30 Dec 2016 21:04:47 +0000</pubDate>
                        <description><![CDATA[Alternatieven:defaults read &quot;$3/System/Library/CoreServices/SystemVersion&quot;resulteert in:{&nbsp; &nbsp; ProductBuildVersion = 16C67;&nbsp; &nbsp; ProductCopyright = &quot;1983-2016 Apple Inc.&quot;;&amp;nb...]]></description>
                        <content:encoded><![CDATA[<p>Alternatieven:</p><pre>defaults read "$3/System/Library/CoreServices/SystemVersion"</pre><p>resulteert in:</p><pre>{<br>&nbsp; &nbsp; ProductBuildVersion = 16C67;<br>&nbsp; &nbsp; ProductCopyright = "1983-2016 Apple Inc.";<br>&nbsp; &nbsp; ProductName = "Mac OS X";<br>&nbsp; &nbsp; ProductUserVisibleVersion = "10.12.2";<br>&nbsp; &nbsp; ProductVersion = "10.12.2";<br>}</pre><p><br></p><p>en:</p><pre>defaults read loginwindow SystemVersionStampAsString</pre><p>levert</p><pre>10.12.2</pre><p><br></p><p>en:</p><pre>system_profiler SPSoftwareDataType</pre><p>resulteert in:</p><pre>Software:<br>&nbsp; &nbsp; System Software Overview:<br>&nbsp; &nbsp; &nbsp; System Version: macOS 10.12.2 (16C67)<br>&nbsp; &nbsp; &nbsp; Kernel Version: Darwin 16.3.0<br>&nbsp; &nbsp; &nbsp; Boot Volume: Macintosh HD<br>&nbsp; &nbsp; &nbsp; Boot Mode: Normal<br>&nbsp; &nbsp; &nbsp; Computer Name: Hans’s MacBook Pro<br>&nbsp; &nbsp; &nbsp; User Name: Hans Luijten (hans)<br>&nbsp; &nbsp; &nbsp; Secure Virtual Memory: Enabled<br>&nbsp; &nbsp; &nbsp; System Integrity Protection: Enabled<br>&nbsp; &nbsp; &nbsp; Time since boot: 23:40</pre><p><br></p><p>nog een:</p><pre>cat /System/Library/CoreServices/SystemVersion.plist</pre><p>levert:</p><pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br>&lt;!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt;<br>&lt;plist version="1.0"&gt;<br>&lt;dict&gt;<br>&nbsp;&lt;key&gt;ProductBuildVersion&lt;/key&gt;<br>&nbsp;&lt;string&gt;16C67&lt;/string&gt;<br>&nbsp;&lt;key&gt;ProductCopyright&lt;/key&gt;<br>&nbsp;&lt;string&gt;1983-2016 Apple Inc.&lt;/string&gt;<br>&nbsp;&lt;key&gt;ProductName&lt;/key&gt;<br>&nbsp;&lt;string&gt;Mac OS X&lt;/string&gt;<br>&nbsp;&lt;key&gt;ProductUserVisibleVersion&lt;/key&gt;<br>&nbsp;&lt;string&gt;10.12.2&lt;/string&gt;<br>&nbsp;&lt;key&gt;ProductVersion&lt;/key&gt;<br>&nbsp;&lt;string&gt;10.12.2&lt;/string&gt;<br>&lt;/dict&gt;<br>&lt;/plist&gt;</pre><p><br></p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.nl/forum/macos-x-software/">MacOS X Software</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.nl/forum/macos-x-software/macos-x-os-versie-bepalen-vanuit-terminal/#post-1033</guid>
                    </item>
				                    <item>
                        <title>MacOS X – OS versie bepalen vanuit Terminal</title>
                        <link>https://www.tweaking4all.nl/forum/macos-x-software/macos-x-os-versie-bepalen-vanuit-terminal/#post-401</link>
                        <pubDate>Fri, 30 Dec 2016 20:51:06 +0000</pubDate>
                        <description><![CDATA[Voor een klein project wilde ik vanuit Terminal kunnen bepalen welke versie van MacOS ik aan het draaien was.Na lang zoeken, dan toch gevonden:sw_vers &nbsp;Voor macOS Sierra zie je dan zoie...]]></description>
                        <content:encoded><![CDATA[<p>Voor een klein project wilde ik vanuit Terminal kunnen bepalen welke versie van MacOS ik aan het draaien was.</p><p>Na lang zoeken, dan toch gevonden:</p><pre>sw_vers &nbsp;</pre><p>Voor macOS Sierra zie je dan zoiets:</p><pre>ProductName:	Mac OS X<br>ProductVersion:	10.12.2<br>BuildVersion:	16C67</pre><p>Als je maar 1 van deze regels wilt:</p><pre>~ hans$ sw_vers -buildVersion<br>16C67&nbsp;
~ hans$ sw_vers -productName<br>Mac OS X&nbsp;
~ hans$ sw_vers -productVersion<br>10.12.2</pre>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.nl/forum/macos-x-software/">MacOS X Software</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.nl/forum/macos-x-software/macos-x-os-versie-bepalen-vanuit-terminal/#post-401</guid>
                    </item>
							        </channel>
        </rss>
		