Skip to content

Commit

Permalink
Added AggregateTarget for both GUI app & cmdLine tool
Browse files Browse the repository at this point in the history
  • Loading branch information
psineur committed Apr 28, 2011
1 parent b948c37 commit c9bec8f
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions Tile Cutter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@
objectVersion = 45;
objects = {

/* Begin PBXAggregateTarget section */
6DA78D271369F7D9000EA884 /* Build All Targets */ = {
isa = PBXAggregateTarget;
buildConfigurationList = 6DA78D3E1369F7FE000EA884 /* Build configuration list for PBXAggregateTarget "Build All Targets" */;
buildPhases = (
);
dependencies = (
6DA78D2B1369F7E0000EA884 /* PBXTargetDependency */,
6DA78D2D1369F7E0000EA884 /* PBXTargetDependency */,
);
name = "Build All Targets";
productName = "Build All Targets";
};
/* End PBXAggregateTarget section */

/* Begin PBXBuildFile section */
1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58140DA1D0A300B32029 /* MainMenu.xib */; };
1F15EAF9125E8ED200B32D97 /* NSImage-Tile.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F15EA19125E826600B32D97 /* NSImage-Tile.m */; };
Expand All @@ -29,6 +44,23 @@
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
6DA78D2A1369F7E0000EA884 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
proxyType = 1;
remoteGlobalIDString = 8D1107260486CEB800E47090 /* Tile Cutter */;
remoteInfo = "Tile Cutter";
};
6DA78D2C1369F7E0000EA884 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
proxyType = 1;
remoteGlobalIDString = 6DA78C061369BEB0000EA884 /* tileCutter */;
remoteInfo = tileCutter;
};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
Expand Down Expand Up @@ -234,6 +266,7 @@
targets = (
8D1107260486CEB800E47090 /* Tile Cutter */,
6DA78C061369BEB0000EA884 /* tileCutter */,
6DA78D271369F7D9000EA884 /* Build All Targets */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -284,6 +317,19 @@
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
6DA78D2B1369F7E0000EA884 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 8D1107260486CEB800E47090 /* Tile Cutter */;
targetProxy = 6DA78D2A1369F7E0000EA884 /* PBXContainerItemProxy */;
};
6DA78D2D1369F7E0000EA884 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 6DA78C061369BEB0000EA884 /* tileCutter */;
targetProxy = 6DA78D2C1369F7E0000EA884 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
Expand Down Expand Up @@ -350,6 +396,27 @@
};
name = Release;
};
6DA78D281369F7DA000EA884 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
PRODUCT_NAME = "Build All Targets";
};
name = Debug;
};
6DA78D291369F7DA000EA884 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_ENABLE_FIX_AND_CONTINUE = NO;
PRODUCT_NAME = "Build All Targets";
ZERO_LINK = NO;
};
name = Release;
};
C01FCF4B08A954540054247B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
Expand Down Expand Up @@ -436,6 +503,15 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
6DA78D3E1369F7FE000EA884 /* Build configuration list for PBXAggregateTarget "Build All Targets" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6DA78D281369F7DA000EA884 /* Debug */,
6DA78D291369F7DA000EA884 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Tile Cutter" */ = {
isa = XCConfigurationList;
buildConfigurations = (
Expand Down

0 comments on commit c9bec8f

Please sign in to comment.