<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,6 +6,21 @@
 	objectVersion = 44;
 	objects = {
 
+/* Begin PBXAggregateTarget section */
+		273A602D0FB8BB0400F396C8 /* TodoWithMacRubyEmbedded */ = {
+			isa = PBXAggregateTarget;
+			buildConfigurationList = 273A603E0FB8BB1500F396C8 /* Build configuration list for PBXAggregateTarget &quot;TodoWithMacRubyEmbedded&quot; */;
+			buildPhases = (
+				273A602C0FB8BB0400F396C8 /* ShellScript */,
+			);
+			dependencies = (
+				273A60310FB8BB0800F396C8 /* PBXTargetDependency */,
+			);
+			name = TodoWithMacRubyEmbedded;
+			productName = TodoWithMacRubyEmbedded;
+		};
+/* End PBXAggregateTarget section */
+
 /* Begin PBXBuildFile section */
 		273CE6450FAF27B8005DD1B2 /* TodoController.rb in Resources */ = {isa = PBXBuildFile; fileRef = 273CE6440FAF27B8005DD1B2 /* TodoController.rb */; };
 		4DE339F70D74FCDD00ADB6EE /* rb_main.rb in Resources */ = {isa = PBXBuildFile; fileRef = 4DE339F60D74FCDD00ADB6EE /* rb_main.rb */; };
@@ -16,6 +31,16 @@
 		8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
 /* End PBXBuildFile section */
 
+/* Begin PBXContainerItemProxy section */
+		273A60300FB8BB0800F396C8 /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
+			proxyType = 1;
+			remoteGlobalIDString = 8D1107260486CEB800E47090 /* Todo */;
+			remoteInfo = Todo;
+		};
+/* End PBXContainerItemProxy section */
+
 /* Begin PBXFileReference section */
 		089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = &quot;&lt;group&gt;&quot;; };
 		1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };
@@ -153,6 +178,7 @@
 			projectRoot = &quot;&quot;;
 			targets = (
 				8D1107260486CEB800E47090 /* Todo */,
+				273A602D0FB8BB0400F396C8 /* TodoWithMacRubyEmbedded */,
 			);
 		};
 /* End PBXProject section */
@@ -171,6 +197,22 @@
 		};
 /* End PBXResourcesBuildPhase section */
 
+/* Begin PBXShellScriptBuildPhase section */
+		273A602C0FB8BB0400F396C8 /* ShellScript */ = {
+			isa = PBXShellScriptBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			inputPaths = (
+			);
+			outputPaths = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+			shellPath = /bin/sh;
+			shellScript = &quot;PATH=\&quot;$PATH:/usr/local/bin\&quot; /usr/bin/env macruby -r hotcocoa/application_builder -e \&quot;HotCocoa::ApplicationBuilder.deploy(ARGV[0])\&quot; $TARGET_BUILD_DIR/$PROJECT_NAME.app&quot;;
+		};
+/* End PBXShellScriptBuildPhase section */
+
 /* Begin PBXSourcesBuildPhase section */
 		8D11072C0486CEB800E47090 /* Sources */ = {
 			isa = PBXSourcesBuildPhase;
@@ -182,6 +224,14 @@
 		};
 /* End PBXSourcesBuildPhase section */
 
+/* Begin PBXTargetDependency section */
+		273A60310FB8BB0800F396C8 /* PBXTargetDependency */ = {
+			isa = PBXTargetDependency;
+			target = 8D1107260486CEB800E47090 /* Todo */;
+			targetProxy = 273A60300FB8BB0800F396C8 /* PBXContainerItemProxy */;
+		};
+/* End PBXTargetDependency section */
+
 /* Begin PBXVariantGroup section */
 		089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
 			isa = PBXVariantGroup;
@@ -202,6 +252,27 @@
 /* End PBXVariantGroup section */
 
 /* Begin XCBuildConfiguration section */
+		273A602E0FB8BB0400F396C8 /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				COPY_PHASE_STRIP = NO;
+				GCC_DYNAMIC_NO_PIC = NO;
+				GCC_OPTIMIZATION_LEVEL = 0;
+				PRODUCT_NAME = TodoWithMacRubyEmbedded;
+			};
+			name = Debug;
+		};
+		273A602F0FB8BB0400F396C8 /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				COPY_PHASE_STRIP = YES;
+				DEBUG_INFORMATION_FORMAT = &quot;dwarf-with-dsym&quot;;
+				GCC_ENABLE_FIX_AND_CONTINUE = NO;
+				PRODUCT_NAME = TodoWithMacRubyEmbedded;
+				ZERO_LINK = NO;
+			};
+			name = Release;
+		};
 		C01FCF4B08A954540054247B /* Debug */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
@@ -259,6 +330,15 @@
 /* End XCBuildConfiguration section */
 
 /* Begin XCConfigurationList section */
+		273A603E0FB8BB1500F396C8 /* Build configuration list for PBXAggregateTarget &quot;TodoWithMacRubyEmbedded&quot; */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				273A602E0FB8BB0400F396C8 /* Debug */,
+				273A602F0FB8BB0400F396C8 /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
 		C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget &quot;Todo&quot; */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (</diff>
      <filename>episode-007/Todo/Todo.xcodeproj/project.pbxproj</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>518e7125570cb68b381f4f3a53240b8d1147c213</id>
    </parent>
  </parents>
  <author>
    <name>Mike Clark</name>
    <email>mike@clarkware.com</email>
  </author>
  <url>http://github.com/pragmaticstudio/studio-bonus-tracks/commit/46fc149be39bebfeab6955359364662a5ca21271</url>
  <id>46fc149be39bebfeab6955359364662a5ca21271</id>
  <committed-date>2009-05-11T12:59:34-07:00</committed-date>
  <authored-date>2009-05-11T12:59:34-07:00</authored-date>
  <message>Oops, forgot to commit the new target.</message>
  <tree>a6335bb6b4fe6db3be5f43f4d18e4dda3624c223</tree>
  <committer>
    <name>Mike Clark</name>
    <email>mike@clarkware.com</email>
  </committer>
</commit>
