<?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>
									Lazarus Pascal - macOS - How to show &quot;System Preferences&quot; - &quot;Security &amp; Privacy&quot; programmatically? - Delphi, Lazarus, Free Pascal				            </title>
            <link>https://www.tweaking4all.com/forum/delphi-lazarus-free-pascal/lazarus-pascal-macos-how-to-show-system-preferences-security-privacy-programmatically/</link>
            <description>Tweaking4All.com Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 09 Jun 2026 02:23:55 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Lazarus Pascal - macOS - How to show &quot;System Preferences&quot; - &quot;Security &amp; Privacy&quot; programmatically?</title>
                        <link>https://www.tweaking4all.com/forum/delphi-lazarus-free-pascal/lazarus-pascal-macos-how-to-show-system-preferences-security-privacy-programmatically/#post-4495</link>
                        <pubDate>Mon, 24 Oct 2022 09:31:34 +0000</pubDate>
                        <description><![CDATA[Sometimes your application needs to be added to some of the security settings, for example for Full Disk Access.
With this Terminal command you can open that window:
open &#039;x-apple.systempr...]]></description>
                        <content:encoded><![CDATA[<p>Sometimes your application needs to be added to some of the security settings, for example for Full Disk Access.</p>
<p>With this Terminal command you can open that window:</p>
<pre contenteditable="false">open 'x-apple.systempreferences:com.apple.preference.security?Privacy'</pre>
<p>In Lazarus you can call this with RunCommand.</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/delphi-lazarus-free-pascal/">Delphi, Lazarus, Free Pascal</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/delphi-lazarus-free-pascal/lazarus-pascal-macos-how-to-show-system-preferences-security-privacy-programmatically/#post-4495</guid>
                    </item>
							        </channel>
        </rss>
		