Mercurial > sdl-ios-xcode
comparison Xcode/TemplatesForXcode/SDL Custom Cocoa Application/SDLCustomCocoaApp.xcodeproj/project.pbxproj @ 2207:d63e9f5944ae
Unpacked project archives to get individual file history in subversion
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 21 Jul 2007 17:09:01 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2206:ca7d2227d630 | 2207:d63e9f5944ae |
---|---|
1 // !$*UTF8*$! | |
2 { | |
3 archiveVersion = 1; | |
4 classes = { | |
5 }; | |
6 objectVersion = 42; | |
7 objects = { | |
8 | |
9 /* Begin PBXBuildFile section */ | |
10 002F39FA09D0881F00EBEB88 /* SDL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002F39F909D0881F00EBEB88 /* SDL.framework */; }; | |
11 002F3A0009D0884600EBEB88 /* SDL.framework in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 002F39F909D0881F00EBEB88 /* SDL.framework */; }; | |
12 002F3A2E09D0888800EBEB88 /* SDLMain.m in Sources */ = {isa = PBXBuildFile; fileRef = 002F3A2C09D0888800EBEB88 /* SDLMain.m */; }; | |
13 0035F33609D097C8005563B5 /* MyController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0035F33009D097C8005563B5 /* MyController.m */; }; | |
14 0035F33809D097C8005563B5 /* MyCustomView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0035F33209D097C8005563B5 /* MyCustomView.m */; }; | |
15 0035F33A09D097C8005563B5 /* MyCustomWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 0035F33409D097C8005563B5 /* MyCustomWindow.m */; }; | |
16 0035F34609D09825005563B5 /* icon.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 0035F34509D09825005563B5 /* icon.bmp */; }; | |
17 0035F3AD09D09A3D005563B5 /* SDLMain.nib in Resources */ = {isa = PBXBuildFile; fileRef = 0035F3AB09D09A3D005563B5 /* SDLMain.nib */; }; | |
18 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; }; | |
19 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; | |
20 /* End PBXBuildFile section */ | |
21 | |
22 /* Begin PBXBuildStyle section */ | |
23 4A9504CCFFE6A4B311CA0CBA /* Debug */ = { | |
24 isa = PBXBuildStyle; | |
25 buildSettings = { | |
26 }; | |
27 name = Debug; | |
28 }; | |
29 4A9504CDFFE6A4B311CA0CBA /* Release */ = { | |
30 isa = PBXBuildStyle; | |
31 buildSettings = { | |
32 }; | |
33 name = Release; | |
34 }; | |
35 /* End PBXBuildStyle section */ | |
36 | |
37 /* Begin PBXCopyFilesBuildPhase section */ | |
38 002F39FD09D0883400EBEB88 /* Copy Frameworks into .app bundle */ = { | |
39 isa = PBXCopyFilesBuildPhase; | |
40 buildActionMask = 2147483647; | |
41 dstPath = ""; | |
42 dstSubfolderSpec = 10; | |
43 files = ( | |
44 002F3A0009D0884600EBEB88 /* SDL.framework in Copy Frameworks into .app bundle */, | |
45 ); | |
46 name = "Copy Frameworks into .app bundle"; | |
47 runOnlyForDeploymentPostprocessing = 0; | |
48 }; | |
49 /* End PBXCopyFilesBuildPhase section */ | |
50 | |
51 /* Begin PBXFileReference section */ | |
52 002F39F909D0881F00EBEB88 /* SDL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL.framework; path = /Library/Frameworks/SDL.framework; sourceTree = "<absolute>"; }; | |
53 002F3A2B09D0888800EBEB88 /* SDLMain.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SDLMain.h; sourceTree = SOURCE_ROOT; }; | |
54 002F3A2C09D0888800EBEB88 /* SDLMain.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = SDLMain.m; sourceTree = SOURCE_ROOT; }; | |
55 0035F32F09D097C8005563B5 /* MyController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MyController.h; sourceTree = SOURCE_ROOT; }; | |
56 0035F33009D097C8005563B5 /* MyController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = MyController.m; sourceTree = SOURCE_ROOT; }; | |
57 0035F33109D097C8005563B5 /* MyCustomView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MyCustomView.h; sourceTree = SOURCE_ROOT; }; | |
58 0035F33209D097C8005563B5 /* MyCustomView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = MyCustomView.m; sourceTree = SOURCE_ROOT; }; | |
59 0035F33309D097C8005563B5 /* MyCustomWindow.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MyCustomWindow.h; sourceTree = SOURCE_ROOT; }; | |
60 0035F33409D097C8005563B5 /* MyCustomWindow.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = MyCustomWindow.m; sourceTree = SOURCE_ROOT; }; | |
61 0035F34509D09825005563B5 /* icon.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = icon.bmp; sourceTree = SOURCE_ROOT; }; | |
62 0035F3AC09D09A3D005563B5 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/SDLMain.nib; sourceTree = "<group>"; }; | |
63 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; | |
64 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; | |
65 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; }; | |
66 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; | |
67 32CA4F630368D1EE00C91783 /* «PROJECTNAME»_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file; path = "«PROJECTNAME»_Prefix.pch"; sourceTree = "<group>"; }; | |
68 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; | |
69 8D1107320486CEB800E47090 /* «PROJECTNAME».app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "«PROJECTNAME».app"; sourceTree = BUILT_PRODUCTS_DIR; }; | |
70 /* End PBXFileReference section */ | |
71 | |
72 /* Begin PBXFrameworksBuildPhase section */ | |
73 8D11072E0486CEB800E47090 /* Frameworks */ = { | |
74 isa = PBXFrameworksBuildPhase; | |
75 buildActionMask = 2147483647; | |
76 files = ( | |
77 002F39FA09D0881F00EBEB88 /* SDL.framework in Frameworks */, | |
78 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */, | |
79 ); | |
80 runOnlyForDeploymentPostprocessing = 0; | |
81 }; | |
82 /* End PBXFrameworksBuildPhase section */ | |
83 | |
84 /* Begin PBXGroup section */ | |
85 080E96DDFE201D6D7F000001 /* Classes */ = { | |
86 isa = PBXGroup; | |
87 children = ( | |
88 0035F32F09D097C8005563B5 /* MyController.h */, | |
89 0035F33009D097C8005563B5 /* MyController.m */, | |
90 0035F33109D097C8005563B5 /* MyCustomView.h */, | |
91 0035F33209D097C8005563B5 /* MyCustomView.m */, | |
92 0035F33309D097C8005563B5 /* MyCustomWindow.h */, | |
93 0035F33409D097C8005563B5 /* MyCustomWindow.m */, | |
94 002F3A2B09D0888800EBEB88 /* SDLMain.h */, | |
95 002F3A2C09D0888800EBEB88 /* SDLMain.m */, | |
96 ); | |
97 name = Classes; | |
98 sourceTree = "<group>"; | |
99 }; | |
100 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = { | |
101 isa = PBXGroup; | |
102 children = ( | |
103 002F39F909D0881F00EBEB88 /* SDL.framework */, | |
104 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */, | |
105 ); | |
106 name = "Linked Frameworks"; | |
107 sourceTree = "<group>"; | |
108 }; | |
109 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = { | |
110 isa = PBXGroup; | |
111 children = ( | |
112 29B97324FDCFA39411CA2CEA /* AppKit.framework */, | |
113 29B97325FDCFA39411CA2CEA /* Foundation.framework */, | |
114 ); | |
115 name = "Other Frameworks"; | |
116 sourceTree = "<group>"; | |
117 }; | |
118 19C28FACFE9D520D11CA2CBB /* Products */ = { | |
119 isa = PBXGroup; | |
120 children = ( | |
121 8D1107320486CEB800E47090 /* «PROJECTNAME».app */, | |
122 ); | |
123 name = Products; | |
124 sourceTree = "<group>"; | |
125 }; | |
126 29B97314FDCFA39411CA2CEA /* «PROJECTNAMEASXML» */ = { | |
127 isa = PBXGroup; | |
128 children = ( | |
129 080E96DDFE201D6D7F000001 /* Classes */, | |
130 29B97315FDCFA39411CA2CEA /* Other Sources */, | |
131 29B97317FDCFA39411CA2CEA /* Resources */, | |
132 29B97323FDCFA39411CA2CEA /* Frameworks */, | |
133 19C28FACFE9D520D11CA2CBB /* Products */, | |
134 ); | |
135 name = "«PROJECTNAMEASXML»"; | |
136 sourceTree = "<group>"; | |
137 }; | |
138 29B97315FDCFA39411CA2CEA /* Other Sources */ = { | |
139 isa = PBXGroup; | |
140 children = ( | |
141 32CA4F630368D1EE00C91783 /* «PROJECTNAME»_Prefix.pch */, | |
142 ); | |
143 name = "Other Sources"; | |
144 sourceTree = "<group>"; | |
145 }; | |
146 29B97317FDCFA39411CA2CEA /* Resources */ = { | |
147 isa = PBXGroup; | |
148 children = ( | |
149 0035F34509D09825005563B5 /* icon.bmp */, | |
150 8D1107310486CEB800E47090 /* Info.plist */, | |
151 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */, | |
152 0035F3AB09D09A3D005563B5 /* SDLMain.nib */, | |
153 ); | |
154 name = Resources; | |
155 sourceTree = "<group>"; | |
156 }; | |
157 29B97323FDCFA39411CA2CEA /* Frameworks */ = { | |
158 isa = PBXGroup; | |
159 children = ( | |
160 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */, | |
161 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */, | |
162 ); | |
163 name = Frameworks; | |
164 sourceTree = "<group>"; | |
165 }; | |
166 /* End PBXGroup section */ | |
167 | |
168 /* Begin PBXNativeTarget section */ | |
169 8D1107260486CEB800E47090 /* «PROJECTNAME» */ = { | |
170 isa = PBXNativeTarget; | |
171 buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "«PROJECTNAME»" */; | |
172 buildPhases = ( | |
173 8D1107290486CEB800E47090 /* Resources */, | |
174 8D11072C0486CEB800E47090 /* Sources */, | |
175 8D11072E0486CEB800E47090 /* Frameworks */, | |
176 002F39FD09D0883400EBEB88 /* Copy Frameworks into .app bundle */, | |
177 ); | |
178 buildRules = ( | |
179 ); | |
180 buildSettings = { | |
181 }; | |
182 dependencies = ( | |
183 ); | |
184 name = "«PROJECTNAME»"; | |
185 productInstallPath = "$(HOME)/Applications"; | |
186 productName = "«PROJECTNAME»"; | |
187 productReference = 8D1107320486CEB800E47090 /* «PROJECTNAME».app */; | |
188 productType = "com.apple.product-type.application"; | |
189 }; | |
190 /* End PBXNativeTarget section */ | |
191 | |
192 /* Begin PBXProject section */ | |
193 29B97313FDCFA39411CA2CEA /* Project object */ = { | |
194 isa = PBXProject; | |
195 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "SDLCustomCocoaApp" */; | |
196 buildSettings = { | |
197 }; | |
198 buildStyles = ( | |
199 4A9504CCFFE6A4B311CA0CBA /* Debug */, | |
200 4A9504CDFFE6A4B311CA0CBA /* Release */, | |
201 ); | |
202 hasScannedForEncodings = 1; | |
203 mainGroup = 29B97314FDCFA39411CA2CEA /* «PROJECTNAMEASXML» */; | |
204 projectDirPath = ""; | |
205 targets = ( | |
206 8D1107260486CEB800E47090 /* «PROJECTNAME» */, | |
207 ); | |
208 }; | |
209 /* End PBXProject section */ | |
210 | |
211 /* Begin PBXResourcesBuildPhase section */ | |
212 8D1107290486CEB800E47090 /* Resources */ = { | |
213 isa = PBXResourcesBuildPhase; | |
214 buildActionMask = 2147483647; | |
215 files = ( | |
216 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */, | |
217 0035F34609D09825005563B5 /* icon.bmp in Resources */, | |
218 0035F3AD09D09A3D005563B5 /* SDLMain.nib in Resources */, | |
219 ); | |
220 runOnlyForDeploymentPostprocessing = 0; | |
221 }; | |
222 /* End PBXResourcesBuildPhase section */ | |
223 | |
224 /* Begin PBXSourcesBuildPhase section */ | |
225 8D11072C0486CEB800E47090 /* Sources */ = { | |
226 isa = PBXSourcesBuildPhase; | |
227 buildActionMask = 2147483647; | |
228 files = ( | |
229 002F3A2E09D0888800EBEB88 /* SDLMain.m in Sources */, | |
230 0035F33609D097C8005563B5 /* MyController.m in Sources */, | |
231 0035F33809D097C8005563B5 /* MyCustomView.m in Sources */, | |
232 0035F33A09D097C8005563B5 /* MyCustomWindow.m in Sources */, | |
233 ); | |
234 runOnlyForDeploymentPostprocessing = 0; | |
235 }; | |
236 /* End PBXSourcesBuildPhase section */ | |
237 | |
238 /* Begin PBXVariantGroup section */ | |
239 0035F3AB09D09A3D005563B5 /* SDLMain.nib */ = { | |
240 isa = PBXVariantGroup; | |
241 children = ( | |
242 0035F3AC09D09A3D005563B5 /* English */, | |
243 ); | |
244 name = SDLMain.nib; | |
245 sourceTree = "<group>"; | |
246 }; | |
247 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = { | |
248 isa = PBXVariantGroup; | |
249 children = ( | |
250 089C165DFE840E0CC02AAC07 /* English */, | |
251 ); | |
252 name = InfoPlist.strings; | |
253 sourceTree = "<group>"; | |
254 }; | |
255 /* End PBXVariantGroup section */ | |
256 | |
257 /* Begin XCBuildConfiguration section */ | |
258 C01FCF4B08A954540054247B /* Debug */ = { | |
259 isa = XCBuildConfiguration; | |
260 buildSettings = { | |
261 COPY_PHASE_STRIP = NO; | |
262 GCC_DYNAMIC_NO_PIC = NO; | |
263 GCC_ENABLE_FIX_AND_CONTINUE = YES; | |
264 GCC_MODEL_TUNING = G5; | |
265 GCC_OPTIMIZATION_LEVEL = 0; | |
266 INFOPLIST_FILE = Info.plist; | |
267 INSTALL_PATH = "$(HOME)/Applications"; | |
268 PRODUCT_NAME = "«PROJECTNAME»"; | |
269 WRAPPER_EXTENSION = app; | |
270 ZERO_LINK = YES; | |
271 }; | |
272 name = Debug; | |
273 }; | |
274 C01FCF4C08A954540054247B /* Release */ = { | |
275 isa = XCBuildConfiguration; | |
276 buildSettings = { | |
277 ARCHS = ( | |
278 ppc, | |
279 i386, | |
280 ); | |
281 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; | |
282 GCC_MODEL_TUNING = G5; | |
283 INFOPLIST_FILE = Info.plist; | |
284 INSTALL_PATH = "$(HOME)/Applications"; | |
285 PRODUCT_NAME = "«PROJECTNAME»"; | |
286 WRAPPER_EXTENSION = app; | |
287 }; | |
288 name = Release; | |
289 }; | |
290 C01FCF4F08A954540054247B /* Debug */ = { | |
291 isa = XCBuildConfiguration; | |
292 buildSettings = { | |
293 FRAMEWORK_SEARCH_PATHS = ( | |
294 "$(HOME)/Library/Frameworks", | |
295 /Library/Frameworks, | |
296 "$(FRAMEWORK_SEARCH_PATHS)", | |
297 ); | |
298 GCC_WARN_ABOUT_RETURN_TYPE = YES; | |
299 GCC_WARN_UNUSED_VARIABLE = YES; | |
300 HEADER_SEARCH_PATHS = ( | |
301 "$(HOME)/Library/Frameworks/SDL.framework/Headers", | |
302 /Library/Frameworks/SDL.framework/Headers, | |
303 "$(HEADER_SEARCH_PATHS)", | |
304 ); | |
305 PREBINDING = NO; | |
306 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; | |
307 }; | |
308 name = Debug; | |
309 }; | |
310 C01FCF5008A954540054247B /* Release */ = { | |
311 isa = XCBuildConfiguration; | |
312 buildSettings = { | |
313 FRAMEWORK_SEARCH_PATHS = ( | |
314 "$(HOME)/Library/Frameworks", | |
315 /Library/Frameworks, | |
316 "$(FRAMEWORK_SEARCH_PATHS)", | |
317 ); | |
318 GCC_WARN_ABOUT_RETURN_TYPE = YES; | |
319 GCC_WARN_UNUSED_VARIABLE = YES; | |
320 HEADER_SEARCH_PATHS = ( | |
321 "$(HOME)/Library/Frameworks/SDL.framework/Headers", | |
322 /Library/Frameworks/SDL.framework/Headers, | |
323 "$(HEADER_SEARCH_PATHS)", | |
324 ); | |
325 PREBINDING = NO; | |
326 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; | |
327 }; | |
328 name = Release; | |
329 }; | |
330 /* End XCBuildConfiguration section */ | |
331 | |
332 /* Begin XCConfigurationList section */ | |
333 C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "«PROJECTNAME»" */ = { | |
334 isa = XCConfigurationList; | |
335 buildConfigurations = ( | |
336 C01FCF4B08A954540054247B /* Debug */, | |
337 C01FCF4C08A954540054247B /* Release */, | |
338 ); | |
339 defaultConfigurationIsVisible = 0; | |
340 defaultConfigurationName = Release; | |
341 }; | |
342 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "SDLCustomCocoaApp" */ = { | |
343 isa = XCConfigurationList; | |
344 buildConfigurations = ( | |
345 C01FCF4F08A954540054247B /* Debug */, | |
346 C01FCF5008A954540054247B /* Release */, | |
347 ); | |
348 defaultConfigurationIsVisible = 0; | |
349 defaultConfigurationName = Release; | |
350 }; | |
351 /* End XCConfigurationList section */ | |
352 }; | |
353 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */; | |
354 } |