21 questions
1
vote
1
answer
76
views
macOS app and extension: How to send x,y data from HIDStylusDriver to StylusApp to Pen/Draw?
I am using HIDStylusDriver to handle stylus input:
I have a touch screen and I want to:
Control the screen. I can enable the extension and control the touch screen successfully.
Draw on this screen. ...
1
vote
1
answer
585
views
VPN System Extension blocked even though it's notarized, requires user open macOS System Preferences. Is it b/c the app is not on the mac AppStore?
I have an application that we're developing that provides VPN System Extension for macOS. I have successfully built, signed and notarized the app.
When we install the package the user sees this popup:
...
5
votes
1
answer
4k
views
How to enable and debug a macOS file provider extension?
I am trying to build a barebone app with Xcode 12.5 Beta 3 on macOS Big Sur 11.2.2 with a file provider extension. I use the beta version of Xcode because previous versions do not provide a template ...
7
votes
0
answers
1k
views
Is it possible to create a standalone Quick Look extension/plug-in?
According to Apple we should new build Thumbnail or Preview Extensions instead of the old Quick Look generators which will be deprecated (probably in Big Sur).
There is also no Option to create a ...
3
votes
2
answers
5k
views
UNUserNotificationCenter. Notifications are not allowed for this application
I noob in development application on OSX. I want to create app with Share extension. After content loading I want to show Notification, but I getting error "Notifications are not allowed for this ...
1
vote
1
answer
4k
views
You don't have permission to save file in Mac Mojave
In my macOS app I'm trying to create a directory using the below extension
extension URL {
static func createFolder(folderName: String, folderPath:URL) -> URL? {
let fileManager = ...
1
vote
0
answers
432
views
macOS App .documentDirectory in App Extension
I've faced an issue, where while I'm trying to get .documentDirectory from my app, I get /Users/<Username>/Documents
But when I'm trying to do exact same thing from App Extension I get /Users/&...
0
votes
1
answer
627
views
Safari App Extension: Cannot find executable file that matches the value of CFBundleExecutable in nested bundle
I'm trying to validate my OS X application's archive, but I keep running into the following errors.
Bad CFBundleExecutable. Cannot find executable file that matches the value of CFBundleExecutable in ...
3
votes
2
answers
1k
views
Cmake Xcode add extension via new copy files phase
I am trying to build an Xcode 9 project with cmake (3.8.0). It consists of an app target and an appex (extension) target, which needs to be copied into the app's PlugIns directory via a "Copy Files ...
0
votes
0
answers
279
views
How to make App communicate with its Finder Sync extension?
CFMessagePortRef class can make finder sync send message to container app, but container app can't send message to finder sync.
3
votes
1
answer
338
views
NSURLSession from macos Sharing Extension
I'm getting this error in the func urlSession(_ session: URLSession, task: URLSessionTask, didCompleteWithError error: Error?) { URLSessionDataDelegate method:
error=Optional(Error Domain=...