-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmacUQLX.plist
73 lines (73 loc) · 1.67 KB
/
macUQLX.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>catalogFiles</key>
<array>
<dict>
<key>path</key>
<string>catalog.pbproj</string>
</dict>
</array>
<key>globalOptions</key>
<dict>
<key>createApplications</key>
<false/>
<key>createFrameworks</key>
<false/>
<key>createMondoDynamicLibsTarget</key>
<false/>
<key>createMondoExeTarget</key>
<false/>
<key>createMondoStaticLibsTarget</key>
<false/>
<key>createMondoTarget</key>
<false/>
<key>emptyProject</key>
<false/>
<key>ignoreCommonErrors</key>
<false/>
<key>ignoreOptDebugFlags</key>
<false/>
<key>importHeaders</key>
<true/>
<key>inferLibraries</key>
<false/>
<key>makeAbsolutePaths</key>
<false/>
<key>mergeArchives</key>
<false/>
<key>openProject</key>
<false/>
<key>skipDataCollection</key>
<false/>
<key>sortTargetsByBuildOrder</key>
<false/>
<key>useRealTools</key>
<false/>
</dict>
<key>inputFilePath</key>
<string>empty.pbproj</string>
<key>outputFilePath</key>
<string>/Users/callisto/Desktop/uqlx-2008-01-04/MacQL.pbproj</string>
<key>proxyToolsDir</key>
<string>perl</string>
<key>sourceTrees</key>
<array>
<dict>
<key>buildCommand</key>
<string>make</string>
<key>cleanCommand</key>
<string>make clean</string>
<key>path</key>
<string>/Users/callisto/Desktop/uqlx-2008-01-04</string>
<key>shell</key>
<string>sh</string>
</dict>
</array>
<key>temporaryFilesDir</key>
<string>/Users/callisto/Desktop/uqlx-2008-01-04</string>
<key>version</key>
<string>1.0.2</string>
</dict>
</plist>