Skip to content

Commit

Permalink
Xcode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Sep 14, 2013
1 parent 23352c9 commit 6cfd45d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 6 deletions.
17 changes: 15 additions & 2 deletions imageoptim/ImageOptim.xcodeproj/project.pbxproj
Expand Up @@ -276,6 +276,13 @@
remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
remoteInfo = Sparkle;
};
5ABAE1D617DE749E00D9FFF4 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 5AA6D23B1503E9F5006DDB3E /* Sparkle.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
remoteInfo = Sparkle;
};
5ABB9FEF0E8518DF006F51BB /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
Expand Down Expand Up @@ -795,6 +802,7 @@
buildToolPath = /usr/bin/make;
buildWorkingDirectory = "";
dependencies = (
5ABAE1D717DE749E00D9FFF4 /* PBXTargetDependency */,
);
name = downloads;
passBuildSettingsInEnvironment = 1;
Expand All @@ -816,18 +824,18 @@
buildRules = (
);
dependencies = (
5A2ACD23179098D9004992B7 /* PBXTargetDependency */,
5A453F9B16BE79B6002AFE23 /* PBXTargetDependency */,
5AA6D24F1503EA07006DDB3E /* PBXTargetDependency */,
5A8594D91460BC5B0044095A /* PBXTargetDependency */,
5A20CCA5112393CC0000400D /* PBXTargetDependency */,
5A20CC98112393AC0000400D /* PBXTargetDependency */,
5A6CEA83102B887C0058D07E /* PBXTargetDependency */,
5A984D5311238E69007622D7 /* PBXTargetDependency */,
5A4DC1961028284400A9DD55 /* PBXTargetDependency */,
5A8594D91460BC5B0044095A /* PBXTargetDependency */,
5A937647111CD26B005BA5B1 /* PBXTargetDependency */,
5A4DC1941028284400A9DD55 /* PBXTargetDependency */,
5A4DC1981028284400A9DD55 /* PBXTargetDependency */,
5A2ACD23179098D9004992B7 /* PBXTargetDependency */,
);
name = ImageOptim;
productInstallPath = "$(HOME)/Applications";
Expand Down Expand Up @@ -1204,6 +1212,11 @@
name = Sparkle;
targetProxy = 5AA6D24E1503EA07006DDB3E /* PBXContainerItemProxy */;
};
5ABAE1D717DE749E00D9FFF4 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = Sparkle;
targetProxy = 5ABAE1D617DE749E00D9FFF4 /* PBXContainerItemProxy */;
};
5ABB9FF00E8518DF006F51BB /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 8D1107260486CEB800E47090 /* ImageOptim */;
Expand Down
6 changes: 2 additions & 4 deletions jpegoptim/jpegoptim.xcodeproj/project.pbxproj
Expand Up @@ -218,16 +218,16 @@
1DEB928608733DD80010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
INSTALL_PATH = /usr/local/bin;
PRODUCT_NAME = jpegoptim;
SKIP_INSTALL = YES;
};
name = Debug;
};
1DEB928708733DD80010E9CD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
INSTALL_PATH = /usr/local/bin;
PRODUCT_NAME = jpegoptim;
SKIP_INSTALL = YES;
};
name = Release;
};
Expand All @@ -241,7 +241,6 @@
GCC_WARN_UNINITIALIZED_AUTOS = NO;
HEADER_SEARCH_PATHS = "$(SRCROOT)/../libjpeg/";
ONLY_ACTIVE_ARCH = YES;
SKIP_INSTALL = YES;
};
name = Debug;
};
Expand All @@ -260,7 +259,6 @@
GCC_WARN_SIGN_COMPARE = NO;
GCC_WARN_UNINITIALIZED_AUTOS = NO;
HEADER_SEARCH_PATHS = "$(SRCROOT)/../libjpeg/";
SKIP_INSTALL = YES;
};
name = Release;
};
Expand Down
13 changes: 13 additions & 0 deletions jpegtran/jpegtran.xcodeproj/project.pbxproj
Expand Up @@ -30,6 +30,13 @@
remoteGlobalIDString = D2AAC0630554660B00DB518D;
remoteInfo = jpeg;
};
5ABAE1C517DD491F00D9FFF4 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 8DD76FA90486AB0100D96B5E;
remoteInfo = jpegtran;
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -124,6 +131,7 @@
buildRules = (
);
dependencies = (
5ABAE1C617DD491F00D9FFF4 /* PBXTargetDependency */,
);
name = jpegrescan;
productName = jpegrescan;
Expand Down Expand Up @@ -213,6 +221,11 @@
name = jpeg;
targetProxy = 5A62DAF1111CCE73008848D0 /* PBXContainerItemProxy */;
};
5ABAE1C617DD491F00D9FFF4 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 8DD76FA90486AB0100D96B5E /* jpegtran */;
targetProxy = 5ABAE1C517DD491F00D9FFF4 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
Expand Down

0 comments on commit 6cfd45d

Please sign in to comment.