This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
| #ifndef NS_DESIGNATED_INITIALIZER | |
| #if __has_attribute(objc_designated_initializer) | |
| #define NS_DESIGNATED_INITIALIZER __attribute((objc_designated_initializer)) | |
| #else | |
| #define NS_DESIGNATED_INITIALIZER | |
| #endif | |
| #endif |
| # Default build dir | |
| UFW_BUILD_DIR="./build" | |
| # Global vars | |
| #if [ ! -z ${BUILD_DIR} ]; then | |
| ## Use the build dir specified by XCode | |
| # UFW_BUILD_DIR="${BUILD_DIR}" | |
| #fi |
| // | |
| // blog.clearlyionnovative.com | |
| // twitter: @aaronksaunders | |
| // | |
| // Model file for integration Appcelerator Titanium Alloy with Wordpress JSON Plugin | |
| // | |
| exports.definition = { | |
| config : { | |
| "columns" : {}, |
| web: node app.js | |
| worker: node consumer.js |