You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
15a228dd23
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@68758 d073be05-634f-4543-b044-5fe20cf6d1d6
21 lines
2.8 KiB
Diff
21 lines
2.8 KiB
Diff
--- BiggerSQL.xcodeproj/project.pbxproj.orig 2008-02-06 12:23:14.000000000 -0600
|
|
+++ BiggerSQL.xcodeproj/project.pbxproj 2010-01-28 08:30:42.000000000 -0600
|
|
@@ -28,7 +28,7 @@
|
|
C44D43CC0D58B81000EC6ACD /* BiggerDoc.icns in Resources */ = {isa = PBXBuildFile; fileRef = C44D43CB0D58B81000EC6ACD /* BiggerDoc.icns */; };
|
|
C44D44CB0D58BA9E00EC6ACD /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C44D44CA0D58BA9E00EC6ACD /* WebKit.framework */; };
|
|
C44D456F0D58BABD00EC6ACD /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C44D456E0D58BABD00EC6ACD /* QuickTime.framework */; };
|
|
- C44D45920D58BAF500EC6ACD /* libjhlpq.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C44D45910D58BAF500EC6ACD /* libjhlpq.a */; };
|
|
+ C44D45920D58BAF500EC6ACD /* libpq.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C44D45910D58BAF500EC6ACD /* libpq.a */; };
|
|
C44D45940D58BB1D00EC6ACD /* libssl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = C44D45930D58BB1D00EC6ACD /* libssl.dylib */; };
|
|
C44D45960D58BB6200EC6ACD /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = C44D45950D58BB6200EC6ACD /* libcrypto.dylib */; };
|
|
C44D461B0D58BE7D00EC6ACD /* pgdoc in Resources */ = {isa = PBXBuildFile; fileRef = C44D45A00D58BE7D00EC6ACD /* pgdoc */; };
|
|
@@ -73,7 +73,7 @@
|
|
C44D43CB0D58B81000EC6ACD /* BiggerDoc.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = BiggerDoc.icns; sourceTree = "<group>"; };
|
|
C44D44CA0D58BA9E00EC6ACD /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = /System/Library/Frameworks/WebKit.framework; sourceTree = "<absolute>"; };
|
|
C44D456E0D58BABD00EC6ACD /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = "<absolute>"; };
|
|
- C44D45910D58BAF500EC6ACD /* libjhlpq.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjhlpq.a; path = /usr/local/pgsql/lib/libjhlpq.a; sourceTree = "<absolute>"; };
|
|
+ C44D45910D58BAF500EC6ACD /* libpq.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpq.a; path = /usr/local/pgsql/lib/libpq.a; sourceTree = "<absolute>"; };
|
|
C44D45930D58BB1D00EC6ACD /* libssl.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libssl.dylib; path = /usr/lib/libssl.dylib; sourceTree = "<absolute>"; };
|
|
C44D45950D58BB6200EC6ACD /* libcrypto.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libcrypto.dylib; path = /usr/lib/libcrypto.dylib; sourceTree = "<absolute>"; };
|
|
C44D45A00D58BE7D00EC6ACD /* pgdoc */ = {isa = PBXFileReference; lastKnownFileType = folder; path = pgdoc; sourceTree = "<group>"; };
|