[macruby-changes] [765] MacRuby/trunk/misc/xcode-templates/Target Templates

source_changes at macosforge.org source_changes at macosforge.org
Tue Dec 2 23:31:31 PST 2008


Revision: 765
          http://trac.macosforge.org/projects/ruby/changeset/765
Author:   lsansonetti at 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:
-----------
    MacRuby/trunk/misc/xcode-templates/Target Templates/Ruby/
    MacRuby/trunk/misc/xcode-templates/Target Templates/Ruby/Embed MacRuby.trgttmpl

Removed Paths:
-------------
    MacRuby/trunk/misc/xcode-templates/Target Templates/Embed MacRuby.trgttmpl

Deleted: MacRuby/trunk/misc/xcode-templates/Target Templates/Embed MacRuby.trgttmpl
===================================================================
--- 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
===================================================================
--- 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";
+        },
+    );
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20081202/adfc4d62/attachment-0001.html>


More information about the macruby-changes mailing list