Skip to content

Commit

Permalink
updates for Lion.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed Aug 4, 2011
1 parent b17fd86 commit 92f9477
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.4.4</string>
<string>0.4.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
3 changes: 2 additions & 1 deletion gitty.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2150,6 +2150,7 @@
isa = PBXProject;
buildConfigurationList = C05733CB08A9546B00998B17 /* Build configuration list for PBXProject "gitty" */;
compatibilityVersion = "Xcode 3.1";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
Expand Down Expand Up @@ -2423,7 +2424,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cd python/\n/usr/bin/python __compile.py";
shellScript = "cd python/\n/usr/bin/python2.6 __compile.py";
};
07D03D4A109BDAEA005D5ED4 /* Delete TMP Python Files */ = {
isa = PBXShellScriptBuildPhase;
Expand Down
1 change: 0 additions & 1 deletion src/GTActiveBranchView.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
GTStatusBarView * statusBarView;
GTSplitContentView * splitContentView;
GTDiffView * diffView;
NSMutableDictionary * NSMutableDictionary;
NSMutableDictionary * fileDirectory;
BOOL useOutline;
}
Expand Down
2 changes: 1 addition & 1 deletion src/GTGitCommandExecutor.m
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ - (NSTask *) newPythonBinTask {
[task setCurrentDirectoryPath:gitProjectPath];
}

[task setLaunchPath:@"/usr/bin/python"];
[task setLaunchPath:@"/usr/bin/python2.6"];

return task;
}
Expand Down

0 comments on commit 92f9477

Please sign in to comment.