CocoaUserDefaults
NSUserDefaults wrapper module for BlitzMax.
The NSUserDefaults class provides a standard way to save the user defaults for your application. The defaults are saved in "~/Library/Preferences/MyApplication.plist", wich is the path all OS X applications use to save their defaults.
The NSUserDefaults class provides a standard way to save the user defaults for your application. The defaults are saved in "~/Library/Preferences/MyApplication.plist", wich is the path all OS X applications use to save their defaults.
- Read/write access for all BlitzMax data types (Short, Int, Long, Float, Double, Byte, Bool and String).
- Read/write access for String-Arrays.
- Reading access for Cocoa default in your own app. (writing has to be enabled manually)