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