[macruby-changes] [2969] MacRuby/trunk/misc/xcode-templates/Target Templates/Ruby/ Embed MacRuby.trgttmpl

source_changes at macosforge.org source_changes at macosforge.org
Fri Nov 6 17:02:15 PST 2009


Revision: 2969
          http://trac.macosforge.org/projects/ruby/changeset/2969
Author:   lsansonetti at apple.com
Date:     2009-11-06 17:02:15 -0800 (Fri, 06 Nov 2009)
Log Message:
-----------
refreshed the Embed target + better description

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

Modified: MacRuby/trunk/misc/xcode-templates/Target Templates/Ruby/Embed MacRuby.trgttmpl
===================================================================
--- MacRuby/trunk/misc/xcode-templates/Target Templates/Ruby/Embed MacRuby.trgttmpl	2009-11-07 01:01:41 UTC (rev 2968)
+++ MacRuby/trunk/misc/xcode-templates/Target Templates/Ruby/Embed MacRuby.trgttmpl	2009-11-07 01:02:15 UTC (rev 2969)
@@ -1,13 +1,13 @@
 {
     Class = Aggregate;
-    Description = "Target that embeds MacRuby.framework inside the current application bundle.";
+    Description = "Target that embeds MacRuby.framework inside the current application bundle. This is useful in case you want to ship a MacRuby application to users who don't necessarily have MacRuby installed.";
     CustomBuildSettings = {
     };
 	BuildPhases = (
         {
 			Class = ShellScript;
 			ShellPath = "/bin/sh";
-			ShellScript = "# The macruby_deploy command-line tool will make sure your app will embed the MacRuby framework. Default options will be used. Pass the -h option to get more details.\nPATH=\"$PATH:/usr/local/bin\" macruby_deploy \"$TARGET_BUILD_DIR/$PROJECT_NAME.app\"";
+			ShellScript = "# The macruby_deploy command-line tool with the --embed argument will make sure the MacRuby framework will be embedded in your .app. Default options will be used. Pass the -h option to get more information.\nPATH=\"$PATH:/usr/local/bin\" macruby_deploy --embed \"$TARGET_BUILD_DIR/$PROJECT_NAME.app\"";
         },
     );
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091106/14c7740b/attachment-0001.html>


More information about the macruby-changes mailing list