findersync Questions
1
My cocoa application has a finder sync extension.
As suggested in the Apple guide: https://developer.apple.com/library/content/documentation/General/Conceptual/ExtensibilityPG/Finder.html
I adde...
Transformer asked 22/5, 2017 at 16:26
4
I am getting following error while resolving Security Scoped Bookmark in my finder sync extension.
Error Domain=NSCocoaErrorDomain Code=259 "The File couldn't be opened because it isn't in th...
Porscheporsena asked 18/6, 2016 at 12:45
0
I am facing an issue where finder overlays sync icons are not shown.
Here is the code that I tried:
NSString* bundleID = @"com.my.myapp";
NSString* extBundleID = [NSString stringWithFormat:@"%@....
Clerkly asked 13/5, 2020 at 8:47
1
I've made finder sync extension using instruction.
It displays in finder when I launch it directly from Xcode. But it is not visible when I run the main app. Is there some way to do it for sandbox...
Aeolus asked 4/5, 2018 at 9:39
4
Solved
I am working on a Finder Sync Extension for OS X and want to use a background XPC service.
I can start in the main app and have it launch the XPC and run correctly but nothing happens when I atte...
Beiderbecke asked 18/10, 2014 at 5:18
2
Solved
My use case: I have a 'MainApp' which does the syncing of files.
I would like that 'MainApp' handles all server calls regarding syncing and other REST API calls such as document-sharing, etc.
On t...
Barrick asked 7/12, 2016 at 11:41
1
In my Cocoa application, I have a finder sync extension.
On launching the application, my finder sync extension doesn't start automatically.
I need to go to System Preferences -> Extensions and ...
Alcestis asked 17/5, 2017 at 6:39
3
Solved
I am integrating FinderSync Extension in my Cocoa Application to show badges in files and folders. Look at the below two scenario:
When i run application using FinderSync Extension (like DemoFind...
Eurus asked 2/7, 2015 at 6:24
3
Solved
I am developing a FinderSync extension and I have some issues in checking if the selection is selecting, or selecting/deselecting the extension.
Is there a way to programmatically check if a Finde...
Nealson asked 5/10, 2015 at 8:46
2
The scenario
The user right-clicks a directory in Finder and finds a custom MenuItem. Clicking that Item will tell my app to open up a window where the user can do his work. When he is finished fil...
Silvanus asked 16/5, 2015 at 13:18
2
Solved
I'm trying to embed a Finder Sync extension written in Swift in my app written with Electron. How can I manage to make them work together and communicate with each other? I have read the Apple docu...
Ilsa asked 10/8, 2017 at 11:30
1
Solved
I'm creating a simple OS X FinderSync that adds a menu item to the control/right-click menu for all files:
[FIFinderSyncController defaultController].directoryURLs = [NSSet setWithObject:[NSURL f...
Honeymoon asked 20/7, 2016 at 6:16
2
I have implemented a Finder Sync extension according to the provided sample given from Apple.
After clicking on the newly created contextual menu item the according action sampleAction is executed...
Oldham asked 7/12, 2014 at 19:20
1
I'm implementing a Finder Sync extension, and have encountered some weird issues with my FIFinderSync implementation.
The callback beginObservingDirectoryAtURL is not always called. Usually, when ...
Cecelia asked 10/9, 2015 at 7:41
1
Solved
I am not able to create a simple Finder Sync Extension.
I have created a new OS X project and added the Finder Sync Extension target and I ran the extension attached to finder. The code appears to...
Platform asked 20/4, 2015 at 17:49
1
© 2022 - 2024 — McMap. All rights reserved.