Skip to content

Commit

Permalink
rename folder to XcodeCapp and update Jakefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Mercadal committed Nov 6, 2011
1 parent 60f664a commit 9d1cf36
Show file tree
Hide file tree
Showing 56 changed files with 4 additions and 1,109 deletions.
2 changes: 1 addition & 1 deletion Tools/Jakefile
Expand Up @@ -2,6 +2,6 @@
require("../common.jake");

// nib2cib uses fontinfo and capp uses nib2cib
subtasks(["fontinfo", "nib2cib", "capp", "NativeHost", "xcodecapp", "xcodecapp-cocoa"], ["build"/*, "clean", "clobber"*/]);
subtasks(["fontinfo", "nib2cib", "capp", "NativeHost", "XcodeCapp"], ["build"/*, "clean", "clobber"*/]);

subtasks(["fontinfo"], ["clean", "clobber"]);
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions Tools/xcodecapp-cocoa/Jakefile → Tools/XcodeCapp/Jakefile
Expand Up @@ -4,7 +4,7 @@ require("../../common.jake");
var OS = require("os"),
task = require("jake").task,
stream = require("narwhal/term").stream,
applicationName = "xcodecapp-cocoa.app";
applicationName = "XcodeCapp.app";

task ("build", function()
{
Expand All @@ -19,8 +19,8 @@ task ("build", function()

rm_rf(supportPath);
FILE.mkdirs(supportPath);
cp_r(FILE.join("build", "Release", "xcodecapp-cocoa.app"), supportPath);
FILE.chmod(FILE.join(supportPath, "Contents", "MacOS", "xcodecapp-cocoa"), 0755);
cp_r(FILE.join("build", "Release", "XcodeCapp.app"), supportPath);
FILE.chmod(FILE.join(supportPath, "Contents", "MacOS", "XcodeCapp"), 0755);

OS.system(["ln", "-sf", supportPath, installPath]);
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
42 changes: 0 additions & 42 deletions Tools/xcodecapp/Jakefile

This file was deleted.

0 comments on commit 9d1cf36

Please sign in to comment.