aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-01-27 20:38:23 +0000
committerstuconnolly <stuart02@gmail.com>2011-01-27 20:38:23 +0000
commit8db2f78294982e89fce5a162d92b2be6d9291aa1 (patch)
treeb8dc7736f4af896aa3ed3fa9a96d1f3c4bfd0e59 /README
parentfa7cff57548edc51420693e6909fe2adb3c18951 (diff)
parent7cc062247ff23496dd0390cf07b5d45d6bc49777 (diff)
downloadsequelpro-8db2f78294982e89fce5a162d92b2be6d9291aa1.tar.gz
sequelpro-8db2f78294982e89fce5a162d92b2be6d9291aa1.tar.bz2
sequelpro-8db2f78294982e89fce5a162d92b2be6d9291aa1.zip
Bring outline view branch up to date with trunk (r3056:r3162).
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 16 insertions, 11 deletions
diff --git a/README b/README
index cb788d74..8c303520 100644
--- a/README
+++ b/README
@@ -1,22 +1,27 @@
BUILDING SEQUEL PRO
-------------------
-Before you can start making changes to any of the xib files in Interface
-Builder you will need to install the BWToolkit plugin from
-http://www.brandonwalkin.com/bwtoolkit/.
+Sequel Pro uses two external frameworks which come with .ibplugins (Interface Builder
+Plugins); to build Sequel Pro, Interface Builder must have detected these plugins.
-To install the plugin you will need to do a Release build of the project so
-that the BWTookit plugin and frameworks are compiled.
+The two frameworks are:
+ BWToolkit
+ ShortcutRecorder
-Once you have done this double click on the BWToolkit.ibplugin located at:
+Each of these frameworks is included in the Sequel Pro source tree with its .ibplugin;
+the locations of these .ibplugins are:
+ ./Frameworks/BWToolkitFramework.framework/Versions/A/Resources/BWToolkit.ibplugin
+ ./Frameworks/ShortcutRecorder.framework/Versions/A/Resources/ShortcutRecorder.ibplugin
- ./trunk/Frameworks/BWToolkitFramework.framework/build/Release/
+By including these .ibplugins within the frameworks, Interface Builder should detect them automatically when you build. If you get build errors about "Unable to resolve plug-in
+dependency for É", automatic detection has failed. The first thing to try is to quit Xcode
+and Interface Builder, re-open Xcode, and try again; if this still fails, locate
+the .ibplugins and double click on them to add them to Interface Builder.
If Interface Builder complains that it's already installed then you might want
-to replace the current one with the one you just built.
-
-To do this go to the Interface Builder preferences and click on 'Plugins' and
-remove the BWToolkit plugin using the [ - ] button below the list.
+to replace the current version with the version in the project; to do this go to the
+Interface Builder preferences, click on 'Plugins', and remove the BWToolkit plugin
+using the [ - ] button below the list.
You will need to relaunch Interface Builder before you can re-add the plugin
from the location mentioned above.