xcoder - ruby wrapper for Xcode build tools to aid automating builds
xcoder - ruby wrapper for Xcode build tools to aid automating builds
xctool is a replacement for Apple's xcodebuild that makes it easier to build and test iOS and Mac projects
xctool is a replacement for Apple’s xcodebuild that makes it easier to build and test iOS and Mac products. It’s especially helpful for continuous integration.
Code Injection for Xcode (Plugin Version)
Code Injection for Xcode (Plugin Version) from John Holdsworth on Vimeo.
Shows the use of the “Injection Plugin” for Xcode. Starting with the standard Apple example project iOSGLEssentials, the project is prepared for injection and changes can be seen to be “injected” straight into the running application as they are made in the Xcode editor. Also shown is the “Tunable Parameters” control panel where parameters inside the application can be tweaked in real time from a simple interface inside Xcode. injectionforxcode.com Use the “Injection Plugin” application in the package downloaded to install the plugin. Source code now available on github.com
Xcode 4 Code Snippets
Perhaps my favourite feature of Xcode 4 is the Code Snippets feature. It allows you to use common bits quickly in your code, instead of requiring you retype them over and over again.
LLVM 4.0 Compiler
Xcode now includes the Apple LLVM Compiler version 4.0, including the following new Objective-C language features:
- Default @synthesize: automatically synthesizes an @property when unimplemented
- Objective-C literals: create literals for NSArray, NSDictionary, and NSNumber, just the same as the literals for NSString
- Objective-C container subscripting: use ‘[]’ syntax to access containers such as NSArray and NSDictionary
Xcode and Friends
Xcode’s distribution has changed greatly in 4.3
Page 1 of 2
