]> git.saurik.com Git - apple/libdispatch.git/blob - examples/DispatchLife/DispatchLife.xcodeproj/project.pbxproj
libdispatch-84.5.tar.gz
[apple/libdispatch.git] / examples / DispatchLife / DispatchLife.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 45;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
11 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
12 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
13 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
14 FC0615200DF53162002BF852 /* DispatchLifeGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = FC06151F0DF53162002BF852 /* DispatchLifeGLView.m */; };
15 FC0615450DF535BD002BF852 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FC0615440DF535BD002BF852 /* OpenGL.framework */; };
16 FC787BF60DF67AAF009415DA /* DispatchLife.c in Sources */ = {isa = PBXBuildFile; fileRef = FC787BF50DF67AAF009415DA /* DispatchLife.c */; };
17 /* End PBXBuildFile section */
18
19 /* Begin PBXFileReference section */
20 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
21 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
22 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
23 29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
24 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
25 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
26 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
27 8D1107320486CEB800E47090 /* DispatchLife.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DispatchLife.app; sourceTree = BUILT_PRODUCTS_DIR; };
28 FC06151E0DF53162002BF852 /* DispatchLifeGLView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DispatchLifeGLView.h; sourceTree = "<group>"; };
29 FC06151F0DF53162002BF852 /* DispatchLifeGLView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DispatchLifeGLView.m; sourceTree = "<group>"; };
30 FC0615440DF535BD002BF852 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; };
31 FC787BF50DF67AAF009415DA /* DispatchLife.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = DispatchLife.c; sourceTree = "<group>"; };
32 /* End PBXFileReference section */
33
34 /* Begin PBXFrameworksBuildPhase section */
35 8D11072E0486CEB800E47090 /* Frameworks */ = {
36 isa = PBXFrameworksBuildPhase;
37 buildActionMask = 2147483647;
38 files = (
39 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
40 FC0615450DF535BD002BF852 /* OpenGL.framework in Frameworks */,
41 );
42 runOnlyForDeploymentPostprocessing = 0;
43 };
44 /* End PBXFrameworksBuildPhase section */
45
46 /* Begin PBXGroup section */
47 080E96DDFE201D6D7F000001 /* Classes */ = {
48 isa = PBXGroup;
49 children = (
50 FC06151E0DF53162002BF852 /* DispatchLifeGLView.h */,
51 FC06151F0DF53162002BF852 /* DispatchLifeGLView.m */,
52 );
53 name = Classes;
54 sourceTree = "<group>";
55 };
56 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
57 isa = PBXGroup;
58 children = (
59 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
60 FC0615440DF535BD002BF852 /* OpenGL.framework */,
61 );
62 name = "Linked Frameworks";
63 sourceTree = "<group>";
64 };
65 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
66 isa = PBXGroup;
67 children = (
68 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
69 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
70 );
71 name = "Other Frameworks";
72 sourceTree = "<group>";
73 };
74 19C28FACFE9D520D11CA2CBB /* Products */ = {
75 isa = PBXGroup;
76 children = (
77 8D1107320486CEB800E47090 /* DispatchLife.app */,
78 );
79 name = Products;
80 sourceTree = "<group>";
81 };
82 29B97314FDCFA39411CA2CEA /* DispatchLife */ = {
83 isa = PBXGroup;
84 children = (
85 080E96DDFE201D6D7F000001 /* Classes */,
86 29B97315FDCFA39411CA2CEA /* Other Sources */,
87 29B97317FDCFA39411CA2CEA /* Resources */,
88 29B97323FDCFA39411CA2CEA /* Frameworks */,
89 19C28FACFE9D520D11CA2CBB /* Products */,
90 );
91 name = DispatchLife;
92 sourceTree = "<group>";
93 };
94 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
95 isa = PBXGroup;
96 children = (
97 FC787BF50DF67AAF009415DA /* DispatchLife.c */,
98 29B97316FDCFA39411CA2CEA /* main.m */,
99 );
100 name = "Other Sources";
101 sourceTree = "<group>";
102 };
103 29B97317FDCFA39411CA2CEA /* Resources */ = {
104 isa = PBXGroup;
105 children = (
106 8D1107310486CEB800E47090 /* Info.plist */,
107 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
108 29B97318FDCFA39411CA2CEA /* MainMenu.nib */,
109 );
110 name = Resources;
111 sourceTree = "<group>";
112 };
113 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
114 isa = PBXGroup;
115 children = (
116 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
117 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
118 );
119 name = Frameworks;
120 sourceTree = "<group>";
121 };
122 /* End PBXGroup section */
123
124 /* Begin PBXNativeTarget section */
125 8D1107260486CEB800E47090 /* DispatchLife */ = {
126 isa = PBXNativeTarget;
127 buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "DispatchLife" */;
128 buildPhases = (
129 8D1107290486CEB800E47090 /* Resources */,
130 8D11072C0486CEB800E47090 /* Sources */,
131 8D11072E0486CEB800E47090 /* Frameworks */,
132 );
133 buildRules = (
134 );
135 dependencies = (
136 );
137 name = DispatchLife;
138 productInstallPath = "$(HOME)/Applications";
139 productName = DispatchLife;
140 productReference = 8D1107320486CEB800E47090 /* DispatchLife.app */;
141 productType = "com.apple.product-type.application";
142 };
143 /* End PBXNativeTarget section */
144
145 /* Begin PBXProject section */
146 29B97313FDCFA39411CA2CEA /* Project object */ = {
147 isa = PBXProject;
148 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "DispatchLife" */;
149 compatibilityVersion = "Xcode 3.1";
150 hasScannedForEncodings = 1;
151 mainGroup = 29B97314FDCFA39411CA2CEA /* DispatchLife */;
152 projectDirPath = "";
153 projectRoot = "";
154 targets = (
155 8D1107260486CEB800E47090 /* DispatchLife */,
156 );
157 };
158 /* End PBXProject section */
159
160 /* Begin PBXResourcesBuildPhase section */
161 8D1107290486CEB800E47090 /* Resources */ = {
162 isa = PBXResourcesBuildPhase;
163 buildActionMask = 2147483647;
164 files = (
165 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */,
166 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
167 );
168 runOnlyForDeploymentPostprocessing = 0;
169 };
170 /* End PBXResourcesBuildPhase section */
171
172 /* Begin PBXSourcesBuildPhase section */
173 8D11072C0486CEB800E47090 /* Sources */ = {
174 isa = PBXSourcesBuildPhase;
175 buildActionMask = 2147483647;
176 files = (
177 8D11072D0486CEB800E47090 /* main.m in Sources */,
178 FC0615200DF53162002BF852 /* DispatchLifeGLView.m in Sources */,
179 FC787BF60DF67AAF009415DA /* DispatchLife.c in Sources */,
180 );
181 runOnlyForDeploymentPostprocessing = 0;
182 };
183 /* End PBXSourcesBuildPhase section */
184
185 /* Begin PBXVariantGroup section */
186 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
187 isa = PBXVariantGroup;
188 children = (
189 089C165DFE840E0CC02AAC07 /* English */,
190 );
191 name = InfoPlist.strings;
192 sourceTree = "<group>";
193 };
194 29B97318FDCFA39411CA2CEA /* MainMenu.nib */ = {
195 isa = PBXVariantGroup;
196 children = (
197 29B97319FDCFA39411CA2CEA /* English */,
198 );
199 name = MainMenu.nib;
200 sourceTree = "<group>";
201 };
202 /* End PBXVariantGroup section */
203
204 /* Begin XCBuildConfiguration section */
205 C01FCF4C08A954540054247B /* Release */ = {
206 isa = XCBuildConfiguration;
207 buildSettings = {
208 INFOPLIST_FILE = Info.plist;
209 PRODUCT_NAME = DispatchLife;
210 };
211 name = Release;
212 };
213 C01FCF5008A954540054247B /* Release */ = {
214 isa = XCBuildConfiguration;
215 buildSettings = {
216 ALWAYS_SEARCH_USER_PATHS = NO;
217 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
218 GCC_C_LANGUAGE_STANDARD = c99;
219 GCC_WARN_ABOUT_RETURN_TYPE = YES;
220 GCC_WARN_UNUSED_VARIABLE = YES;
221 OTHER_CFLAGS = (
222 "-DDISPATCH_LIFE_GL",
223 "-fblocks",
224 );
225 PREBINDING = NO;
226 SDKROOT = "";
227 };
228 name = Release;
229 };
230 /* End XCBuildConfiguration section */
231
232 /* Begin XCConfigurationList section */
233 C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "DispatchLife" */ = {
234 isa = XCConfigurationList;
235 buildConfigurations = (
236 C01FCF4C08A954540054247B /* Release */,
237 );
238 defaultConfigurationIsVisible = 0;
239 defaultConfigurationName = Release;
240 };
241 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "DispatchLife" */ = {
242 isa = XCConfigurationList;
243 buildConfigurations = (
244 C01FCF5008A954540054247B /* Release */,
245 );
246 defaultConfigurationIsVisible = 0;
247 defaultConfigurationName = Release;
248 };
249 /* End XCConfigurationList section */
250 };
251 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
252 }