Skip to content

Commit

Permalink
[Issue #1] Adding GDAL to Postgres Binaries build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Apr 24, 2012
1 parent 8c70ff6 commit 444321f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Postgres.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
);
dependencies = (
F805351415388AFB000E1BAC /* PBXTargetDependency */,
F8A12F0715474E3B009AFF07 /* PBXTargetDependency */,
F805351615388AFB000E1BAC /* PBXTargetDependency */,
F805351815388AFB000E1BAC /* PBXTargetDependency */,
F805351A15388AFB000E1BAC /* PBXTargetDependency */,
Expand Down Expand Up @@ -155,6 +156,13 @@
remoteGlobalIDString = F8973A3B1538851D00EAB41E;
remoteInfo = "postgres-service";
};
F8A12F0615474E3B009AFF07 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = F89739FF1538846600EAB41E /* Project object */;
proxyType = 1;
remoteGlobalIDString = F8B05E24153E43D900A8D53A;
remoteInfo = gdal;
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -698,6 +706,11 @@
target = F8973A3B1538851D00EAB41E /* postgres-service */;
targetProxy = F8973A4B1538858900EAB41E /* PBXContainerItemProxy */;
};
F8A12F0715474E3B009AFF07 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = F8B05E24153E43D900A8D53A /* gdal */;
targetProxy = F8A12F0615474E3B009AFF07 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
Expand Down

0 comments on commit 444321f

Please sign in to comment.