Edit Xode Document in TextMate User Script
Below are the Xcode settings.
Formatting an Objective-C method putting each parameter on its own line.
When programming in Objective-C, Xcode allows you to use a black background and colored text similar to TextMate. When programming in AppleScriptObjC this is not the case. You can change the values in Xcode's preferences all you want but they will not change how AppleScript is displayed.
Thursday March 19, 2009
Special thanks to Ralph Manns for providing the Ruby code to sign the application. Thanks Ralph!
Ralph has also added some functionality to DrNic's ChocTop.
Added an easy install AppleScript near the end of the article.
This is an article expanding on Marc Liyanage’s excellent post - Sparkle Appcast Automation in Xcode.
Very cool!.
In his article, Marc uses a bash script to automate the process of signing your Sparkle enabled app and explains how to put your private and public keys in your keychain. I wrote a Ruby version that extends this functionality to include a few more options…
Here is a script to backup your Xcode project during each build phase. This is pretty cool because it will save the backup in a versioned project folder inside a folder having the same name as the Xcode project.
This is not a replacement for a computer backup system, Subversion or GIT. This is an additional measure that ensures you will have an incremental backup of your project!
Page 1 of 3
