Skip to content

Commit

Permalink
Removed 'env' from copy bundle resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Smith committed Oct 31, 2010
1 parent 1731732 commit 2ce4e50
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions gitty.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@
8D15AC310486D014006FF6A4 /* GittyDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A37F4ACFDCFA73011CA2CEA /* GittyDocument.m */; settings = {ATTRIBUTES = (); }; };
8D15AC320486D014006FF6A4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A37F4B0FDCFA73011CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
8D15AC340486D014006FF6A4 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */; };
CA13385411A1F91C00FDE018 /* env in Resources */ = {isa = PBXBuildFile; fileRef = CA13385311A1F91C00FDE018 /* env */; };
CABCA82711B6C52D00EB8EEA /* SCEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = CABCA81C11B6C52D00EB8EEA /* SCEvent.m */; };
CABCA82811B6C52D00EB8EEA /* SCEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = CABCA81F11B6C52D00EB8EEA /* SCEvents.m */; };
/* End PBXBuildFile section */
Expand Down Expand Up @@ -2171,7 +2170,6 @@
0768A1E110F3141900951EB1 /* stateDropDownNormal.png in Resources */,
0768A1E210F3141900951EB1 /* stateDropDownOver.png in Resources */,
07DEF6E61101809D006E8A54 /* Giveaway.xib in Resources */,
CA13385411A1F91C00FDE018 /* env in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -2218,7 +2216,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "#!/bin/sh\nenv > env";
shellScript = "#!/bin/sh\n/usr/bin/env > env";
};
0785127710A41EEE0049D7CB /* Remove .git slash vendor */ = {
isa = PBXShellScriptBuildPhase;
Expand Down Expand Up @@ -2874,7 +2872,7 @@
);
PRODUCT_NAME = Gity;
RUN_CLANG_STATIC_ANALYZER = NO;
SDKROOT = macosx10.5;
SDKROOT = macosx10.6;
USER_HEADER_SEARCH_PATHS = "";
VALID_ARCHS = "i386 x86_64";
};
Expand Down Expand Up @@ -2906,7 +2904,7 @@
);
PRODUCT_NAME = Gity;
RUN_CLANG_STATIC_ANALYZER = NO;
SDKROOT = macosx10.5;
SDKROOT = macosx10.6;
USER_HEADER_SEARCH_PATHS = "";
VALID_ARCHS = "i386 x86_64";
};
Expand Down

0 comments on commit 2ce4e50

Please sign in to comment.