cjs980 Posted June 3, 2008 Share Posted June 3, 2008 I've got my own preference pane, its working great- except I want to be able to view the settings from another program (so I can have the preference pane 'control' the configuration). Problem is, I can't find the settings saved into a file by my preference pane. I've searched everywhere! Any ideas? Thanks. Link to comment https://www.insanelymac.com/forum/topic/108423-preference-pane-preference-file/ Share on other sites More sharing options...
stroke Posted June 11, 2008 Share Posted June 11, 2008 So you're looking for the application's preferences? Or your preference pane's preferences? You could have your prefpane open the app's plist, copy it as original, and save it back. Preferences are usually saved in ~/Library/Application Support or /Library/Application Support. Link to comment https://www.insanelymac.com/forum/topic/108423-preference-pane-preference-file/#findComment-779878 Share on other sites More sharing options...
cjs980 Posted July 10, 2008 Author Share Posted July 10, 2008 I am looking for the preferences saved by the preference pane. Then, the original idea was to have my application read the options entered in the preference pane's settings, and act accordingly. Struck a problem when I could not find the preference pane's settings anywhere, even in the /Library/Application Support folders! Thankyou for the suggestion. Link to comment https://www.insanelymac.com/forum/topic/108423-preference-pane-preference-file/#findComment-814011 Share on other sites More sharing options...
Recommended Posts