New comit of SDL2
[supertux.git] / src / SDL2 / Xcode / showimage / showimage.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 46;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 BE1FA82C07AF9002004B6283 /* SDLMain.h in Headers */ = {isa = PBXBuildFile; fileRef = F5A47A9D01A0482F01D3D55B /* SDLMain.h */; };
11                 BE1FA82E07AF9002004B6283 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
12                 BE1FA83007AF9002004B6283 /* SDLMain.m in Sources */ = {isa = PBXBuildFile; fileRef = F5A47A9E01A0483001D3D55B /* SDLMain.m */; };
13                 BE1FA83107AF9002004B6283 /* showimage.c in Sources */ = {isa = PBXBuildFile; fileRef = F5A068FF01CD8555012F876B /* showimage.c */; };
14                 BE1FA83307AF9002004B6283 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
15                 BE1FA83407AF9002004B6283 /* SDL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE1FA82007AF8F33004B6283 /* SDL.framework */; };
16                 BE1FA83507AF9002004B6283 /* SDL_image.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE1FA82207AF8F44004B6283 /* SDL_image.framework */; };
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                 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
23                 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
24                 BE1FA82007AF8F33004B6283 /* SDL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL.framework; path = /Library/Frameworks/SDL.framework; sourceTree = "<absolute>"; };
25                 BE1FA82207AF8F44004B6283 /* SDL_image.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL_image.framework; path = /Library/Frameworks/SDL_image.framework; sourceTree = "<absolute>"; };
26                 BE1FA83607AF9002004B6283 /* Info-showimage__Upgraded_.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-showimage__Upgraded_.plist"; sourceTree = "<group>"; };
27                 BE1FA83707AF9002004B6283 /* showimage.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = showimage.app; sourceTree = BUILT_PRODUCTS_DIR; };
28                 F5A068FF01CD8555012F876B /* showimage.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = showimage.c; path = ../../showimage.c; sourceTree = SOURCE_ROOT; };
29                 F5A47A9D01A0482F01D3D55B /* SDLMain.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDLMain.h; sourceTree = SOURCE_ROOT; };
30                 F5A47A9E01A0483001D3D55B /* SDLMain.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDLMain.m; sourceTree = SOURCE_ROOT; };
31 /* End PBXFileReference section */
32
33 /* Begin PBXFrameworksBuildPhase section */
34                 BE1FA83207AF9002004B6283 /* Frameworks */ = {
35                         isa = PBXFrameworksBuildPhase;
36                         buildActionMask = 2147483647;
37                         files = (
38                                 BE1FA83307AF9002004B6283 /* Cocoa.framework in Frameworks */,
39                                 BE1FA83407AF9002004B6283 /* SDL.framework in Frameworks */,
40                                 BE1FA83507AF9002004B6283 /* SDL_image.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                                 F5A47A9D01A0482F01D3D55B /* SDLMain.h */,
51                                 F5A47A9E01A0483001D3D55B /* SDLMain.m */,
52                         );
53                         name = Classes;
54                         sourceTree = "<group>";
55                 };
56                 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
57                         isa = PBXGroup;
58                         children = (
59                                 BE1FA82207AF8F44004B6283 /* SDL_image.framework */,
60                                 BE1FA82007AF8F33004B6283 /* SDL.framework */,
61                                 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
62                         );
63                         name = "Linked Frameworks";
64                         sourceTree = "<group>";
65                 };
66                 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
67                         isa = PBXGroup;
68                         children = (
69                                 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
70                                 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
71                         );
72                         name = "Other Frameworks";
73                         sourceTree = "<group>";
74                 };
75                 19C28FACFE9D520D11CA2CBB /* Products */ = {
76                         isa = PBXGroup;
77                         children = (
78                                 BE1FA83707AF9002004B6283 /* showimage.app */,
79                         );
80                         name = Products;
81                         sourceTree = "<group>";
82                 };
83                 29B97314FDCFA39411CA2CEA /* SDL App */ = {
84                         isa = PBXGroup;
85                         children = (
86                                 080E96DDFE201D6D7F000001 /* Classes */,
87                                 29B97315FDCFA39411CA2CEA /* Other Sources */,
88                                 29B97317FDCFA39411CA2CEA /* Resources */,
89                                 29B97323FDCFA39411CA2CEA /* Frameworks */,
90                                 19C28FACFE9D520D11CA2CBB /* Products */,
91                                 BE1FA83607AF9002004B6283 /* Info-showimage__Upgraded_.plist */,
92                         );
93                         name = "SDL App";
94                         sourceTree = "<group>";
95                 };
96                 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
97                         isa = PBXGroup;
98                         children = (
99                                 F5A068FF01CD8555012F876B /* showimage.c */,
100                         );
101                         name = "Other Sources";
102                         sourceTree = "<group>";
103                 };
104                 29B97317FDCFA39411CA2CEA /* Resources */ = {
105                         isa = PBXGroup;
106                         children = (
107                                 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
108                         );
109                         name = Resources;
110                         sourceTree = "<group>";
111                 };
112                 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
113                         isa = PBXGroup;
114                         children = (
115                                 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
116                                 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
117                         );
118                         name = Frameworks;
119                         sourceTree = "<group>";
120                 };
121 /* End PBXGroup section */
122
123 /* Begin PBXHeadersBuildPhase section */
124                 BE1FA82B07AF9002004B6283 /* Headers */ = {
125                         isa = PBXHeadersBuildPhase;
126                         buildActionMask = 2147483647;
127                         files = (
128                                 BE1FA82C07AF9002004B6283 /* SDLMain.h in Headers */,
129                         );
130                         runOnlyForDeploymentPostprocessing = 0;
131                 };
132 /* End PBXHeadersBuildPhase section */
133
134 /* Begin PBXNativeTarget section */
135                 BE1FA82A07AF9002004B6283 /* showimage */ = {
136                         isa = PBXNativeTarget;
137                         buildConfigurationList = 00B7E55F097EF9A500826121 /* Build configuration list for PBXNativeTarget "showimage" */;
138                         buildPhases = (
139                                 BE1FA82B07AF9002004B6283 /* Headers */,
140                                 BE1FA82D07AF9002004B6283 /* Resources */,
141                                 BE1FA82F07AF9002004B6283 /* Sources */,
142                                 BE1FA83207AF9002004B6283 /* Frameworks */,
143                         );
144                         buildRules = (
145                         );
146                         dependencies = (
147                         );
148                         name = showimage;
149                         productInstallPath = "$(HOME)/Applications";
150                         productName = "SDL App";
151                         productReference = BE1FA83707AF9002004B6283 /* showimage.app */;
152                         productType = "com.apple.product-type.application";
153                 };
154 /* End PBXNativeTarget section */
155
156 /* Begin PBXProject section */
157                 29B97313FDCFA39411CA2CEA /* Project object */ = {
158                         isa = PBXProject;
159                         attributes = {
160                                 LastUpgradeCheck = 0420;
161                         };
162                         buildConfigurationList = 00B7E563097EF9A500826121 /* Build configuration list for PBXProject "showimage" */;
163                         compatibilityVersion = "Xcode 3.2";
164                         developmentRegion = English;
165                         hasScannedForEncodings = 0;
166                         knownRegions = (
167                                 English,
168                                 Japanese,
169                                 French,
170                                 German,
171                         );
172                         mainGroup = 29B97314FDCFA39411CA2CEA /* SDL App */;
173                         projectDirPath = "";
174                         projectRoot = "";
175                         targets = (
176                                 BE1FA82A07AF9002004B6283 /* showimage */,
177                         );
178                 };
179 /* End PBXProject section */
180
181 /* Begin PBXResourcesBuildPhase section */
182                 BE1FA82D07AF9002004B6283 /* Resources */ = {
183                         isa = PBXResourcesBuildPhase;
184                         buildActionMask = 2147483647;
185                         files = (
186                                 BE1FA82E07AF9002004B6283 /* InfoPlist.strings in Resources */,
187                         );
188                         runOnlyForDeploymentPostprocessing = 0;
189                 };
190 /* End PBXResourcesBuildPhase section */
191
192 /* Begin PBXSourcesBuildPhase section */
193                 BE1FA82F07AF9002004B6283 /* Sources */ = {
194                         isa = PBXSourcesBuildPhase;
195                         buildActionMask = 2147483647;
196                         files = (
197                                 BE1FA83007AF9002004B6283 /* SDLMain.m in Sources */,
198                                 BE1FA83107AF9002004B6283 /* showimage.c in Sources */,
199                         );
200                         runOnlyForDeploymentPostprocessing = 0;
201                 };
202 /* End PBXSourcesBuildPhase section */
203
204 /* Begin PBXVariantGroup section */
205                 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
206                         isa = PBXVariantGroup;
207                         children = (
208                                 089C165DFE840E0CC02AAC07 /* English */,
209                         );
210                         name = InfoPlist.strings;
211                         sourceTree = "<group>";
212                 };
213 /* End PBXVariantGroup section */
214
215 /* Begin XCBuildConfiguration section */
216                 00B7E560097EF9A500826121 /* Development */ = {
217                         isa = XCBuildConfiguration;
218                         buildSettings = {
219                                 COPY_PHASE_STRIP = NO;
220                                 FRAMEWORK_SEARCH_PATHS = (
221                                         "$(HOME)/Library/Frameworks",
222                                         /Library/Frameworks,
223                                 );
224                                 GCC_DYNAMIC_NO_PIC = NO;
225                                 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
226                                 GCC_OPTIMIZATION_LEVEL = 0;
227                                 HEADER_SEARCH_PATHS = (
228                                         "$(HOME)/Library/Frameworks/SDL.framework/Headers",
229                                         /Library/Frameworks/SDL.framework/Headers,
230                                 );
231                                 INFOPLIST_FILE = "Info-showimage__Upgraded_.plist";
232                                 INSTALL_PATH = "$(HOME)/Applications";
233                                 LIBRARY_SEARCH_PATHS = "";
234                                 PRODUCT_NAME = showimage;
235                                 SECTORDER_FLAGS = "";
236                                 WARNING_CFLAGS = (
237                                         "-Wmost",
238                                         "-Wno-four-char-constants",
239                                         "-Wno-unknown-pragmas",
240                                 );
241                                 WRAPPER_EXTENSION = app;
242                         };
243                         name = Development;
244                 };
245                 00B7E561097EF9A500826121 /* Deployment */ = {
246                         isa = XCBuildConfiguration;
247                         buildSettings = {
248                                 COPY_PHASE_STRIP = YES;
249                                 FRAMEWORK_SEARCH_PATHS = (
250                                         "$(HOME)/Library/Frameworks",
251                                         /Library/Frameworks,
252                                 );
253                                 HEADER_SEARCH_PATHS = (
254                                         "$(HOME)/Library/Frameworks/SDL.framework/Headers",
255                                         /Library/Frameworks/SDL.framework/Headers,
256                                 );
257                                 INFOPLIST_FILE = "Info-showimage__Upgraded_.plist";
258                                 INSTALL_PATH = "$(HOME)/Applications";
259                                 LIBRARY_SEARCH_PATHS = "";
260                                 PRODUCT_NAME = showimage;
261                                 SECTORDER_FLAGS = "";
262                                 WARNING_CFLAGS = (
263                                         "-Wmost",
264                                         "-Wno-four-char-constants",
265                                         "-Wno-unknown-pragmas",
266                                 );
267                                 WRAPPER_EXTENSION = app;
268                         };
269                         name = Deployment;
270                 };
271                 00B7E562097EF9A500826121 /* Default */ = {
272                         isa = XCBuildConfiguration;
273                         buildSettings = {
274                                 FRAMEWORK_SEARCH_PATHS = (
275                                         "$(HOME)/Library/Frameworks",
276                                         /Library/Frameworks,
277                                 );
278                                 HEADER_SEARCH_PATHS = (
279                                         "$(HOME)/Library/Frameworks/SDL.framework/Headers",
280                                         /Library/Frameworks/SDL.framework/Headers,
281                                 );
282                                 INFOPLIST_FILE = "Info-showimage__Upgraded_.plist";
283                                 INSTALL_PATH = "$(HOME)/Applications";
284                                 LIBRARY_SEARCH_PATHS = "";
285                                 PRODUCT_NAME = showimage;
286                                 SECTORDER_FLAGS = "";
287                                 WARNING_CFLAGS = (
288                                         "-Wmost",
289                                         "-Wno-four-char-constants",
290                                         "-Wno-unknown-pragmas",
291                                 );
292                                 WRAPPER_EXTENSION = app;
293                         };
294                         name = Default;
295                 };
296                 00B7E564097EF9A500826121 /* Development */ = {
297                         isa = XCBuildConfiguration;
298                         buildSettings = {
299                         };
300                         name = Development;
301                 };
302                 00B7E565097EF9A500826121 /* Deployment */ = {
303                         isa = XCBuildConfiguration;
304                         buildSettings = {
305                         };
306                         name = Deployment;
307                 };
308                 00B7E566097EF9A500826121 /* Default */ = {
309                         isa = XCBuildConfiguration;
310                         buildSettings = {
311                         };
312                         name = Default;
313                 };
314 /* End XCBuildConfiguration section */
315
316 /* Begin XCConfigurationList section */
317                 00B7E55F097EF9A500826121 /* Build configuration list for PBXNativeTarget "showimage" */ = {
318                         isa = XCConfigurationList;
319                         buildConfigurations = (
320                                 00B7E560097EF9A500826121 /* Development */,
321                                 00B7E561097EF9A500826121 /* Deployment */,
322                                 00B7E562097EF9A500826121 /* Default */,
323                         );
324                         defaultConfigurationIsVisible = 0;
325                         defaultConfigurationName = Default;
326                 };
327                 00B7E563097EF9A500826121 /* Build configuration list for PBXProject "showimage" */ = {
328                         isa = XCConfigurationList;
329                         buildConfigurations = (
330                                 00B7E564097EF9A500826121 /* Development */,
331                                 00B7E565097EF9A500826121 /* Deployment */,
332                                 00B7E566097EF9A500826121 /* Default */,
333                         );
334                         defaultConfigurationIsVisible = 0;
335                         defaultConfigurationName = Default;
336                 };
337 /* End XCConfigurationList section */
338         };
339         rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
340 }