How to Add folder to Favourites in Finder's sidebar using swift any alternate way without using LSSharedFileListCreate and LSSharedFileListInsertItemURL which are deprecated.
How to Add folder to Favourites in Finder's sidebar using swift
There is no replacement for kLSSharedFileListFavoriteItems.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
Is there any other way to add folders to Favourites?