comparison Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/___PROJECTNAME___.xcodeproj/project.pbxproj @ 3331:d44a0a913aa2

Eric Wing to Sam Lots of fixes. Fixed missing power management building. Added template icons to the project templates. DocSet stuff Documentation fixes.. Fixed all the SDLtests. (Lots of tedious work.) It now depends on the static library target for convenience so I am not going to remove it from the SDL xcode project.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 01 Oct 2009 15:30:26 +0000
parents
children 62d208fd5f49
comparison
equal deleted inserted replaced
3330:e15bcb04c9b4 3331:d44a0a913aa2
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
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 "___PROJECTNAME___" */;
159 compatibilityVersion = "Xcode 3.2";
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 };
226 name = Debug;
227 };
228 C01FCF4C08A954540054247B /* Release */ = {
229 isa = XCBuildConfiguration;
230 buildSettings = {
231 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
232 GCC_MODEL_TUNING = G5;
233 INFOPLIST_FILE = Info.plist;
234 INSTALL_PATH = "$(HOME)/Applications";
235 PRODUCT_NAME = "___PROJECTNAME___";
236 WRAPPER_EXTENSION = app;
237 };
238 name = Release;
239 };
240 C01FCF4F08A954540054247B /* Debug */ = {
241 isa = XCBuildConfiguration;
242 buildSettings = {
243 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
244 FRAMEWORK_SEARCH_PATHS = (
245 "$(HOME)/Library/Frameworks",
246 /Library/Frameworks,
247 "$(FRAMEWORK_SEARCH_PATHS)",
248 );
249 GCC_VERSION = 4.0;
250 "GCC_VERSION[arch=x86_64]" = 4.2;
251 GCC_WARN_ABOUT_RETURN_TYPE = YES;
252 GCC_WARN_UNUSED_VARIABLE = YES;
253 HEADER_SEARCH_PATHS = (
254 "$(HOME)/Library/Frameworks/SDL.framework/Headers",
255 /Library/Frameworks/SDL.framework/Headers,
256 "$(HEADER_SEARCH_PATHS)",
257 );
258 PREBINDING = NO;
259 SDKROOT = macosx10.4;
260 "SDKROOT[arch=x86_64]" = macosx10.6;
261 };
262 name = Debug;
263 };
264 C01FCF5008A954540054247B /* Release */ = {
265 isa = XCBuildConfiguration;
266 buildSettings = {
267 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
268 FRAMEWORK_SEARCH_PATHS = (
269 "$(HOME)/Library/Frameworks",
270 /Library/Frameworks,
271 "$(FRAMEWORK_SEARCH_PATHS)",
272 );
273 GCC_VERSION = 4.0;
274 "GCC_VERSION[arch=x86_64]" = 4.2;
275 GCC_WARN_ABOUT_RETURN_TYPE = YES;
276 GCC_WARN_UNUSED_VARIABLE = YES;
277 HEADER_SEARCH_PATHS = (
278 "$(HOME)/Library/Frameworks/SDL.framework/Headers",
279 /Library/Frameworks/SDL.framework/Headers,
280 "$(HEADER_SEARCH_PATHS)",
281 );
282 PREBINDING = NO;
283 SDKROOT = macosx10.4;
284 "SDKROOT[arch=x86_64]" = macosx10.6;
285 };
286 name = Release;
287 };
288 /* End XCBuildConfiguration section */
289
290 /* Begin XCConfigurationList section */
291 C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "___PROJECTNAME___" */ = {
292 isa = XCConfigurationList;
293 buildConfigurations = (
294 C01FCF4B08A954540054247B /* Debug */,
295 C01FCF4C08A954540054247B /* Release */,
296 );
297 defaultConfigurationIsVisible = 0;
298 defaultConfigurationName = Release;
299 };
300 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "___PROJECTNAME___" */ = {
301 isa = XCConfigurationList;
302 buildConfigurations = (
303 C01FCF4F08A954540054247B /* Debug */,
304 C01FCF5008A954540054247B /* Release */,
305 );
306 defaultConfigurationIsVisible = 0;
307 defaultConfigurationName = Release;
308 };
309 /* End XCConfigurationList section */
310 };
311 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
312 }