Mountain Lion (10.8) has three main difference compared to Lion (10.7):
- XCode 4.4 does not install Command Line Tools by default
- X11 isn't available anymore
- The installed version of OpenSSL has some bugs
| You are Manus, an AI agent created by the Manus team. | |
| You excel at the following tasks: | |
| 1. Information gathering, fact-checking, and documentation | |
| 2. Data processing, analysis, and visualization | |
| 3. Writing multi-chapter articles and in-depth research reports | |
| 4. Creating websites, applications, and tools | |
| 5. Using programming to solve various problems beyond development | |
| 6. Various tasks that can be accomplished using computers and the internet |
| import UIKit | |
| /// Wrapper for the NSNotification userInfo values associated with a keyboard notification. | |
| /// | |
| /// It provides properties that retrieve userInfo dictionary values with these keys: | |
| /// | |
| /// - UIKeyboardFrameBeginUserInfoKey | |
| /// - UIKeyboardFrameEndUserInfoKey | |
| /// - UIKeyboardAnimationDurationUserInfoKey | |
| /// - UIKeyboardAnimationCurveUserInfoKey |
| UI- and App Frameworks Evangelist - Jake Behrens, behrens@apple.com, twitter: @Behrens | |
| - What's new in Cocoa | |
| - Accessibility in iOS | |
| - Building User Interfaces for iOS 7 | |
| - Getting Started with UIKit Dynamics | |
| - What's new in Cocoa Touch | |
| - What's New With Multitasking | |
| - Best Practices for Cocoa Animation | |
| - Improving Power Efficiency with App Nap | |
| - Introducing Text Kit |
| #!/usr/bin/env ruby | |
| # Requires ImageMagick: `brew install imagemagick` | |
| # Requires version.sh from https://gist.github.com/osteslag/1089407 | |
| # | |
| # Set RGM_STAMP_VERSION_ON_ICONS=1 in your build settings to enable/disable | |
| # stamping on Debug/Relase configurations. | |
| # | |
| # Make base unstamped versions Icon.base.png, &c. in the source tree. The | |
| # script will make stamped versions Icon.png, &c. It relies on Xcode to copy |
| // | |
| // NSArray+CLinq.h | |
| // | |
| // Created by Casey Liss on 12/1/13. | |
| // Copyright (c) 2013 Casey Liss. All rights reserved. | |
| // | |
| #import <Foundation/Foundation.h> | |
| typedef id(^CLSelector)(id source); |
| // | |
| // NSObject+KVOWeakPropertyDebug.h | |
| // KVOWeakPropertyDebug | |
| // | |
| // Created by Vladimir Grichina on 12.01.13. | |
| // Copyright (c) 2013 Vladimir Grichina. All rights reserved. | |
| // | |
| #import <Foundation/Foundation.h> |
| // | |
| // FMInfoPanelViewController.h | |
| // Created by Florian Mielke (@FlorianMielke) on 06.12.11. | |
| // | |
| #import <UIKit/UIKit.h> | |
| #import <Foundation/Foundation.h> | |
| #import <QuartzCore/QuartzCore.h> | |
| @interface FMInfoPanelViewController : UIViewController <UIScrollViewDelegate> |
| #!/bin/sh | |
| # Script for managing build and version numbers using git and agvtool. | |
| # Change log: | |
| # v1.0 18-Jul-11 First public release. | |
| # v1.1 29-Sep-12 Launch git, agvtool via xcrun. | |
| version() { |