Tagged Questions

12
votes
1answer
275 views

Can you dynamically assign CFBundleDocumentTypes to your Cocoa application?

Can you dynamically assign CFBundleDocumentTypes to your Cocoa application? Meaning during run time can I assign more extensions for my app to handle. Currently I set some extensions for my app to ...
3
votes
2answers
568 views

How to programmatically register a custom URL scheme?

Is it possible to add/remove custom URL schemes for my application while it's running? Right now the CFBundleURLSchemes property is set in Info.plist.
3
votes
2answers
998 views

LSUIElement not working

I have an application that has LSUIElement = 1 in the Info.plist. When I run the application, a dock item and toplevel menu bar is created for it. Why? EDIT: I was using a library that was calling ...
1
vote
2answers
171 views

writing/reading a single variable in applescript

I'm just starting with applescript in xcode and currently have an app that asks for a folder location, then creates a folder structure. on buttonClick_(sender) set theLocation to choose folder ...
1
vote
1answer
350 views

Creating a bundle - What's going wrong?

I've got a relatively simple one here. I'm making bundles to live inside the Resources folder of my application (and possibly in the Application Support folder). These bundles will contain template ...
0
votes
1answer
108 views

Filter Drag/Drop NSViews With CFBundleDocumentTypes

I have a Drag/Drop NSView which should accept the same file types and extensions that I have listed in my plist under the key CFBundleDocumentTypes. The app accepts any type of video file, folders and ...
0
votes
1answer
126 views

Obtain kMDItemKind on files inside bundles returns nil

For some reason I cannot do this on files inside bundles and files residing on different volumes. Am I the only one experiencing this problem, and if not how do I solve it? The Finder seems not ...