AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein Cross-Platform-Entwicklung MacOS: LSMinimumSystemVersion in info.plist- doppelt vorhanden
Thema durchsuchen
Ansicht
Themen-Optionen

MacOS: LSMinimumSystemVersion in info.plist- doppelt vorhanden

Ein Thema von philipp.hofmann · begonnen am 6. Apr 2023 · letzter Beitrag vom 7. Apr 2023
 
philipp.hofmann

Registriert seit: 21. Mär 2012
Ort: Hannover
917 Beiträge
 
Delphi 10.4 Sydney
 
#1

MacOS: LSMinimumSystemVersion in info.plist- doppelt vorhanden

  Alt 6. Apr 2023, 23:42
Hi,

weiß jemand warum der folgende String zweimal in der info.plist-Datei auftaucht?

<key>LSMinimumSystemVersion</key>
<string>10.11.0</string>
....
<key>LSMinimumSystemVersion</key>
<string>10.9</string>

Die erste Info, habe ich so in der IDE für das Projekt in den Version-Infos konfiguriert, aber diese wird dann fleißig überschrieben.
info.plist.TemplateOSX.xml sieht soweit korrekt aus:

Delphi-Quellcode:
<?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>
<%VersionInfoPListKeys%>
<%ExtraInfoPListKeys%>
    <key>NSAppTransportSecurity</key>
   <dict>
       <key>NSAllowsArbitraryLoads</key>
        <true/>
      <key>NSExceptionDomains</key>
      <dict>
         <key>openstreetmap.org</key>
         <dict>
            <key>NSIncludesSubdomains</key>
            <true/>
            <key>NSExceptionAllowsInsecureHTTPLoads</key>
            <false/>
            <key>NSExceptionRequiresForwardSecrecy</key>
            <true/>
            <key>NSExceptionMinimumTLSVersion</key>
            <string>TLSv1.2</string>
            <key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key>
            <true/>
            <key>NSThirdPartyExceptionRequiresForwardSecrecy</key>
            <true/>
            <key>NSThirdPartyExceptionMinimumTLSVersion</key>
            <string>TLSv1.2</string>
            <key>NSRequiresCertificateTransparency</key>
            <false/>
         </dict>
      </dict>
   </dict>
</dict>
</plist>
Grüße, Philipp
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 18:44 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz