commit bb519971c12915d95086a449caf32aa80a684461
parent 8e1ba03ebd1c0f9491028ed1417d0159d2dbb037
Author: ByteProject <stefan.vogt@byteproject.net>
Date: Mon, 26 Dec 2011 21:57:09 +0100
moved some bits around again
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/ansilove.xcodeproj/project.pbxproj b/ansilove.xcodeproj/project.pbxproj
@@ -9,7 +9,6 @@
/* Begin PBXBuildFile section */
F8AE164A14A130FE00393A1C /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = F8AE164114A130FE00393A1C /* main.c */; };
F8D6327C14A08C0F00C5352F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8D6327B14A08C0F00C5352F /* Foundation.framework */; };
- F8D6328314A08C0F00C5352F /* ansilove.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = F8D6328214A08C0F00C5352F /* ansilove.1 */; };
F8FBC5BB14A1DE640034BF83 /* strtolower.c in Sources */ = {isa = PBXBuildFile; fileRef = F8FBC5BA14A1DE640034BF83 /* strtolower.c */; };
F8FBC5C314A1E2900034BF83 /* substr.c in Sources */ = {isa = PBXBuildFile; fileRef = F8FBC5C214A1E2900034BF83 /* substr.c */; };
/* End PBXBuildFile section */
@@ -21,7 +20,6 @@
dstPath = /usr/share/man/man1/;
dstSubfolderSpec = 0;
files = (
- F8D6328314A08C0F00C5352F /* ansilove.1 in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 1;
};
@@ -34,7 +32,6 @@
F8D6327714A08C0F00C5352F /* ansilove */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = ansilove; sourceTree = BUILT_PRODUCTS_DIR; };
F8D6327B14A08C0F00C5352F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
F8D6328114A08C0F00C5352F /* ansilove-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ansilove-Prefix.pch"; sourceTree = "<group>"; };
- F8D6328214A08C0F00C5352F /* ansilove.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = ansilove.1; sourceTree = "<group>"; };
F8D6328D14A0920900C5352F /* alconfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = alconfig.h; sourceTree = "<group>"; };
F8FBC5BA14A1DE640034BF83 /* strtolower.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = strtolower.c; sourceTree = "<group>"; };
F8FBC5C214A1E2900034BF83 /* substr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = substr.c; sourceTree = "<group>"; };
@@ -91,7 +88,6 @@
F8D6328014A08C0F00C5352F /* Supporting Files */ = {
isa = PBXGroup;
children = (
- F8D6328214A08C0F00C5352F /* ansilove.1 */,
F8D6328114A08C0F00C5352F /* ansilove-Prefix.pch */,
);
name = "Supporting Files";