]> git.saurik.com Git - apple/libdispatch.git/blob - examples/DispatchWebServer/DispatchWebServer.xcodeproj/project.pbxproj
libdispatch-84.5.tar.gz
[apple/libdispatch.git] / examples / DispatchWebServer / DispatchWebServer.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 45;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 4CDA1C1F0F795F5B00E0869E /* DispatchWebServer.c in Sources */ = {isa = PBXBuildFile; fileRef = 4CDA1C1E0F795F5B00E0869E /* DispatchWebServer.c */; };
11 4CDA1C400F79786E00E0869E /* libz.1.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CDA1C3F0F79786E00E0869E /* libz.1.dylib */; };
12 /* End PBXBuildFile section */
13
14 /* Begin PBXCopyFilesBuildPhase section */
15 8DD76FAF0486AB0100D96B5E /* CopyFiles */ = {
16 isa = PBXCopyFilesBuildPhase;
17 buildActionMask = 8;
18 dstPath = /usr/share/man/man1/;
19 dstSubfolderSpec = 0;
20 files = (
21 );
22 runOnlyForDeploymentPostprocessing = 1;
23 };
24 /* End PBXCopyFilesBuildPhase section */
25
26 /* Begin PBXFileReference section */
27 4CDA1C1E0F795F5B00E0869E /* DispatchWebServer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = DispatchWebServer.c; sourceTree = "<group>"; };
28 4CDA1C3F0F79786E00E0869E /* libz.1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.1.dylib; path = /usr/lib/libz.1.dylib; sourceTree = "<absolute>"; };
29 8DD76FB20486AB0100D96B5E /* DispatchWebServer */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = DispatchWebServer; sourceTree = BUILT_PRODUCTS_DIR; };
30 /* End PBXFileReference section */
31
32 /* Begin PBXFrameworksBuildPhase section */
33 8DD76FAD0486AB0100D96B5E /* Frameworks */ = {
34 isa = PBXFrameworksBuildPhase;
35 buildActionMask = 2147483647;
36 files = (
37 4CDA1C400F79786E00E0869E /* libz.1.dylib in Frameworks */,
38 );
39 runOnlyForDeploymentPostprocessing = 0;
40 };
41 /* End PBXFrameworksBuildPhase section */
42
43 /* Begin PBXGroup section */
44 08FB7794FE84155DC02AAC07 /* DispatchWebServer */ = {
45 isa = PBXGroup;
46 children = (
47 4CDA1C3F0F79786E00E0869E /* libz.1.dylib */,
48 08FB7795FE84155DC02AAC07 /* Source */,
49 C6A0FF2B0290797F04C91782 /* Documentation */,
50 1AB674ADFE9D54B511CA2CBB /* Products */,
51 );
52 name = DispatchWebServer;
53 sourceTree = "<group>";
54 };
55 08FB7795FE84155DC02AAC07 /* Source */ = {
56 isa = PBXGroup;
57 children = (
58 4CDA1C1E0F795F5B00E0869E /* DispatchWebServer.c */,
59 );
60 name = Source;
61 sourceTree = "<group>";
62 };
63 1AB674ADFE9D54B511CA2CBB /* Products */ = {
64 isa = PBXGroup;
65 children = (
66 8DD76FB20486AB0100D96B5E /* DispatchWebServer */,
67 );
68 name = Products;
69 sourceTree = "<group>";
70 };
71 C6A0FF2B0290797F04C91782 /* Documentation */ = {
72 isa = PBXGroup;
73 children = (
74 );
75 name = Documentation;
76 sourceTree = "<group>";
77 };
78 /* End PBXGroup section */
79
80 /* Begin PBXNativeTarget section */
81 8DD76FA90486AB0100D96B5E /* DispatchWebServer */ = {
82 isa = PBXNativeTarget;
83 buildConfigurationList = 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "DispatchWebServer" */;
84 buildPhases = (
85 8DD76FAB0486AB0100D96B5E /* Sources */,
86 8DD76FAD0486AB0100D96B5E /* Frameworks */,
87 8DD76FAF0486AB0100D96B5E /* CopyFiles */,
88 );
89 buildRules = (
90 );
91 dependencies = (
92 );
93 name = DispatchWebServer;
94 productInstallPath = "$(HOME)/bin";
95 productName = DispatchWebServer;
96 productReference = 8DD76FB20486AB0100D96B5E /* DispatchWebServer */;
97 productType = "com.apple.product-type.tool";
98 };
99 /* End PBXNativeTarget section */
100
101 /* Begin PBXProject section */
102 08FB7793FE84155DC02AAC07 /* Project object */ = {
103 isa = PBXProject;
104 buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "DispatchWebServer" */;
105 compatibilityVersion = "Xcode 3.1";
106 hasScannedForEncodings = 1;
107 mainGroup = 08FB7794FE84155DC02AAC07 /* DispatchWebServer */;
108 projectDirPath = "";
109 projectRoot = "";
110 targets = (
111 8DD76FA90486AB0100D96B5E /* DispatchWebServer */,
112 );
113 };
114 /* End PBXProject section */
115
116 /* Begin PBXSourcesBuildPhase section */
117 8DD76FAB0486AB0100D96B5E /* Sources */ = {
118 isa = PBXSourcesBuildPhase;
119 buildActionMask = 2147483647;
120 files = (
121 4CDA1C1F0F795F5B00E0869E /* DispatchWebServer.c in Sources */,
122 );
123 runOnlyForDeploymentPostprocessing = 0;
124 };
125 /* End PBXSourcesBuildPhase section */
126
127 /* Begin XCBuildConfiguration section */
128 1DEB928608733DD80010E9CD /* Debug */ = {
129 isa = XCBuildConfiguration;
130 buildSettings = {
131 ALWAYS_SEARCH_USER_PATHS = NO;
132 COPY_PHASE_STRIP = NO;
133 GCC_DYNAMIC_NO_PIC = NO;
134 GCC_ENABLE_FIX_AND_CONTINUE = YES;
135 GCC_MODEL_TUNING = G5;
136 GCC_OPTIMIZATION_LEVEL = 0;
137 INSTALL_PATH = /usr/local/bin;
138 PRODUCT_NAME = DispatchWebServer;
139 };
140 name = Debug;
141 };
142 1DEB928708733DD80010E9CD /* Release */ = {
143 isa = XCBuildConfiguration;
144 buildSettings = {
145 ALWAYS_SEARCH_USER_PATHS = NO;
146 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
147 GCC_MODEL_TUNING = G5;
148 INSTALL_PATH = /usr/local/bin;
149 PRODUCT_NAME = DispatchWebServer;
150 };
151 name = Release;
152 };
153 1DEB928A08733DD80010E9CD /* Debug */ = {
154 isa = XCBuildConfiguration;
155 buildSettings = {
156 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
157 GCC_C_LANGUAGE_STANDARD = gnu99;
158 GCC_OPTIMIZATION_LEVEL = 0;
159 GCC_WARN_ABOUT_RETURN_TYPE = YES;
160 GCC_WARN_UNUSED_VARIABLE = YES;
161 ONLY_ACTIVE_ARCH = YES;
162 PREBINDING = NO;
163 SDKROOT = macosx10.6;
164 };
165 name = Debug;
166 };
167 1DEB928B08733DD80010E9CD /* Release */ = {
168 isa = XCBuildConfiguration;
169 buildSettings = {
170 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
171 GCC_C_LANGUAGE_STANDARD = gnu99;
172 GCC_WARN_ABOUT_RETURN_TYPE = YES;
173 GCC_WARN_UNUSED_VARIABLE = YES;
174 PREBINDING = NO;
175 SDKROOT = macosx10.6;
176 };
177 name = Release;
178 };
179 /* End XCBuildConfiguration section */
180
181 /* Begin XCConfigurationList section */
182 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "DispatchWebServer" */ = {
183 isa = XCConfigurationList;
184 buildConfigurations = (
185 1DEB928608733DD80010E9CD /* Debug */,
186 1DEB928708733DD80010E9CD /* Release */,
187 );
188 defaultConfigurationIsVisible = 0;
189 defaultConfigurationName = Release;
190 };
191 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "DispatchWebServer" */ = {
192 isa = XCConfigurationList;
193 buildConfigurations = (
194 1DEB928A08733DD80010E9CD /* Debug */,
195 1DEB928B08733DD80010E9CD /* Release */,
196 );
197 defaultConfigurationIsVisible = 0;
198 defaultConfigurationName = Release;
199 };
200 /* End XCConfigurationList section */
201 };
202 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
203 }