<?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 - How to determine minimum OS version requirement for an executabe - Miscellaneous				            </title>
            <link>https://www.tweaking4all.com/forum/miscellaneous-development/macos-how-to-determine-minimum-os-version-requirement-for-an-executabe/</link>
            <description>Tweaking4All.com Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 22 Apr 2026 20:25:46 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>macOS - How to determine minimum OS version requirement for an executabe</title>
                        <link>https://www.tweaking4all.com/forum/miscellaneous-development/macos-how-to-determine-minimum-os-version-requirement-for-an-executabe/#post-5305</link>
                        <pubDate>Sun, 07 Jan 2024 17:59:22 +0000</pubDate>
                        <description><![CDATA[Just something I needed to know while trying to find why Lazarus no longer observed dark mode under macOS.
Seems this may be SDK version related, so I tried to figure out what the minimum m...]]></description>
                        <content:encoded><![CDATA[<p>Just something I needed to know while trying to find why Lazarus no longer observed dark mode under macOS.</p>
<p>Seems this may be SDK version related, so I tried to figure out what the minimum macOS version requirements where for certain applications.</p>
<p>The newer way (binfilename = the filename of your executable):</p>
<pre contenteditable="false">otool -l binfilename | grep minos</pre>
<p>For older macOS versions (I presume before Big Sur):</p>
<pre contenteditable="false">otool -l binfilename | grep -A 3 LC_VERSION_MIN_MACOSX</pre>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/miscellaneous-development/">Miscellaneous</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/miscellaneous-development/macos-how-to-determine-minimum-os-version-requirement-for-an-executabe/#post-5305</guid>
                    </item>
							        </channel>
        </rss>
		