Skip to content

Latest commit

 

History

History
327 lines (316 loc) · 11.4 KB

project.pbxproj

File metadata and controls

327 lines (316 loc) · 11.4 KB
 
Dec 31, 2011
Dec 31, 2011
1
2
3
4
5
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
Jan 2, 2012
Jan 2, 2012
6
objectVersion = 46;
Dec 31, 2011
Dec 31, 2011
7
8
9
10
11
12
objects = {
/* Begin PBXBuildFile section */
BE1FA9E007AF9BE7004B6283 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
BE1FA9E307AF9BE7004B6283 /* playwave.c in Sources */ = {isa = PBXBuildFile; fileRef = F567D66E01CD930A01F3E8B9 /* playwave.c */; };
BE1FA9E507AF9BE7004B6283 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
Oct 6, 2019
Oct 6, 2019
13
14
BE1FA9E607AF9BE7004B6283 /* SDL2_mixer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE1FA9CC07AF9BD0004B6283 /* SDL2_mixer.framework */; };
BE1FA9E707AF9BE7004B6283 /* SDL2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE1FA9CD07AF9BD0004B6283 /* SDL2.framework */; };
Dec 31, 2011
Dec 31, 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
BE1FA9CC07AF9BD0004B6283 /* SDL2_mixer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2_mixer.framework; path = /Library/Frameworks/SDL2_mixer.framework; sourceTree = "<absolute>"; };
BE1FA9CD07AF9BD0004B6283 /* SDL2.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2.framework; path = /Library/Frameworks/SDL2.framework; sourceTree = "<absolute>"; };
Dec 31, 2011
Dec 31, 2011
24
25
26
27
28
29
30
31
32
33
34
BE1FA9E807AF9BE7004B6283 /* Info-playwave__Upgraded_.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-playwave__Upgraded_.plist"; sourceTree = "<group>"; };
BE1FA9E907AF9BE7004B6283 /* playwave.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = playwave.app; sourceTree = BUILT_PRODUCTS_DIR; };
F567D66E01CD930A01F3E8B9 /* playwave.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = playwave.c; path = ../../playwave.c; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
BE1FA9E407AF9BE7004B6283 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
BE1FA9E507AF9BE7004B6283 /* Cocoa.framework in Frameworks */,
Oct 6, 2019
Oct 6, 2019
35
36
BE1FA9E607AF9BE7004B6283 /* SDL2_mixer.framework in Frameworks */,
BE1FA9E707AF9BE7004B6283 /* SDL2.framework in Frameworks */,
Dec 31, 2011
Dec 31, 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
BE1FA9CC07AF9BD0004B6283 /* SDL2_mixer.framework */,
BE1FA9CD07AF9BD0004B6283 /* SDL2.framework */,
Dec 31, 2011
Dec 31, 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 = (
BE1FA9E907AF9BE7004B6283 /* playwave.app */,
);
name = Products;
sourceTree = "<group>";
};
29B97314FDCFA39411CA2CEA /* SDL App */ = {
isa = PBXGroup;
children = (
29B97315FDCFA39411CA2CEA /* Other Sources */,
29B97317FDCFA39411CA2CEA /* Resources */,
29B97323FDCFA39411CA2CEA /* Frameworks */,
19C28FACFE9D520D11CA2CBB /* Products */,
BE1FA9E807AF9BE7004B6283 /* Info-playwave__Upgraded_.plist */,
);
name = "SDL App";
sourceTree = "<group>";
};
29B97315FDCFA39411CA2CEA /* Other Sources */ = {
isa = PBXGroup;
children = (
F567D66E01CD930A01F3E8B9 /* playwave.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 */
BE1FA9DC07AF9BE7004B6283 /* playwave */ = {
isa = PBXNativeTarget;
buildConfigurationList = 00B7E503097ED1A000826121 /* Build configuration list for PBXNativeTarget "playwave" */;
buildPhases = (
BE1FA9DF07AF9BE7004B6283 /* Resources */,
BE1FA9E107AF9BE7004B6283 /* Sources */,
BE1FA9E407AF9BE7004B6283 /* Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = playwave;
productInstallPath = "$(HOME)/Applications";
productName = "SDL App";
productReference = BE1FA9E907AF9BE7004B6283 /* playwave.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
Jan 2, 2012
Jan 2, 2012
133
134
135
attributes = {
LastUpgradeCheck = 0420;
};
Dec 31, 2011
Dec 31, 2011
136
buildConfigurationList = 00B7E507097ED1A000826121 /* Build configuration list for PBXProject "playwave" */;
Jan 2, 2012
Jan 2, 2012
137
138
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
Dec 31, 2011
Dec 31, 2011
139
hasScannedForEncodings = 1;
Jan 2, 2012
Jan 2, 2012
140
141
142
knownRegions = (
en,
);
Dec 31, 2011
Dec 31, 2011
143
144
145
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
mainGroup = 29B97314FDCFA39411CA2CEA /* SDL App */;
projectDirPath = "";
projectRoot = "";
targets = (
BE1FA9DC07AF9BE7004B6283 /* playwave */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
BE1FA9DF07AF9BE7004B6283 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BE1FA9E007AF9BE7004B6283 /* InfoPlist.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
BE1FA9E107AF9BE7004B6283 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BE1FA9E307AF9BE7004B6283 /* playwave.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 */
00B7E504097ED1A000826121 /* 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
198
199
200
201
"$(HOME)/Library/Frameworks/SDL2.framework/Headers",
/Library/Frameworks/SDL2.framework/Headers,
"$(HOME)/Library/Frameworks/SDL2_mixer.framework/Headers",
/Library/Frameworks/SDL2_mixer.framework/Headers,
Dec 31, 2011
Dec 31, 2011
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
);
INFOPLIST_FILE = "Info-playwave__Upgraded_.plist";
INSTALL_PATH = "$(HOME)/Applications";
LIBRARY_SEARCH_PATHS = "";
OTHER_LDFLAGS = "";
PRODUCT_NAME = playwave;
SECTORDER_FLAGS = "";
WARNING_CFLAGS = (
"-Wmost",
"-Wno-four-char-constants",
"-Wno-unknown-pragmas",
);
WRAPPER_EXTENSION = app;
ZERO_LINK = YES;
};
name = Development;
};
00B7E505097ED1A000826121 /* 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
228
229
230
231
"$(HOME)/Library/Frameworks/SDL2.framework/Headers",
/Library/Frameworks/SDL2.framework/Headers,
"$(HOME)/Library/Frameworks/SDL2_mixer.framework/Headers",
/Library/Frameworks/SDL2_mixer.framework/Headers,
Dec 31, 2011
Dec 31, 2011
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
);
INFOPLIST_FILE = "Info-playwave__Upgraded_.plist";
INSTALL_PATH = "$(HOME)/Applications";
LIBRARY_SEARCH_PATHS = "";
OTHER_LDFLAGS = "";
PRODUCT_NAME = playwave;
SECTORDER_FLAGS = "";
WARNING_CFLAGS = (
"-Wmost",
"-Wno-four-char-constants",
"-Wno-unknown-pragmas",
);
WRAPPER_EXTENSION = app;
ZERO_LINK = NO;
};
name = Deployment;
};
00B7E506097ED1A000826121 /* Default */ = {
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(HOME)/Library/Frameworks",
/Library/Frameworks,
);
HEADER_SEARCH_PATHS = (
Oct 6, 2019
Oct 6, 2019
257
258
259
260
"$(HOME)/Library/Frameworks/SDL2.framework/Headers",
/Library/Frameworks/SDL2.framework/Headers,
"$(HOME)/Library/Frameworks/SDL2_mixer.framework/Headers",
/Library/Frameworks/SDL2_mixer.framework/Headers,
Dec 31, 2011
Dec 31, 2011
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
);
INFOPLIST_FILE = "Info-playwave__Upgraded_.plist";
INSTALL_PATH = "$(HOME)/Applications";
LIBRARY_SEARCH_PATHS = "";
OTHER_LDFLAGS = "";
PRODUCT_NAME = playwave;
SECTORDER_FLAGS = "";
WARNING_CFLAGS = (
"-Wmost",
"-Wno-four-char-constants",
"-Wno-unknown-pragmas",
);
WRAPPER_EXTENSION = app;
};
name = Default;
};
00B7E508097ED1A000826121 /* Development */ = {
isa = XCBuildConfiguration;
buildSettings = {
Jan 2, 2012
Jan 2, 2012
280
281
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
SDKROOT = "";
Dec 31, 2011
Dec 31, 2011
282
283
284
285
286
287
};
name = Development;
};
00B7E509097ED1A000826121 /* Deployment */ = {
isa = XCBuildConfiguration;
buildSettings = {
Jan 2, 2012
Jan 2, 2012
288
289
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
SDKROOT = "";
Dec 31, 2011
Dec 31, 2011
290
291
292
293
294
295
};
name = Deployment;
};
00B7E50A097ED1A000826121 /* Default */ = {
isa = XCBuildConfiguration;
buildSettings = {
Jan 2, 2012
Jan 2, 2012
296
297
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
SDKROOT = "";
Dec 31, 2011
Dec 31, 2011
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
};
name = Default;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
00B7E503097ED1A000826121 /* Build configuration list for PBXNativeTarget "playwave" */ = {
isa = XCConfigurationList;
buildConfigurations = (
00B7E504097ED1A000826121 /* Development */,
00B7E505097ED1A000826121 /* Deployment */,
00B7E506097ED1A000826121 /* Default */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Default;
};
00B7E507097ED1A000826121 /* Build configuration list for PBXProject "playwave" */ = {
isa = XCConfigurationList;
buildConfigurations = (
00B7E508097ED1A000826121 /* Development */,
00B7E509097ED1A000826121 /* Deployment */,
00B7E50A097ED1A000826121 /* Default */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Default;
};
/* End XCConfigurationList section */
};
rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
}