1<?xml version="1.0" encoding="UTF-8"?>
2<RunContext>
3   <PathRunnable FilePath="/Developer/Applications/Xcode.app"/>
4   <RunPhases>
5      <BuildRunPhase
6         isEnabled = "Yes"
7         name = "Build"
8         buildConfiguration = "Debug">
9         <BuildableOutputReferences>
10           <BuildableOutputReference
11              BuildableOutputIdentifier = "libauto.dylib">
12           </BuildableOutputReference>
13          </BuildableOutputReferences>
14      </BuildRunPhase>
15      <ActionRunPhase
16         isEnabled = "Yes"
17         name = "Pre-Launch">
18         <Actions>
19         </Actions>
20      </ActionRunPhase>
21      <LaunchRunPhase
22         isEnabled = "Yes"
23         name = "Launch">
24         <CommandLineArguments>
25         </CommandLineArguments>
26         <EnvironmentVariables>
27            <EnvironmentVariable
28               key = "DYLD_FRAMEWORK_PATH"
29               value = ""
30               isEnabled = "NO">
31            </EnvironmentVariable>
32            <EnvironmentVariable
33               key = "DYLD_LIBRARY_PATH"
34               value = "/var/tmp/auto.build:/var/tmp/objc.build"
35               isEnabled = "YES">
36            </EnvironmentVariable>
37         </EnvironmentVariables>
38      </LaunchRunPhase>
39      <ActionRunPhase
40         isEnabled = "Yes"
41         name = "Quit">
42         <Actions>
43         </Actions>
44      </ActionRunPhase>
45   </RunPhases>
46</RunContext>
47