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