Revision
765
Author
lsansonetti@apple.com
Date
2008-12-02 23:31:30 -0800 (Tue, 02 Dec 2008)

Log Message

move the 'Embed MacRuby' target into the 'Ruby' folder

Added Paths

Removed Paths

Diff

Deleted: MacRuby/trunk/misc/xcode-templates/Target Templates/Embed MacRuby.trgttmpl (764 => 765)


--- MacRuby/trunk/misc/xcode-templates/Target Templates/Embed MacRuby.trgttmpl	2008-12-03 07:29:05 UTC (rev 764)
+++ MacRuby/trunk/misc/xcode-templates/Target Templates/Embed MacRuby.trgttmpl	2008-12-03 07:31:30 UTC (rev 765)
@@ -1,13 +0,0 @@
-{
-    Class = Aggregate;
-    Description = "Target that embeds MacRuby.framework inside the current application bundle.";
-    CustomBuildSettings = {
-    };
-	BuildPhases = (
-        {
-			Class = ShellScript;
-			ShellPath = "/bin/sh";
-			ShellScript = "PATH=\"$PATH:/usr/local/bin\" /usr/bin/env macruby -r hotcocoa/application_builder -e \"HotCocoa::ApplicationBuilder.deploy(ARGV[0])\" $TARGET_BUILD_DIR/$PROJECT_NAME.app";
-        },
-    );
-}

Added: MacRuby/trunk/misc/xcode-templates/Target Templates/Ruby/Embed MacRuby.trgttmpl (0 => 765)


--- MacRuby/trunk/misc/xcode-templates/Target Templates/Ruby/Embed MacRuby.trgttmpl	                        (rev 0)
+++ MacRuby/trunk/misc/xcode-templates/Target Templates/Ruby/Embed MacRuby.trgttmpl	2008-12-03 07:31:30 UTC (rev 765)
@@ -0,0 +1,13 @@
+{
+    Class = Aggregate;
+    Description = "Target that embeds MacRuby.framework inside the current application bundle.";
+    CustomBuildSettings = {
+    };
+	BuildPhases = (
+        {
+			Class = ShellScript;
+			ShellPath = "/bin/sh";
+			ShellScript = "PATH=\"$PATH:/usr/local/bin\" /usr/bin/env macruby -r hotcocoa/application_builder -e \"HotCocoa::ApplicationBuilder.deploy(ARGV[0])\" $TARGET_BUILD_DIR/$PROJECT_NAME.app";
+        },
+    );
+}