add SDL2_ttf support
[platform/upstream/SDL.git] / extension / SDL2_ttf-2.0.14 / Xcode / showfont / showfont.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 46;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 BE48FDF007AFA5DC00BB41DA /* SDLMain.h in Headers */ = {isa = PBXBuildFile; fileRef = F5A47A9D01A0482F01D3D55B /* SDLMain.h */; };
11                 BE48FDF207AFA5DC00BB41DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
12                 BE48FDF407AFA5DC00BB41DA /* SDLMain.m in Sources */ = {isa = PBXBuildFile; fileRef = F5A47A9E01A0483001D3D55B /* SDLMain.m */; };
13                 BE48FDF507AFA5DC00BB41DA /* showfont.c in Sources */ = {isa = PBXBuildFile; fileRef = F567D68601CDA5FA01F3E8B9 /* showfont.c */; };
14                 BE48FDF707AFA5DC00BB41DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
15                 BE48FDF807AFA5DC00BB41DA /* SDL_ttf.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE48FDE007AFA5B000BB41DA /* SDL_ttf.framework */; };
16                 BE48FDF907AFA5DC00BB41DA /* SDL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE48FDE107AFA5B000BB41DA /* SDL.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                 BE48FDE007AFA5B000BB41DA /* SDL_ttf.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL_ttf.framework; path = /Library/Frameworks/SDL_ttf.framework; sourceTree = "<absolute>"; };
25                 BE48FDE107AFA5B000BB41DA /* SDL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL.framework; path = /Library/Frameworks/SDL.framework; sourceTree = "<absolute>"; };
26                 BE48FDFA07AFA5DD00BB41DA /* Info-showfont__Upgraded_.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-showfont__Upgraded_.plist"; sourceTree = "<group>"; };
27                 BE48FDFB07AFA5DD00BB41DA /* showfont.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = showfont.app; sourceTree = BUILT_PRODUCTS_DIR; };
28                 F567D68601CDA5FA01F3E8B9 /* showfont.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = showfont.c; path = ../../showfont.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                 BE48FDF607AFA5DC00BB41DA /* Frameworks */ = {
35                         isa = PBXFrameworksBuildPhase;
36                         buildActionMask = 2147483647;
37                         files = (
38                                 BE48FDF707AFA5DC00BB41DA /* Cocoa.framework in Frameworks */,
39                                 BE48FDF807AFA5DC00BB41DA /* SDL_ttf.framework in Frameworks */,
40                                 BE48FDF907AFA5DC00BB41DA /* SDL.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                                 BE48FDE007AFA5B000BB41DA /* SDL_ttf.framework */,
60                                 BE48FDE107AFA5B000BB41DA /* 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                                 BE48FDFB07AFA5DD00BB41DA /* showfont.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                                 BE48FDFA07AFA5DD00BB41DA /* Info-showfont__Upgraded_.plist */,
92                         );
93                         name = "SDL App";
94                         sourceTree = "<group>";
95                 };
96                 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
97                         isa = PBXGroup;
98                         children = (
99                                 F567D68601CDA5FA01F3E8B9 /* showfont.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                 BE48FDEF07AFA5DC00BB41DA /* Headers */ = {
125                         isa = PBXHeadersBuildPhase;
126                         buildActionMask = 2147483647;
127                         files = (
128                                 BE48FDF007AFA5DC00BB41DA /* SDLMain.h in Headers */,
129                         );
130                         runOnlyForDeploymentPostprocessing = 0;
131                 };
132 /* End PBXHeadersBuildPhase section */
133
134 /* Begin PBXNativeTarget section */
135                 BE48FDEE07AFA5DC00BB41DA /* showfont */ = {
136                         isa = PBXNativeTarget;
137                         buildConfigurationList = 00B7E224097E2B2800826121 /* Build configuration list for PBXNativeTarget "showfont" */;
138                         buildPhases = (
139                                 BE48FDEF07AFA5DC00BB41DA /* Headers */,
140                                 BE48FDF107AFA5DC00BB41DA /* Resources */,
141                                 BE48FDF307AFA5DC00BB41DA /* Sources */,
142                                 BE48FDF607AFA5DC00BB41DA /* Frameworks */,
143                         );
144                         buildRules = (
145                         );
146                         dependencies = (
147                         );
148                         name = showfont;
149                         productInstallPath = "$(HOME)/Applications";
150                         productName = "SDL App";
151                         productReference = BE48FDFB07AFA5DD00BB41DA /* showfont.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 = 00B7E228097E2B2800826121 /* Build configuration list for PBXProject "showfont" */;
163                         compatibilityVersion = "Xcode 3.2";
164                         developmentRegion = English;
165                         hasScannedForEncodings = 0;
166                         knownRegions = (
167                                 en,
168                         );
169                         mainGroup = 29B97314FDCFA39411CA2CEA /* SDL App */;
170                         projectDirPath = "";
171                         projectRoot = "";
172                         targets = (
173                                 BE48FDEE07AFA5DC00BB41DA /* showfont */,
174                         );
175                 };
176 /* End PBXProject section */
177
178 /* Begin PBXResourcesBuildPhase section */
179                 BE48FDF107AFA5DC00BB41DA /* Resources */ = {
180                         isa = PBXResourcesBuildPhase;
181                         buildActionMask = 2147483647;
182                         files = (
183                                 BE48FDF207AFA5DC00BB41DA /* InfoPlist.strings in Resources */,
184                         );
185                         runOnlyForDeploymentPostprocessing = 0;
186                 };
187 /* End PBXResourcesBuildPhase section */
188
189 /* Begin PBXSourcesBuildPhase section */
190                 BE48FDF307AFA5DC00BB41DA /* Sources */ = {
191                         isa = PBXSourcesBuildPhase;
192                         buildActionMask = 2147483647;
193                         files = (
194                                 BE48FDF407AFA5DC00BB41DA /* SDLMain.m in Sources */,
195                                 BE48FDF507AFA5DC00BB41DA /* showfont.c in Sources */,
196                         );
197                         runOnlyForDeploymentPostprocessing = 0;
198                 };
199 /* End PBXSourcesBuildPhase section */
200
201 /* Begin PBXVariantGroup section */
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                 00B7E225097E2B2800826121 /* Debug */ = {
214                         isa = XCBuildConfiguration;
215                         buildSettings = {
216                                 FRAMEWORK_SEARCH_PATHS = (
217                                         "$(HOME)/Library/Frameworks",
218                                         /Library/Frameworks,
219                                 );
220                                 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
221                                 HEADER_SEARCH_PATHS = (
222                                         "$(HOME)/Library/Frameworks/SDL.framework/Headers",
223                                         /Library/Frameworks/SDL.framework/Headers,
224                                         "$(HOME)/Library/Frameworks/SDL_ttf.framework/Headers",
225                                         /Library/Frameworks/SDL_ttf.framework/Headers,
226                                 );
227                                 INFOPLIST_FILE = "Info-showfont__Upgraded_.plist";
228                                 INSTALL_PATH = "$(HOME)/Applications";
229                                 LIBRARY_SEARCH_PATHS = "";
230                                 OTHER_LDFLAGS = "";
231                                 PRODUCT_NAME = showfont;
232                                 SECTORDER_FLAGS = "";
233                                 WRAPPER_EXTENSION = app;
234                         };
235                         name = Debug;
236                 };
237                 00B7E226097E2B2800826121 /* Release */ = {
238                         isa = XCBuildConfiguration;
239                         buildSettings = {
240                                 FRAMEWORK_SEARCH_PATHS = (
241                                         "$(HOME)/Library/Frameworks",
242                                         /Library/Frameworks,
243                                 );
244                                 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
245                                 HEADER_SEARCH_PATHS = (
246                                         "$(HOME)/Library/Frameworks/SDL.framework/Headers",
247                                         /Library/Frameworks/SDL.framework/Headers,
248                                         "$(HOME)/Library/Frameworks/SDL_ttf.framework/Headers",
249                                         /Library/Frameworks/SDL_ttf.framework/Headers,
250                                 );
251                                 INFOPLIST_FILE = "Info-showfont__Upgraded_.plist";
252                                 INSTALL_PATH = "$(HOME)/Applications";
253                                 LIBRARY_SEARCH_PATHS = "";
254                                 OTHER_LDFLAGS = "";
255                                 PRODUCT_NAME = showfont;
256                                 SECTORDER_FLAGS = "";
257                                 WRAPPER_EXTENSION = app;
258                         };
259                         name = Release;
260                 };
261                 00B7E229097E2B2800826121 /* Debug */ = {
262                         isa = XCBuildConfiguration;
263                         buildSettings = {
264                                 GCC_OPTIMIZATION_LEVEL = 0;
265                         };
266                         name = Debug;
267                 };
268                 00B7E22A097E2B2800826121 /* Release */ = {
269                         isa = XCBuildConfiguration;
270                         buildSettings = {
271                         };
272                         name = Release;
273                 };
274 /* End XCBuildConfiguration section */
275
276 /* Begin XCConfigurationList section */
277                 00B7E224097E2B2800826121 /* Build configuration list for PBXNativeTarget "showfont" */ = {
278                         isa = XCConfigurationList;
279                         buildConfigurations = (
280                                 00B7E225097E2B2800826121 /* Debug */,
281                                 00B7E226097E2B2800826121 /* Release */,
282                         );
283                         defaultConfigurationIsVisible = 0;
284                         defaultConfigurationName = Debug;
285                 };
286                 00B7E228097E2B2800826121 /* Build configuration list for PBXProject "showfont" */ = {
287                         isa = XCConfigurationList;
288                         buildConfigurations = (
289                                 00B7E229097E2B2800826121 /* Debug */,
290                                 00B7E22A097E2B2800826121 /* Release */,
291                         );
292                         defaultConfigurationIsVisible = 0;
293                         defaultConfigurationName = Debug;
294                 };
295 /* End XCConfigurationList section */
296         };
297         rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
298 }