Skip to content
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

Automatic bundle detection #11

Closed
ghost opened this issue Jun 22, 2013 · 3 comments
Closed

Automatic bundle detection #11

ghost opened this issue Jun 22, 2013 · 3 comments

Comments

@ghost
Copy link

ghost commented Jun 22, 2013

There must be a way to automatically and reliably detect that a folder is a bundle. dupeGuru SE should do that.

@ghost ghost closed this as completed Jun 22, 2013
@ghost
Copy link
Author

ghost commented Jun 22, 2013

Alright, the way to do it is with UTI. If the UTI of a path conforms to either com.apple.bundle or com.apple.package, it must be treated by dupeGuru as a single file. The methods to use are NSWorkspace.typeOfFile_error_() and NSWorkspace.type_conformsToType_().

@ghost
Copy link
Author

ghost commented Jun 22, 2013

(from [113]) [#11 state:fixed] dupeGuru SE now handles any kind of bundle, not just applications.

@ghost
Copy link
Author

ghost commented Jun 22, 2013

[not-tagged:"design" bulk edit command]

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants