Re: NSUserDefaults and the synchronize: method - doesn't seem to sync...
Re: NSUserDefaults and the synchronize: method - doesn't seem to sync...
- Subject: Re: NSUserDefaults and the synchronize: method - doesn't seem to sync...
- From: Kurt Revis <email@hidden>
- Date: Sun, 2 Dec 2001 14:34:16 -0800
If you're accessing the internet config settings, maybe you should use
the IC API? The format of that file might change in the future.
But it's much easier and simpler in cocoa, and I'm trying to code as
much in cocoa and as little in carbon as possible. (not knowing much
carbon)
Well, do you want your program to work correctly, or not? It may be
easier to go behind InternetConfig's back and fiddle with its plist
directly, but as you saw, it doesn't necessarily always lead to correct
results.
There are Cocoa wrappers around InternetConfig out there, if you want to
use one, or just see how it's done. I know there's one in OmniAppKit:
ftp://ftp.omnigroup.com/pub/software/Source/MacOSX/Frameworks
and there are probably others out there.
--
Kurt Revis
email@hidden