Automatic bundle detection
Reported by Virgil Dupras | June 4th, 2009 @ 05:33 PM | in se2.8.0 me5.7.0 pe1.8.0 (closed)
There must be a way to automatically and reliably detect that a folder is a bundle. dupeGuru SE should do that.
Comments and changes to this ticket
-
Virgil Dupras August 30th, 2009 @ 07:09 PM
- Milestone set to se2.8.0 me5.7.0 pe1.8.0
-
Virgil Dupras September 2nd, 2009 @ 02:09 PM
- Assigned user set to Virgil Dupras
- State changed from new to open
-
Virgil Dupras September 2nd, 2009 @ 02:45 PM
Alright, the way to do it is with UTI. If the UTI of a path conforms to either
com.apple.bundle
orcom.apple.package
, it must be treated by dupeGuru as a single file. The methods to use areNSWorkspace.typeOfFile_error_()
andNSWorkspace.type_conformsToType_()
. -
Virgil Dupras September 2nd, 2009 @ 03:05 PM
- State changed from open to fixed
-
Virgil Dupras September 5th, 2009 @ 07:03 PM
- Tag changed from design, from-trac, se to from-trac, se
[not-tagged:"design" bulk edit command]
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
People watching this ticket
Referenced by
- 11 Automatic bundle detection (from [113]) [#11 state:fixed] dupeGuru SE now handles an...