Projects

Ticket #360: Embed MacRuby.trgttmpl

File Embed MacRuby.trgttmpl, 449 bytes (added by dylan@…, 3 years ago)
Line 
1{
2    Class = Aggregate;
3    Description = "Target that embeds MacRuby.framework inside the current application bundle.";
4    CustomBuildSettings = {
5    };
6        BuildPhases = (
7        {
8                        Class = ShellScript;
9                        ShellPath = "/bin/sh";
10                        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\"";
11        },
12    );
13}