macOS code. Code I am writing to get started with Objective-C and macOS. So far, wrote code on
- NSSTring, NSARray,NSDictionary,etc.,
- NSTasks,
- launchd,
- A sample custom delegate,
- NSRunLoop and NSTimer,
- Manipulating dynamic store with SCDynamicStore,
- Get notifications on state change in dynamic store,
- NSWorkspace: launch app,file, get shutdown,sleep notifications etc,
- Download URL by three ways (SessionData,SessionDownloadTask,NSData with URL),