From 3cd44705f864a6d7bb1f32062d7ec35eeab5c371 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Mon, 30 Jul 2012 14:14:10 -0400 Subject: [PATCH] Updated README and pip requirements to include xibless (and remove Sparkle, which is now included in cocoalib). --HG-- branch : xibless --- README | 4 ++-- requirements-osx.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index 4d82e402..ff7dd4ea 100644 --- a/README +++ b/README @@ -37,11 +37,11 @@ General dependencies OS X prerequisites ------------------ -- XCode 4.1 -- Sparkle (http://sparkle.andymatuschak.org/) +- XCode's command line tools - objp 1.1.0 (http://bitbucket.org/hsoft/objp) - pluginbuilder 1.1.0 (http://bitbucket.org/hsoft/pluginbuilder) - appscript 1.0.0 for ME and PE (http://appscript.sourceforge.net/) +- xibless 0.4.0 (https://bitbucket.org/hsoft/xibless) Windows prerequisites --------------------- diff --git a/requirements-osx.txt b/requirements-osx.txt index b8257d1a..bc500c6e 100644 --- a/requirements-osx.txt +++ b/requirements-osx.txt @@ -2,3 +2,4 @@ objp>=1.2.0 pluginbuilder>=1.1.0 appscript>=1.0.0 +xibless>=0.4.0