diff options
author | rowanbeentje <rowan@beent.je> | 2010-10-17 19:37:53 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-10-17 19:37:53 +0000 |
commit | 7ff839a2d5cbcbf30e0f7bce17ce73f2dcd927ad (patch) | |
tree | 151d0e822b0dbcfc1873d915efa3ad0373953963 | |
parent | 48e6751fa18dd030815917c2f613fa6604e05cb8 (diff) | |
download | sequelpro-7ff839a2d5cbcbf30e0f7bce17ce73f2dcd927ad.tar.gz sequelpro-7ff839a2d5cbcbf30e0f7bce17ce73f2dcd927ad.tar.bz2 sequelpro-7ff839a2d5cbcbf30e0f7bce17ce73f2dcd927ad.zip |
- Fix relative paths for SPQLPluginConnectionTemplate.html , addressing broken builds
-rw-r--r-- | sequel-pro.xcodeproj/project.pbxproj | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sequel-pro.xcodeproj/project.pbxproj b/sequel-pro.xcodeproj/project.pbxproj index 906b0b53..33bd52a1 100644 --- a/sequel-pro.xcodeproj/project.pbxproj +++ b/sequel-pro.xcodeproj/project.pbxproj @@ -2458,7 +2458,6 @@ isa = PBXProject; buildConfigurationList = C05733CB08A9546B00998B17 /* Build configuration list for PBXProject "sequel-pro" */; compatibilityVersion = "Xcode 3.1"; - developmentRegion = English; hasScannedForEncodings = 1; knownRegions = ( English, @@ -3077,8 +3076,7 @@ 58475706120A1B630057631F /* German */, ); name = SPQLPluginConnectionTemplate.html; - path = "/Users/stuart/Documents/Projects/SequelPro/sequel-pro/Resources"; - sourceTree = "<absolute>"; + sourceTree = "<group>"; }; 584756FC120A1B290057631F /* SPQLPluginContentFiltersTemplate.html */ = { isa = PBXVariantGroup; |