Xcode 4 Shortcuts
Uniquely Identifying a Macintosh Computer
Technical Note TN1103
CocoaHeads: Objective-C literals for NSDictionary, NSArray, and NSNumber
Objective-C literals: one can now create literals for NSArray, NSDictionary, and NSNumber (just like one can create literals for NSString)
NSArray Literals
Previously:
array = [NSArray arrayWithObjects:a, b, c, nil];Now:
array = @[ a, b, c ];NSDictionary Literals
Previously:
...
10.8 - CFUserNotificationDisplayNotice
SInt32 CFUserNotificationDisplayNotice (CFTimeInterval timeout,CFOptionFlags flags,CFURLRef iconURL,CFURLRef soundURL,CFURLRef localizationURL,CFStringRef alertHeader,CFStringRef alertMessage,CFStringRef defaultButtonTitle);
Growl is dead.btw (kCFUserNotificationProgressIndicatorValueKey)
Xcode 4.3: More Developer Tools
The available downloads include:
- Audio tools: AULab, HALLab, and audio utility source code
- Accessibility tools: Accessibility Inspector, Accessibility Verifier
- Hardware IO tools: Bluetooth tools, IORegistryExplorer, USB Prober
- Graphics tools: CI Filter Browser Widget, OpenGL tools, Pixie, Quartz Debug, Quartz Composer tools
- Auxiliary tools: Clipboard Viewer, CrashReporterPrefs, Help Indexer, PackageMaker, Speech tools, SleepX
- Dashcode: Dashcode application
HP LaserJet 1020 in Mac OS X 10.6/10.7
For information about supported printer models, see: http://support.apple.com/kb/HT3669#HP

![youknowyourebritishwhen:
[via]](http://24.media.tumblr.com/tumblr_m7uba5hJ7x1qks2j1o1_500.jpg)
