New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Properly check file URLs if they are ubiquitous (iCloud docs) #1745
Conversation
If this is the best we can do, I’ll take it, but any ideas why the Also, from reading the docs on I’d almost rather just check the parent folder like I did on the very first try. |
OK, then how about See NSURL.h On 8 Ion 2014, at 11:36, Rob McBroom notifications@github.com wrote:
|
See my force-pushed updates. The 2nd commit is a hangover from me trying to fix the 2nd thing you mentioned (reveal in Finder). |
Seems more in line with what we were doing before. As long as you’re force-pushing… Can you indent line 144 with spaces like the rest. It’s not lining up right now. I’ll test the other changes with the Path Finder plug-in and update it if necessary. |
Oh, I guess I can’t test Reveal with the comma trick until we sort out the problem with actions. :-) It’s not present in 4008, so it must have been introduced recently. |
Made a branch that combines |
Properly check file URLs if they are ubiquitous (iCloud docs)
Fixes a small comment Rob made on the 10.9 bug page.
I've looked into the revealing of iCloud items in Finder and it doesn't seem possible... now I have a bigger can of worms to work with