Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/libogg-1.1.3/macosx/Ogg.xcodeproj/project.pbxproj @ 15

Last change on this file since 15 was 15, checked in by landauf, 16 years ago

added libogg

File size: 11.6 KB
Line 
1// !$*UTF8*$!
2{
3        archiveVersion = 1;
4        classes = {
5        };
6        objectVersion = 42;
7        objects = {
8
9/* Begin PBXBuildFile section */
10                730F236309181A8D00AB638C /* bitwise.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236109181A8D00AB638C /* bitwise.c */; };
11                730F236409181A8D00AB638C /* framing.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236209181A8D00AB638C /* framing.c */; };
12                730F236709181ABE00AB638C /* ogg.h in Headers */ = {isa = PBXBuildFile; fileRef = 730F236509181ABE00AB638C /* ogg.h */; settings = {ATTRIBUTES = (Public, ); }; };
13                730F236809181ABE00AB638C /* os_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 730F236609181ABE00AB638C /* os_types.h */; settings = {ATTRIBUTES = (Public, ); }; };
14                8D07F2BE0486CC7A007CD1D0 /* Ogg_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = 32BAE0B70371A74B00C91783 /* Ogg_Prefix.pch */; };
15                8D07F2C00486CC7A007CD1D0 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; };
16/* End PBXBuildFile section */
17
18/* Begin PBXBuildStyle section */
19                4F0BB7EC011F40E904CA0E50 /* Development */ = {
20                        isa = PBXBuildStyle;
21                        buildSettings = {
22                                COPY_PHASE_STRIP = NO;
23                                GCC_DYNAMIC_NO_PIC = NO;
24                                GCC_ENABLE_FIX_AND_CONTINUE = YES;
25                                GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
26                                GCC_OPTIMIZATION_LEVEL = 0;
27                                ZERO_LINK = YES;
28                        };
29                        name = Development;
30                };
31                4F0BB7ED011F40E904CA0E50 /* Deployment */ = {
32                        isa = PBXBuildStyle;
33                        buildSettings = {
34                                COPY_PHASE_STRIP = YES;
35                                GCC_ENABLE_FIX_AND_CONTINUE = NO;
36                                ZERO_LINK = NO;
37                        };
38                        name = Deployment;
39                };
40/* End PBXBuildStyle section */
41
42/* Begin PBXFileReference section */
43                089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
44                32BAE0B70371A74B00C91783 /* Ogg_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Ogg_Prefix.pch; sourceTree = "<group>"; };
45                730F236109181A8D00AB638C /* bitwise.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = bitwise.c; path = ../src/bitwise.c; sourceTree = SOURCE_ROOT; };
46                730F236209181A8D00AB638C /* framing.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = framing.c; path = ../src/framing.c; sourceTree = SOURCE_ROOT; };
47                730F236509181ABE00AB638C /* ogg.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ogg.h; path = ../include/ogg/ogg.h; sourceTree = SOURCE_ROOT; };
48                730F236609181ABE00AB638C /* os_types.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = os_types.h; path = ../include/ogg/os_types.h; sourceTree = SOURCE_ROOT; };
49                8D07F2C70486CC7A007CD1D0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
50                8D07F2C80486CC7A007CD1D0 /* Ogg.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Ogg.framework; sourceTree = BUILT_PRODUCTS_DIR; };
51/* End PBXFileReference section */
52
53/* Begin PBXFrameworksBuildPhase section */
54                8D07F2C30486CC7A007CD1D0 /* Frameworks */ = {
55                        isa = PBXFrameworksBuildPhase;
56                        buildActionMask = 2147483647;
57                        files = (
58                        );
59                        runOnlyForDeploymentPostprocessing = 0;
60                };
61/* End PBXFrameworksBuildPhase section */
62
63/* Begin PBXGroup section */
64                034768DDFF38A45A11DB9C8B /* Products */ = {
65                        isa = PBXGroup;
66                        children = (
67                                8D07F2C80486CC7A007CD1D0 /* Ogg.framework */,
68                        );
69                        name = Products;
70                        sourceTree = "<group>";
71                };
72                0867D691FE84028FC02AAC07 /* Ogg */ = {
73                        isa = PBXGroup;
74                        children = (
75                                730F235F09181A3E00AB638C /* Headers */,
76                                08FB77ACFE841707C02AAC07 /* Source */,
77                                089C1665FE841158C02AAC07 /* Resources */,
78                                0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */,
79                                034768DDFF38A45A11DB9C8B /* Products */,
80                        );
81                        name = Ogg;
82                        sourceTree = "<group>";
83                };
84                0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
85                        isa = PBXGroup;
86                        children = (
87                        );
88                        name = "External Frameworks and Libraries";
89                        sourceTree = "<group>";
90                };
91                089C1665FE841158C02AAC07 /* Resources */ = {
92                        isa = PBXGroup;
93                        children = (
94                                8D07F2C70486CC7A007CD1D0 /* Info.plist */,
95                                089C1666FE841158C02AAC07 /* InfoPlist.strings */,
96                        );
97                        name = Resources;
98                        sourceTree = "<group>";
99                };
100                08FB77ACFE841707C02AAC07 /* Source */ = {
101                        isa = PBXGroup;
102                        children = (
103                                730F236109181A8D00AB638C /* bitwise.c */,
104                                730F236209181A8D00AB638C /* framing.c */,
105                                32BAE0B70371A74B00C91783 /* Ogg_Prefix.pch */,
106                        );
107                        name = Source;
108                        sourceTree = "<group>";
109                };
110                730F235F09181A3E00AB638C /* Headers */ = {
111                        isa = PBXGroup;
112                        children = (
113                                730F236509181ABE00AB638C /* ogg.h */,
114                                730F236609181ABE00AB638C /* os_types.h */,
115                        );
116                        name = Headers;
117                        sourceTree = "<group>";
118                };
119/* End PBXGroup section */
120
121/* Begin PBXHeadersBuildPhase section */
122                8D07F2BD0486CC7A007CD1D0 /* Headers */ = {
123                        isa = PBXHeadersBuildPhase;
124                        buildActionMask = 2147483647;
125                        files = (
126                                8D07F2BE0486CC7A007CD1D0 /* Ogg_Prefix.pch in Headers */,
127                                730F236709181ABE00AB638C /* ogg.h in Headers */,
128                                730F236809181ABE00AB638C /* os_types.h in Headers */,
129                        );
130                        runOnlyForDeploymentPostprocessing = 0;
131                };
132/* End PBXHeadersBuildPhase section */
133
134/* Begin PBXNativeTarget section */
135                8D07F2BC0486CC7A007CD1D0 /* Ogg */ = {
136                        isa = PBXNativeTarget;
137                        buildConfigurationList = 730F235409181A3A00AB638C /* Build configuration list for PBXNativeTarget "Ogg" */;
138                        buildPhases = (
139                                8D07F2BD0486CC7A007CD1D0 /* Headers */,
140                                8D07F2BF0486CC7A007CD1D0 /* Resources */,
141                                8D07F2C10486CC7A007CD1D0 /* Sources */,
142                                8D07F2C30486CC7A007CD1D0 /* Frameworks */,
143                                8D07F2C50486CC7A007CD1D0 /* Rez */,
144                        );
145                        buildRules = (
146                        );
147                        buildSettings = {
148                                DYLIB_COMPATIBILITY_VERSION = 1;
149                                DYLIB_CURRENT_VERSION = 1;
150                                FRAMEWORK_VERSION = A;
151                                GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
152                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
153                                GCC_PREFIX_HEADER = Ogg_Prefix.pch;
154                                INFOPLIST_FILE = Info.plist;
155                                INSTALL_PATH = "$(HOME)/Library/Frameworks";
156                                LIBRARY_STYLE = DYNAMIC;
157                                PRODUCT_NAME = Ogg;
158                                WRAPPER_EXTENSION = framework;
159                        };
160                        dependencies = (
161                        );
162                        name = Ogg;
163                        productInstallPath = "$(HOME)/Library/Frameworks";
164                        productName = Ogg;
165                        productReference = 8D07F2C80486CC7A007CD1D0 /* Ogg.framework */;
166                        productType = "com.apple.product-type.framework";
167                };
168/* End PBXNativeTarget section */
169
170/* Begin PBXProject section */
171                0867D690FE84028FC02AAC07 /* Project object */ = {
172                        isa = PBXProject;
173                        buildConfigurationList = 730F235809181A3A00AB638C /* Build configuration list for PBXProject "Ogg" */;
174                        buildSettings = {
175                        };
176                        buildStyles = (
177                                4F0BB7EC011F40E904CA0E50 /* Development */,
178                                4F0BB7ED011F40E904CA0E50 /* Deployment */,
179                        );
180                        hasScannedForEncodings = 1;
181                        mainGroup = 0867D691FE84028FC02AAC07 /* Ogg */;
182                        productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;
183                        projectDirPath = "";
184                        targets = (
185                                8D07F2BC0486CC7A007CD1D0 /* Ogg */,
186                        );
187                };
188/* End PBXProject section */
189
190/* Begin PBXResourcesBuildPhase section */
191                8D07F2BF0486CC7A007CD1D0 /* Resources */ = {
192                        isa = PBXResourcesBuildPhase;
193                        buildActionMask = 2147483647;
194                        files = (
195                                8D07F2C00486CC7A007CD1D0 /* InfoPlist.strings in Resources */,
196                        );
197                        runOnlyForDeploymentPostprocessing = 0;
198                };
199/* End PBXResourcesBuildPhase section */
200
201/* Begin PBXRezBuildPhase section */
202                8D07F2C50486CC7A007CD1D0 /* Rez */ = {
203                        isa = PBXRezBuildPhase;
204                        buildActionMask = 2147483647;
205                        files = (
206                        );
207                        runOnlyForDeploymentPostprocessing = 0;
208                };
209/* End PBXRezBuildPhase section */
210
211/* Begin PBXSourcesBuildPhase section */
212                8D07F2C10486CC7A007CD1D0 /* Sources */ = {
213                        isa = PBXSourcesBuildPhase;
214                        buildActionMask = 2147483647;
215                        files = (
216                                730F236309181A8D00AB638C /* bitwise.c in Sources */,
217                                730F236409181A8D00AB638C /* framing.c in Sources */,
218                        );
219                        runOnlyForDeploymentPostprocessing = 0;
220                };
221/* End PBXSourcesBuildPhase section */
222
223/* Begin PBXVariantGroup section */
224                089C1666FE841158C02AAC07 /* InfoPlist.strings */ = {
225                        isa = PBXVariantGroup;
226                        children = (
227                                089C1667FE841158C02AAC07 /* English */,
228                        );
229                        name = InfoPlist.strings;
230                        sourceTree = "<group>";
231                };
232/* End PBXVariantGroup section */
233
234/* Begin XCBuildConfiguration section */
235                730F235509181A3A00AB638C /* Development */ = {
236                        isa = XCBuildConfiguration;
237                        buildSettings = {
238                                COPY_PHASE_STRIP = NO;
239                                DYLIB_COMPATIBILITY_VERSION = 1;
240                                DYLIB_CURRENT_VERSION = 1;
241                                FRAMEWORK_VERSION = A;
242                                GCC_DYNAMIC_NO_PIC = NO;
243                                GCC_ENABLE_FIX_AND_CONTINUE = YES;
244                                GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
245                                GCC_OPTIMIZATION_LEVEL = 0;
246                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
247                                GCC_PREFIX_HEADER = Ogg_Prefix.pch;
248                                INFOPLIST_FILE = Info.plist;
249                                INSTALL_PATH = /Library/Frameworks;
250                                LIBRARY_STYLE = DYNAMIC;
251                                MACH_O_TYPE = mh_dylib;
252                                PRODUCT_NAME = Ogg;
253                                WRAPPER_EXTENSION = framework;
254                                ZERO_LINK = YES;
255                        };
256                        name = Development;
257                };
258                730F235609181A3A00AB638C /* Deployment */ = {
259                        isa = XCBuildConfiguration;
260                        buildSettings = {
261                                COPY_PHASE_STRIP = YES;
262                                DYLIB_COMPATIBILITY_VERSION = 1;
263                                DYLIB_CURRENT_VERSION = 1;
264                                FRAMEWORK_VERSION = A;
265                                GCC_ENABLE_FIX_AND_CONTINUE = NO;
266                                GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
267                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
268                                GCC_PREFIX_HEADER = Ogg_Prefix.pch;
269                                INFOPLIST_FILE = Info.plist;
270                                INSTALL_PATH = /Library/Frameworks;
271                                LIBRARY_STYLE = DYNAMIC;
272                                MACH_O_TYPE = mh_dylib;
273                                PRODUCT_NAME = Ogg;
274                                WRAPPER_EXTENSION = framework;
275                                ZERO_LINK = NO;
276                        };
277                        name = Deployment;
278                };
279                730F235709181A3A00AB638C /* Default */ = {
280                        isa = XCBuildConfiguration;
281                        buildSettings = {
282                                DYLIB_COMPATIBILITY_VERSION = 1;
283                                DYLIB_CURRENT_VERSION = 1;
284                                FRAMEWORK_VERSION = A;
285                                GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
286                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
287                                GCC_PREFIX_HEADER = Ogg_Prefix.pch;
288                                INFOPLIST_FILE = Info.plist;
289                                INSTALL_PATH = /Library/Frameworks;
290                                LIBRARY_STYLE = DYNAMIC;
291                                MACH_O_TYPE = mh_dylib;
292                                PRODUCT_NAME = Ogg;
293                                WRAPPER_EXTENSION = framework;
294                        };
295                        name = Default;
296                };
297                730F235909181A3A00AB638C /* Development */ = {
298                        isa = XCBuildConfiguration;
299                        buildSettings = {
300                                GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;
301                        };
302                        name = Development;
303                };
304                730F235A09181A3A00AB638C /* Deployment */ = {
305                        isa = XCBuildConfiguration;
306                        buildSettings = {
307                                GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;
308                        };
309                        name = Deployment;
310                };
311                730F235B09181A3A00AB638C /* Default */ = {
312                        isa = XCBuildConfiguration;
313                        buildSettings = {
314                                GCC_PREPROCESSOR_DEFINITIONS = __MACOSX__;
315                        };
316                        name = Default;
317                };
318/* End XCBuildConfiguration section */
319
320/* Begin XCConfigurationList section */
321                730F235409181A3A00AB638C /* Build configuration list for PBXNativeTarget "Ogg" */ = {
322                        isa = XCConfigurationList;
323                        buildConfigurations = (
324                                730F235509181A3A00AB638C /* Development */,
325                                730F235609181A3A00AB638C /* Deployment */,
326                                730F235709181A3A00AB638C /* Default */,
327                        );
328                        defaultConfigurationIsVisible = 0;
329                        defaultConfigurationName = Default;
330                };
331                730F235809181A3A00AB638C /* Build configuration list for PBXProject "Ogg" */ = {
332                        isa = XCConfigurationList;
333                        buildConfigurations = (
334                                730F235909181A3A00AB638C /* Development */,
335                                730F235A09181A3A00AB638C /* Deployment */,
336                                730F235B09181A3A00AB638C /* Default */,
337                        );
338                        defaultConfigurationIsVisible = 0;
339                        defaultConfigurationName = Default;
340                };
341/* End XCConfigurationList section */
342        };
343        rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
344}
Note: See TracBrowser for help on using the repository browser.