I am using the DRFrameworks and trying to set the finder window view
mode for the disc thats created. According to the documentation this
is done by passing an NSNumber to the properties dictionary for the
key DRMacWindowView The problem is that after a couple of hours on
google and the dev site I've not been able to find the valid numbers
that represent the different window view modes. Does any one happen
to know where to find this or what they are?
I've not really used this part of the DiscRecording framework, but It
looks like you may need to do some reverse engineering.
Maybe create some DRFSObjects from an existing folder with a known
view, and then use something like the following to get the value:
[fsObject propertyForKey:DRMacWindowView inFilesystem:DRHFSPlus
mergeWithOtherFilesystems:NO]
(not tested)
You may like to know that there is an Apple mailing list dedicated to
the DiscRecording framework.