Skip to content

Latest commit

 

History

History
319 lines (308 loc) · 11.2 KB

project.pbxproj

File metadata and controls

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