Groups | Search | Server Info | Login | Register
Groups > de.comp.sys.mac.programmieren > #733
| From | Jörg Knebel <trueblue@oz.nospam> |
|---|---|
| Newsgroups | de.comp.sys.mac.misc, de.comp.sys.mac.programmieren |
| Subject | Signature und Entitlements für Applications macOS Catalina 10.15.7 |
| Followup-To | de.comp.sys.mac.programmieren |
| Date | 2021-04-04 12:42 +0000 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <s4cc76$1ltp$1@gioia.aioe.org> (permalink) |
Cross-posted to 2 groups.
Followups directed to: de.comp.sys.mac.programmieren
G'day, Wie bekannt startete Apple mit Catalina die totale Abrieglung von macOS. Einige Schritte zur Neutralisierung dieser Paranoia sind bekannt und ich habe die schon durchgeführt (SIP und Gatekeeper deaktivieren). Die Frage des signierens einer application ist mittlerweile auf drei verschiedenen Wegen aufgenommen worden. Nun bleibt die Frage offen: Wie muß man ein "entitlement file" handhaben z.B.: <?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> <key>com.apple.security.device.camera</key> <true/> </dict> </plist> damit es für eine bestimmte application richtig behandelt wird / an die richtige Stelle in das richtige document (plist?) geschrieben wird? Ach ja, Xcode ist NICHT die Entwicklungsumgebung. Jede nützliche Terminal command sequence ist OK und ich bin auch mehr als bereit das mit BBEdit manuel an die *RICHTIGE* Stelle zu friemeln. Es gehtauch darum die Entitlements für existierende applications zu erweitern... Danke für nützliche Hinweise. Cheers Jörg
Back to de.comp.sys.mac.programmieren | Previous | Next | Find similar
Signature und Entitlements für Applications macOS Catalina 10.15.7 Jörg Knebel <trueblue@oz.nospam> - 2021-04-04 12:42 +0000
csiph-web