Difference between revisions of "Talk:Portal:Mac"

From Free Pascal wiki
Jump to navigationJump to search
(→‎To do: More to do when I get a round tuit)
(→‎To do: More to do when I get a round tuit)
Line 60: Line 60:
 
* Logging in macOS: https://developer.apple.com/documentation/os/logging
 
* Logging in macOS: https://developer.apple.com/documentation/os/logging
 
* String assignment post 2019 (find it and add to Tips)
 
* String assignment post 2019 (find it and add to Tips)
 +
* Detect web browser(s) - up to 10.15 <tt>LSCopyAllHandlersForURLScheme(CFSTR("https"))</tt> then <tt>LSCopyApplicationURLsForURL</tt>

Revision as of 01:31, 14 October 2021

Light bulb  Note: A list of macOS items, native code techniques etc to document in the Mac Portal

Trev's Mac Portal ToDo List

Done

In progress

  • macOS daemons and agents new macOS daemons and agents page - done but:
    • awaiting code examples: boot script; monitor script; login agent to do(?)
    • system-wide launch daemons - done (still need launch_activate_socket() for servers)
  • macOS Energy Efficiency Guide - started, in progress

Stalled

  • UNUserNotificationCenter notification for Big Sur [stalled]
  • AVPlayer - AVKit and AVFoundation Movie Player [stalled]

To do