Post

Replies

Boosts

Views

Activity

Comment on Logger on Xcode console
No. It's written to a plain text file. If you seriously don't want the timestamps you'll have to use your own Logger (the struct that was overriding the os version, with the #if debug in the right place), but you'll lose any of the niceties of os:Logger.
Nov ’22
Comment on Tracking gestures
Doesn't matter. Apple does not provide a means to track things other than inside an app. Once a user exits your app it has only a few seconds before it is completely killed, so it would never be able to do anything in the background regardless of whether someone has agreed to your Ts&Cs.
Topic: Programming Languages SubTopic: Swift Tags:
Nov ’22
Comment on Cannot install macOS 13.0.1 update
Because it's in the Developer Programme. When you're enrolled in the programme you see the updates that are available in the programme. If you're currently on 13.0 and there's a 13.1 beta available that's what you'll be shown. The fact you're on 13.0 and there's an update to 13.0.1 is neither here nor there because 13.0.1 isn't in the Developer Programme.
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’22