]> git.sesse.net Git - vlc/blob - extras/MacOSX/eyetvplugin/eyetvplugin.xcodeproj/project.pbxproj
vlc_threads_funcs.h: Don't attempt to track pthread_cond_wait() that takes a long...
[vlc] / extras / MacOSX / eyetvplugin / eyetvplugin.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 42;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 8D576314048677EA00EA77CD /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AA1909FFE8422F4C02AAC07 /* CoreFoundation.framework */; };
11                 8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8D5B49A704867FD3000E48DA /* InfoPlist.strings */; };
12                 CC09359B0AE11E6A00647FD0 /* eyetvplugin.c in Sources */ = {isa = PBXBuildFile; fileRef = CC09359A0AE11E6A00647FD0 /* eyetvplugin.c */; };
13 /* End PBXBuildFile section */
14
15 /* Begin PBXFileReference section */
16                 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
17                 0AA1909FFE8422F4C02AAC07 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
18                 8D576316048677EA00EA77CD /* VLC EyeTV Plug-In.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "VLC EyeTV Plug-In.bundle"; sourceTree = BUILT_PRODUCTS_DIR; };
19                 8D576317048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
20                 CC09359A0AE11E6A00647FD0 /* eyetvplugin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eyetvplugin.c; sourceTree = "<group>"; };
21                 CC09359C0AE11E7900647FD0 /* EyeTVPluginDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EyeTVPluginDefs.h; sourceTree = "<group>"; };
22                 CC3AE2920AE2E4EE00ACC87C /* eyetvplugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eyetvplugin.h; sourceTree = "<group>"; };
23                 CC74BC500AE2714300AD738B /* eyetv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = eyetv.c; path = ../../../modules/access/eyetv.c; sourceTree = SOURCE_ROOT; };
24 /* End PBXFileReference section */
25
26 /* Begin PBXFrameworksBuildPhase section */
27                 8D576313048677EA00EA77CD /* Frameworks */ = {
28                         isa = PBXFrameworksBuildPhase;
29                         buildActionMask = 2147483647;
30                         files = (
31                                 8D576314048677EA00EA77CD /* CoreFoundation.framework in Frameworks */,
32                         );
33                         runOnlyForDeploymentPostprocessing = 0;
34                 };
35 /* End PBXFrameworksBuildPhase section */
36
37 /* Begin PBXGroup section */
38                 089C166AFE841209C02AAC07 /* VLC EyeTV Plug-In */ = {
39                         isa = PBXGroup;
40                         children = (
41                                 CC74BC530AE2715100AD738B /* access module */,
42                                 08FB77AFFE84173DC02AAC07 /* Source */,
43                                 089C167CFE841241C02AAC07 /* Resources */,
44                                 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */,
45                                 19C28FB6FE9D52B211CA2CBB /* Products */,
46                         );
47                         name = "VLC EyeTV Plug-In";
48                         sourceTree = "<group>";
49                 };
50                 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = {
51                         isa = PBXGroup;
52                         children = (
53                                 0AA1909FFE8422F4C02AAC07 /* CoreFoundation.framework */,
54                         );
55                         name = "External Frameworks and Libraries";
56                         sourceTree = "<group>";
57                 };
58                 089C167CFE841241C02AAC07 /* Resources */ = {
59                         isa = PBXGroup;
60                         children = (
61                                 8D576317048677EA00EA77CD /* Info.plist */,
62                                 8D5B49A704867FD3000E48DA /* InfoPlist.strings */,
63                         );
64                         name = Resources;
65                         sourceTree = "<group>";
66                 };
67                 08FB77AFFE84173DC02AAC07 /* Source */ = {
68                         isa = PBXGroup;
69                         children = (
70                                 CC3AE2920AE2E4EE00ACC87C /* eyetvplugin.h */,
71                                 CC09359A0AE11E6A00647FD0 /* eyetvplugin.c */,
72                                 CC09359C0AE11E7900647FD0 /* EyeTVPluginDefs.h */,
73                         );
74                         name = Source;
75                         sourceTree = "<group>";
76                 };
77                 19C28FB6FE9D52B211CA2CBB /* Products */ = {
78                         isa = PBXGroup;
79                         children = (
80                                 8D576316048677EA00EA77CD /* VLC EyeTV Plug-In.bundle */,
81                         );
82                         name = Products;
83                         sourceTree = "<group>";
84                 };
85                 CC74BC530AE2715100AD738B /* access module */ = {
86                         isa = PBXGroup;
87                         children = (
88                                 CC74BC500AE2714300AD738B /* eyetv.c */,
89                         );
90                         name = "access module";
91                         sourceTree = "<group>";
92                 };
93 /* End PBXGroup section */
94
95 /* Begin PBXNativeTarget section */
96                 8D57630D048677EA00EA77CD /* VLC EyeTV Plug-In */ = {
97                         isa = PBXNativeTarget;
98                         buildConfigurationList = 1DEB911A08733D790010E9CD /* Build configuration list for PBXNativeTarget "VLC EyeTV Plug-In" */;
99                         buildPhases = (
100                                 8D57630F048677EA00EA77CD /* Resources */,
101                                 8D576311048677EA00EA77CD /* Sources */,
102                                 8D576313048677EA00EA77CD /* Frameworks */,
103                         );
104                         buildRules = (
105                         );
106                         dependencies = (
107                         );
108                         name = "VLC EyeTV Plug-In";
109                         productInstallPath = "$(HOME)/Library/Bundles";
110                         productName = "VLC EyeTV Plug-In";
111                         productReference = 8D576316048677EA00EA77CD /* VLC EyeTV Plug-In.bundle */;
112                         productType = "com.apple.product-type.bundle";
113                 };
114 /* End PBXNativeTarget section */
115
116 /* Begin PBXProject section */
117                 089C1669FE841209C02AAC07 /* Project object */ = {
118                         isa = PBXProject;
119                         buildConfigurationList = 1DEB911E08733D790010E9CD /* Build configuration list for PBXProject "eyetvplugin" */;
120                         compatibilityVersion = "Xcode 2.4";
121                         hasScannedForEncodings = 1;
122                         mainGroup = 089C166AFE841209C02AAC07 /* VLC EyeTV Plug-In */;
123                         projectDirPath = "";
124                         projectRoot = "";
125                         targets = (
126                                 8D57630D048677EA00EA77CD /* VLC EyeTV Plug-In */,
127                         );
128                 };
129 /* End PBXProject section */
130
131 /* Begin PBXResourcesBuildPhase section */
132                 8D57630F048677EA00EA77CD /* Resources */ = {
133                         isa = PBXResourcesBuildPhase;
134                         buildActionMask = 2147483647;
135                         files = (
136                                 8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */,
137                         );
138                         runOnlyForDeploymentPostprocessing = 0;
139                 };
140 /* End PBXResourcesBuildPhase section */
141
142 /* Begin PBXSourcesBuildPhase section */
143                 8D576311048677EA00EA77CD /* Sources */ = {
144                         isa = PBXSourcesBuildPhase;
145                         buildActionMask = 2147483647;
146                         files = (
147                                 CC09359B0AE11E6A00647FD0 /* eyetvplugin.c in Sources */,
148                         );
149                         runOnlyForDeploymentPostprocessing = 0;
150                 };
151 /* End PBXSourcesBuildPhase section */
152
153 /* Begin PBXVariantGroup section */
154                 8D5B49A704867FD3000E48DA /* InfoPlist.strings */ = {
155                         isa = PBXVariantGroup;
156                         children = (
157                                 089C167EFE841241C02AAC07 /* English */,
158                         );
159                         name = InfoPlist.strings;
160                         sourceTree = "<group>";
161                 };
162 /* End PBXVariantGroup section */
163
164 /* Begin XCBuildConfiguration section */
165                 1DEB911B08733D790010E9CD /* Debug */ = {
166                         isa = XCBuildConfiguration;
167                         buildSettings = {
168                                 COPY_PHASE_STRIP = NO;
169                                 GCC_C_LANGUAGE_STANDARD = "compiler-default";
170                                 GCC_DYNAMIC_NO_PIC = NO;
171                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
172                                 GCC_MODEL_TUNING = G5;
173                                 GCC_OPTIMIZATION_LEVEL = 0;
174                                 INFOPLIST_FILE = Info.plist;
175                                 INSTALL_PATH = "$(HOME)/Library/Bundles";
176                                 PRODUCT_NAME = "VLC EyeTV Plug-In";
177                                 WRAPPER_EXTENSION = bundle;
178                                 ZERO_LINK = YES;
179                         };
180                         name = Debug;
181                 };
182                 1DEB911C08733D790010E9CD /* Release */ = {
183                         isa = XCBuildConfiguration;
184                         buildSettings = {
185                                 ARCHS = (
186                                         ppc,
187                                         i386,
188                                 );
189                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
190                                 GCC_MODEL_TUNING = G5;
191                                 INFOPLIST_FILE = Info.plist;
192                                 INSTALL_PATH = "$(HOME)/Library/Bundles";
193                                 PRODUCT_NAME = "VLC EyeTV Plug-In";
194                                 WRAPPER_EXTENSION = bundle;
195                         };
196                         name = Release;
197                 };
198                 1DEB911F08733D790010E9CD /* Debug */ = {
199                         isa = XCBuildConfiguration;
200                         buildSettings = {
201                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
202                                 GCC_WARN_UNUSED_VARIABLE = YES;
203                                 PREBINDING = NO;
204                                 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
205                         };
206                         name = Debug;
207                 };
208                 1DEB912008733D790010E9CD /* Release */ = {
209                         isa = XCBuildConfiguration;
210                         buildSettings = {
211                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
212                                 GCC_WARN_UNUSED_VARIABLE = YES;
213                                 PREBINDING = NO;
214                                 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
215                         };
216                         name = Release;
217                 };
218 /* End XCBuildConfiguration section */
219
220 /* Begin XCConfigurationList section */
221                 1DEB911A08733D790010E9CD /* Build configuration list for PBXNativeTarget "VLC EyeTV Plug-In" */ = {
222                         isa = XCConfigurationList;
223                         buildConfigurations = (
224                                 1DEB911B08733D790010E9CD /* Debug */,
225                                 1DEB911C08733D790010E9CD /* Release */,
226                         );
227                         defaultConfigurationIsVisible = 0;
228                         defaultConfigurationName = Release;
229                 };
230                 1DEB911E08733D790010E9CD /* Build configuration list for PBXProject "eyetvplugin" */ = {
231                         isa = XCConfigurationList;
232                         buildConfigurations = (
233                                 1DEB911F08733D790010E9CD /* Debug */,
234                                 1DEB912008733D790010E9CD /* Release */,
235                         );
236                         defaultConfigurationIsVisible = 0;
237                         defaultConfigurationName = Release;
238                 };
239 /* End XCConfigurationList section */
240         };
241         rootObject = 089C1669FE841209C02AAC07 /* Project object */;
242 }