diff options
author | stuconnolly <stuart02@gmail.com> | 2011-01-31 21:18:57 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-01-31 21:18:57 +0000 |
commit | b493263f5e83e5a936b188f7e9cf4125d0f361dd (patch) | |
tree | cd470af0775621bf430567d993848fc0c74596ba | |
parent | b9e180a179f644638e024b7fea2bb3520001f4d6 (diff) | |
download | sequelpro-b493263f5e83e5a936b188f7e9cf4125d0f361dd.tar.gz sequelpro-b493263f5e83e5a936b188f7e9cf4125d0f361dd.tar.bz2 sequelpro-b493263f5e83e5a936b188f7e9cf4125d0f361dd.zip |
Update the README file and add it to the Xcode project so it's more visible.
-rw-r--r-- | README | 40 | ||||
-rw-r--r-- | sequel-pro.xcodeproj/project.pbxproj | 2 |
2 files changed, 23 insertions, 19 deletions
@@ -5,34 +5,36 @@ Sequel Pro uses two external frameworks which come with .ibplugins (Interface Bu Plugins); to build Sequel Pro, Interface Builder must have detected these plugins. The two frameworks are: + BWToolkit ShortcutRecorder -Each of these frameworks is included in the Sequel Pro source tree with its .ibplugin; +Each of these frameworks are 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 -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 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. +By including these .ibplugins within the frameworks, Interface Builder should detect +them automatically when you build. If you get build errors complaining "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. -You will need to relaunch Interface Builder before you can re-add the plugin -from the location mentioned above. +If Interface Builder complains that they're already installed then you might want +to replace the current versions with the versions in the project; to do this go to the +Interface Builder preferences, click on 'Plugins', and remove the BWToolkit and/or +ShortcutRecorder plugin using the [ - ] button below the list. -Note, that Interface Builder always looks in the same location that the plugin -was originally installed from and does not keep track of it when moved. If -Interface Builder complains that it can't find it, either restore it to its -originally location or re-add it using the steps above. +You will need to relaunch Interface Builder before you can re-add the plugin from the +locations mentioned above. -As a last resort jump onto IRC and join #sequel-pro on irc.freenode.net and -any of the developers will be happy to help you out. +Note, that Interface Builder always looks in the same location that plugins are originally +installed from and does not keep track of them when they are moved. If Interface Builder +complains that it can't a plugin dependency, either restore it to its originally location +or re-add it using the steps above. -- Ben (aka avenjamin) +As a last resort jump onto IRC and join #sequel-pro on irc.freenode.net and any of the +developers will be more than happy to help you out. +- The Sequel Pro team diff --git a/sequel-pro.xcodeproj/project.pbxproj b/sequel-pro.xcodeproj/project.pbxproj index 8ed64a39..00a23839 100644 --- a/sequel-pro.xcodeproj/project.pbxproj +++ b/sequel-pro.xcodeproj/project.pbxproj @@ -654,6 +654,7 @@ 1789343A0F30C1DD0097539A /* SPStringAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPStringAdditions.h; sourceTree = "<group>"; }; 1789343B0F30C1DD0097539A /* SPStringAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPStringAdditions.m; sourceTree = "<group>"; }; 178934980F30CDA10097539A /* trim-application.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "trim-application.sh"; sourceTree = "<group>"; }; + 1791346512F75CC1000B27C1 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; }; 1792C13110AD752100ABE758 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = Interfaces/English.lproj/DatabaseServerVariables.xib; sourceTree = "<group>"; }; 1792C13510AD75C800ABE758 /* SPServerVariablesController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPServerVariablesController.h; sourceTree = "<group>"; }; 1792C13610AD75C800ABE758 /* SPServerVariablesController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPServerVariablesController.m; sourceTree = "<group>"; }; @@ -2277,6 +2278,7 @@ 2A37F4AAFDCFA73011CA2CEA /* sequel-pro */ = { isa = PBXGroup; children = ( + 1791346512F75CC1000B27C1 /* README */, 17E641420EF01E8A001BC333 /* Source */, 380F4EF20FC0B67A00B0BFD7 /* Unit Tests */, 17E642050EF020A3001BC333 /* Interfaces */, |