Post not yet marked as solved
I want to implemtn a swipeable cell view like in iOS for an OSX app. I haven't found any discussion or tutorial for this requirement, but I have seen already mac applications with sipeable content.
Post not yet marked as solved
Emails with .emlx file format are not indexed as expected by Spotlight.
Author, Recipients and their email addresses are not indexed.
The kMDItemDisplayName is the file name instead of the subject
The kMDItemTextContent contains the raw text of the email instead of a parsed body.
Does someone know, wether this is a bug or is it worth to implement a workaround for this issue to prepare our app for BigSur?
Does someone know about a plan to access Core Spotlight for Emails within a third party app?
Post not yet marked as solved
The operatingSystem property of NSProcessInfo is null on macOS Big Sur. Is this a feature or a bug? Does someone know an alternative approach to prepare our app for the next major update?
Post not yet marked as solved
I need to access an external device with SSH over USB with my Macbook Pro, that I use for development. For the following command I get an error:sudo ifconfig usb0 up 192.168.2.15
ifconfig: interface usb0 does not existWhat is the appropriate interface of a Macbook Pro with USB-C?