]> git.sesse.net Git - vlc/blob - projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
macosx/framework: Factorize precompilation.
[vlc] / projects / macosx / framework / VLCKit.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 45;
7         objects = {
8
9 /* Begin PBXAggregateTarget section */
10                 6337547910ED090A0072A0D9 /* Make VLC */ = {
11                         isa = PBXAggregateTarget;
12                         buildConfigurationList = 6337548110ED093B0072A0D9 /* Build configuration list for PBXAggregateTarget "Make VLC" */;
13                         buildPhases = (
14                                 6337548010ED091D0072A0D9 /* make */,
15                                 633754D310ED0D330072A0D9 /* install */,
16                         );
17                         dependencies = (
18                         );
19                         name = "Make VLC";
20                         productName = "Make VLC 2";
21                 };
22                 633BD6D20D2ADE040012A314 /* Build Everything */ = {
23                         isa = PBXAggregateTarget;
24                         buildConfigurationList = 633BD6D60D2ADE230012A314 /* Build configuration list for PBXAggregateTarget "Build Everything" */;
25                         buildPhases = (
26                         );
27                         dependencies = (
28                                 633BD6EE0D2AE03E0012A314 /* PBXTargetDependency */,
29                                 63FFDBD30D2AE3070092FC96 /* PBXTargetDependency */,
30                                 633754FA10ED103B0072A0D9 /* PBXTargetDependency */,
31                                 633BD6F20D2AE0430012A314 /* PBXTargetDependency */,
32                         );
33                         name = "Build Everything";
34                         productName = "vlc-core-modules";
35                 };
36                 633BD6E40D2ADF030012A314 /* Setup VLC contribs */ = {
37                         isa = PBXAggregateTarget;
38                         buildConfigurationList = 633BD6EC0D2ADF460012A314 /* Build configuration list for PBXAggregateTarget "Setup VLC contribs" */;
39                         buildPhases = (
40                                 633BD6E30D2ADF030012A314 /* make */,
41                         );
42                         dependencies = (
43                         );
44                         name = "Setup VLC contribs";
45                         productName = "vlc-contrib";
46                 };
47                 63FFDBCE0D2AE2AE0092FC96 /* Run VLC configure */ = {
48                         isa = PBXAggregateTarget;
49                         buildConfigurationList = 63FFDBD50D2AE3250092FC96 /* Build configuration list for PBXAggregateTarget "Run VLC configure" */;
50                         buildPhases = (
51                                 631A90420D5A007D0014A2CE /* bootstrap */,
52                                 63FFDBCD0D2AE2AE0092FC96 /* configure */,
53                         );
54                         dependencies = (
55                         );
56                         name = "Run VLC configure";
57                         productName = "vlc-bootstrap";
58                 };
59 /* End PBXAggregateTarget section */
60
61 /* Begin PBXBuildFile section */
62                 63014A7A1042ACE100534090 /* VLCMediaListPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 63014A781042ACE100534090 /* VLCMediaListPlayer.m */; };
63                 63014B7E1042E64A00534090 /* VLCMediaListPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 63014B7D1042E64A00534090 /* VLCMediaListPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
64                 63098FDC110E7159005F46AE /* VLCExtensionsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 63098FDA110E7159005F46AE /* VLCExtensionsManager.m */; };
65                 63099116110F0EC3005F46AE /* VLCExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 63099114110F0EC3005F46AE /* VLCExtension.m */; };
66                 6309994B110FC791005F46AE /* VLCExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 63099949110FC791005F46AE /* VLCExtension.h */; settings = {ATTRIBUTES = (Public, ); }; };
67                 6309994C110FC791005F46AE /* VLCExtensionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6309994A110FC791005F46AE /* VLCExtensionsManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
68                 632A0E850D3835C400AFC99B /* VLCStreamSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A0E830D3835C400AFC99B /* VLCStreamSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
69                 632A0E860D3835C400AFC99B /* VLCStreamSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 632A0E840D3835C400AFC99B /* VLCStreamSession.m */; };
70                 632A0EC30D38392E00AFC99B /* VLCStreamOutput.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A0EC10D38392E00AFC99B /* VLCStreamOutput.h */; settings = {ATTRIBUTES = (Public, ); }; };
71                 632A0EC40D38392E00AFC99B /* VLCStreamOutput.m in Sources */ = {isa = PBXBuildFile; fileRef = 632A0EC20D38392E00AFC99B /* VLCStreamOutput.m */; };
72                 6341FCAF0D2C0929002A97B7 /* VLCVideoLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
73                 6341FCB10D2C0936002A97B7 /* VLCVideoLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */; };
74                 637CFB940D2D280900A041B6 /* VLCLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 637CFB930D2D280800A041B6 /* VLCLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; };
75                 637D5ABD0CF6F2650073EA45 /* VLCMediaDiscoverer.h in Headers */ = {isa = PBXBuildFile; fileRef = 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */; settings = {ATTRIBUTES = (Public, ); }; };
76                 637D5ADC0CF6F2720073EA45 /* VLCMediaDiscoverer.m in Sources */ = {isa = PBXBuildFile; fileRef = 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */; };
77                 6384FD080D0DBA20005EB1F7 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6384FD070D0DBA20005EB1F7 /* QuartzCore.framework */; };
78                 8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; };
79                 A7A0CEA40D2EF13000F2C039 /* VLCVideoCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = A7A0CEA20D2EF13000F2C039 /* VLCVideoCommon.h */; };
80                 A7A0CEA50D2EF13000F2C039 /* VLCVideoCommon.m in Sources */ = {isa = PBXBuildFile; fileRef = A7A0CEA30D2EF13000F2C039 /* VLCVideoCommon.m */; };
81                 EF7311900CB5797B009473B4 /* VLCAudio.h in Headers */ = {isa = PBXBuildFile; fileRef = EF73118E0CB5797B009473B4 /* VLCAudio.h */; settings = {ATTRIBUTES = (Public, ); }; };
82                 EF7311910CB5797B009473B4 /* VLCAudio.m in Sources */ = {isa = PBXBuildFile; fileRef = EF73118F0CB5797B009473B4 /* VLCAudio.m */; };
83                 EF78BD100CAEEEC300354E6E /* VLCEventManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */; settings = {ATTRIBUTES = (); }; };
84                 EF78BD1B0CAEEEE700354E6E /* VLCKit.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD120CAEEEE700354E6E /* VLCKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
85                 EF78BD1C0CAEEEE700354E6E /* VLCMedia.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD130CAEEEE700354E6E /* VLCMedia.h */; settings = {ATTRIBUTES = (Public, ); }; };
86                 EF78BD1E0CAEEEE700354E6E /* VLCMediaLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; };
87                 EF78BD1F0CAEEEE700354E6E /* VLCMediaList.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD160CAEEEE700354E6E /* VLCMediaList.h */; settings = {ATTRIBUTES = (Public, ); }; };
88                 EF78BD460CAEEFF600354E6E /* VLCEventManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */; };
89                 EF78BD470CAEEFF600354E6E /* VLCLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */; };
90                 EF78BD480CAEEFF600354E6E /* VLCMedia.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */; };
91                 EF78BD4A0CAEEFF600354E6E /* VLCMediaLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */; };
92                 EF78BD4B0CAEEFF600354E6E /* VLCMediaList.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD410CAEEFF600354E6E /* VLCMediaList.m */; };
93                 EF78BE0F0CAF039400354E6E /* VLCTime.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD190CAEEEE700354E6E /* VLCTime.h */; settings = {ATTRIBUTES = (Public, ); }; };
94                 EF78BE100CAF039400354E6E /* VLCTime.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD440CAEEFF600354E6E /* VLCTime.m */; };
95                 EF78BEF30CAF07E100354E6E /* VLCVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */; settings = {ATTRIBUTES = (Public, ); }; };
96                 EF78BEF40CAF07E500354E6E /* VLCVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD450CAEEFF600354E6E /* VLCVideoView.m */; };
97                 EF8BB8D00CAFA8D80038A613 /* VLCMediaPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
98                 EF8BB8D10CAFA8D80038A613 /* VLCMediaPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */; };
99                 EFD551DD0CC6DD720074CEE1 /* VLCLibVLCBridging.h in Headers */ = {isa = PBXBuildFile; fileRef = EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */; };
100 /* End PBXBuildFile section */
101
102 /* Begin PBXContainerItemProxy section */
103                 633754F910ED103B0072A0D9 /* PBXContainerItemProxy */ = {
104                         isa = PBXContainerItemProxy;
105                         containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
106                         proxyType = 1;
107                         remoteGlobalIDString = 6337547910ED090A0072A0D9;
108                         remoteInfo = "Make VLC";
109                 };
110                 633BD6ED0D2AE03E0012A314 /* PBXContainerItemProxy */ = {
111                         isa = PBXContainerItemProxy;
112                         containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
113                         proxyType = 1;
114                         remoteGlobalIDString = 633BD6E40D2ADF030012A314;
115                         remoteInfo = "vlc-contrib";
116                 };
117                 633BD6F10D2AE0430012A314 /* PBXContainerItemProxy */ = {
118                         isa = PBXContainerItemProxy;
119                         containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
120                         proxyType = 1;
121                         remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
122                         remoteInfo = VLC;
123                 };
124                 63FFDBD20D2AE3070092FC96 /* PBXContainerItemProxy */ = {
125                         isa = PBXContainerItemProxy;
126                         containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
127                         proxyType = 1;
128                         remoteGlobalIDString = 63FFDBCE0D2AE2AE0092FC96;
129                         remoteInfo = "vlc-bootstrap";
130                 };
131 /* End PBXContainerItemProxy section */
132
133 /* Begin PBXFileReference section */
134                 0867D69BFE84028FC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
135                 0867D6A5FE840307C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
136                 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
137                 32DBCF5E0370ADEE00C91783 /* VLC_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLC_Prefix.pch; sourceTree = "<group>"; };
138                 63014A781042ACE100534090 /* VLCMediaListPlayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaListPlayer.m; sourceTree = "<group>"; };
139                 63014B7D1042E64A00534090 /* VLCMediaListPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaListPlayer.h; path = Public/VLCMediaListPlayer.h; sourceTree = "<group>"; };
140                 63030CC70CCA652C0088ECD1 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = Info.plist; path = Resources/Info.plist; sourceTree = "<group>"; };
141                 63098FDA110E7159005F46AE /* VLCExtensionsManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCExtensionsManager.m; sourceTree = "<group>"; };
142                 63099114110F0EC3005F46AE /* VLCExtension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCExtension.m; sourceTree = "<group>"; };
143                 63099949110FC791005F46AE /* VLCExtension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCExtension.h; path = Public/VLCExtension.h; sourceTree = "<group>"; };
144                 6309994A110FC791005F46AE /* VLCExtensionsManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCExtensionsManager.h; path = Public/VLCExtensionsManager.h; sourceTree = "<group>"; };
145                 632A0E830D3835C400AFC99B /* VLCStreamSession.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCStreamSession.h; path = Public/VLCStreamSession.h; sourceTree = "<group>"; };
146                 632A0E840D3835C400AFC99B /* VLCStreamSession.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCStreamSession.m; sourceTree = "<group>"; };
147                 632A0EC10D38392E00AFC99B /* VLCStreamOutput.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCStreamOutput.h; path = Public/VLCStreamOutput.h; sourceTree = "<group>"; };
148                 632A0EC20D38392E00AFC99B /* VLCStreamOutput.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCStreamOutput.m; sourceTree = "<group>"; };
149                 633753FF10ECE1C60072A0D9 /* Configure.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = Configure.sh; sourceTree = "<group>"; };
150                 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCVideoLayer.h; path = Public/VLCVideoLayer.h; sourceTree = "<group>"; };
151                 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCVideoLayer.m; sourceTree = "<group>"; };
152                 637CFB930D2D280800A041B6 /* VLCLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCLibrary.h; path = Public/VLCLibrary.h; sourceTree = "<group>"; };
153                 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCMediaDiscoverer.h; path = Public/VLCMediaDiscoverer.h; sourceTree = "<group>"; };
154                 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCMediaDiscoverer.m; sourceTree = "<group>"; };
155                 6384FD070D0DBA20005EB1F7 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /System/Library/Frameworks/QuartzCore.framework; sourceTree = "<absolute>"; };
156                 8DC2EF5B0486A6940098B216 /* VLCKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = VLCKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
157                 A7A0CEA20D2EF13000F2C039 /* VLCVideoCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCVideoCommon.h; path = Internal/VLCVideoCommon.h; sourceTree = "<group>"; };
158                 A7A0CEA30D2EF13000F2C039 /* VLCVideoCommon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCVideoCommon.m; sourceTree = "<group>"; };
159                 D2F7E79907B2D74100F64583 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
160                 EF73118E0CB5797B009473B4 /* VLCAudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCAudio.h; path = Public/VLCAudio.h; sourceTree = "<group>"; };
161                 EF73118F0CB5797B009473B4 /* VLCAudio.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCAudio.m; sourceTree = "<group>"; };
162                 EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCEventManager.h; path = Internal/VLCEventManager.h; sourceTree = "<group>"; };
163                 EF78BD120CAEEEE700354E6E /* VLCKit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCKit.h; path = Public/VLCKit.h; sourceTree = "<group>"; };
164                 EF78BD130CAEEEE700354E6E /* VLCMedia.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCMedia.h; path = Public/VLCMedia.h; sourceTree = "<group>"; };
165                 EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCMediaLibrary.h; path = Public/VLCMediaLibrary.h; sourceTree = "<group>"; };
166                 EF78BD160CAEEEE700354E6E /* VLCMediaList.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCMediaList.h; path = Public/VLCMediaList.h; sourceTree = "<group>"; };
167                 EF78BD190CAEEEE700354E6E /* VLCTime.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCTime.h; path = Public/VLCTime.h; sourceTree = "<group>"; };
168                 EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCVideoView.h; path = Public/VLCVideoView.h; sourceTree = "<group>"; };
169                 EF78BD350CAEEFB000354E6E /* Pre-Compile.sh */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.sh; path = "Pre-Compile.sh"; sourceTree = "<group>"; };
170                 EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCEventManager.m; sourceTree = "<group>"; };
171                 EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCLibrary.m; sourceTree = "<group>"; };
172                 EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCMedia.m; sourceTree = "<group>"; };
173                 EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCMediaLibrary.m; sourceTree = "<group>"; };
174                 EF78BD410CAEEFF600354E6E /* VLCMediaList.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCMediaList.m; sourceTree = "<group>"; };
175                 EF78BD440CAEEFF600354E6E /* VLCTime.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCTime.m; sourceTree = "<group>"; };
176                 EF78BD450CAEEFF600354E6E /* VLCVideoView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCVideoView.m; sourceTree = "<group>"; };
177                 EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaPlayer.h; path = Public/VLCMediaPlayer.h; sourceTree = "<group>"; };
178                 EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaPlayer.m; sourceTree = "<group>"; };
179                 EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCLibVLCBridging.h; path = Internal/VLCLibVLCBridging.h; sourceTree = "<group>"; };
180 /* End PBXFileReference section */
181
182 /* Begin PBXFrameworksBuildPhase section */
183                 8DC2EF560486A6940098B216 /* Frameworks */ = {
184                         isa = PBXFrameworksBuildPhase;
185                         buildActionMask = 2147483647;
186                         files = (
187                                 8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */,
188                                 6384FD080D0DBA20005EB1F7 /* QuartzCore.framework in Frameworks */,
189                         );
190                         runOnlyForDeploymentPostprocessing = 0;
191                 };
192 /* End PBXFrameworksBuildPhase section */
193
194 /* Begin PBXGroup section */
195                 034768DFFF38A50411DB9C8B /* Products */ = {
196                         isa = PBXGroup;
197                         children = (
198                                 8DC2EF5B0486A6940098B216 /* VLCKit.framework */,
199                         );
200                         name = Products;
201                         sourceTree = "<group>";
202                 };
203                 0867D691FE84028FC02AAC07 /* VLC */ = {
204                         isa = PBXGroup;
205                         children = (
206                                 EF78BD3B0CAEEFD000354E6E /* Headers */,
207                                 08FB77AEFE84172EC02AAC07 /* Sources */,
208                                 32C88DFF0371C24200C91783 /* Other Sources */,
209                                 089C1665FE841158C02AAC07 /* Resources */,
210                                 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */,
211                                 034768DFFF38A50411DB9C8B /* Products */,
212                         );
213                         name = VLC;
214                         sourceTree = "<group>";
215                 };
216                 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
217                         isa = PBXGroup;
218                         children = (
219                                 EF53DD5F0CBD7BD100D3D4D0 /* Linked Libraries */,
220                                 1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */,
221                                 1058C7B2FEA5585E11CA2CBB /* Other Frameworks */,
222                         );
223                         name = "External Frameworks and Libraries";
224                         sourceTree = "<group>";
225                 };
226                 089C1665FE841158C02AAC07 /* Resources */ = {
227                         isa = PBXGroup;
228                         children = (
229                                 EF78BD350CAEEFB000354E6E /* Pre-Compile.sh */,
230                                 633753FF10ECE1C60072A0D9 /* Configure.sh */,
231                                 63030CC70CCA652C0088ECD1 /* Info.plist */,
232                         );
233                         name = Resources;
234                         sourceTree = "<group>";
235                 };
236                 08FB77AEFE84172EC02AAC07 /* Sources */ = {
237                         isa = PBXGroup;
238                         children = (
239                                 EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */,
240                                 EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */,
241                                 EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */,
242                                 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */,
243                                 EF78BD410CAEEFF600354E6E /* VLCMediaList.m */,
244                                 63014A781042ACE100534090 /* VLCMediaListPlayer.m */,
245                                 EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */,
246                                 EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */,
247                                 A7A0CEA30D2EF13000F2C039 /* VLCVideoCommon.m */,
248                                 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */,
249                                 EF78BD450CAEEFF600354E6E /* VLCVideoView.m */,
250                                 EF78BD440CAEEFF600354E6E /* VLCTime.m */,
251                                 EF73118F0CB5797B009473B4 /* VLCAudio.m */,
252                                 63098FDA110E7159005F46AE /* VLCExtensionsManager.m */,
253                                 63099114110F0EC3005F46AE /* VLCExtension.m */,
254                                 632A0F7B0D38F78500AFC99B /* Stream */,
255                         );
256                         path = Sources;
257                         sourceTree = "<group>";
258                 };
259                 1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */ = {
260                         isa = PBXGroup;
261                         children = (
262                                 6384FD070D0DBA20005EB1F7 /* QuartzCore.framework */,
263                                 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */,
264                         );
265                         name = "Linked Frameworks";
266                         sourceTree = "<group>";
267                 };
268                 1058C7B2FEA5585E11CA2CBB /* Other Frameworks */ = {
269                         isa = PBXGroup;
270                         children = (
271                                 0867D6A5FE840307C02AAC07 /* AppKit.framework */,
272                                 D2F7E79907B2D74100F64583 /* CoreData.framework */,
273                                 0867D69BFE84028FC02AAC07 /* Foundation.framework */,
274                         );
275                         name = "Other Frameworks";
276                         sourceTree = "<group>";
277                 };
278                 32C88DFF0371C24200C91783 /* Other Sources */ = {
279                         isa = PBXGroup;
280                         children = (
281                                 32DBCF5E0370ADEE00C91783 /* VLC_Prefix.pch */,
282                         );
283                         name = "Other Sources";
284                         sourceTree = "<group>";
285                 };
286                 632A0F7B0D38F78500AFC99B /* Stream */ = {
287                         isa = PBXGroup;
288                         children = (
289                                 632A0E840D3835C400AFC99B /* VLCStreamSession.m */,
290                                 632A0EC20D38392E00AFC99B /* VLCStreamOutput.m */,
291                         );
292                         name = Stream;
293                         sourceTree = "<group>";
294                 };
295                 632A0F7C0D38F79200AFC99B /* Stream */ = {
296                         isa = PBXGroup;
297                         children = (
298                                 632A0E830D3835C400AFC99B /* VLCStreamSession.h */,
299                                 632A0EC10D38392E00AFC99B /* VLCStreamOutput.h */,
300                         );
301                         name = Stream;
302                         sourceTree = "<group>";
303                 };
304                 637CFB960D2D281900A041B6 /* Internal */ = {
305                         isa = PBXGroup;
306                         children = (
307                                 EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */,
308                                 EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */,
309                                 A7A0CEA20D2EF13000F2C039 /* VLCVideoCommon.h */,
310                         );
311                         name = Internal;
312                         sourceTree = "<group>";
313                 };
314                 EF53DD5F0CBD7BD100D3D4D0 /* Linked Libraries */ = {
315                         isa = PBXGroup;
316                         children = (
317                         );
318                         name = "Linked Libraries";
319                         sourceTree = "<group>";
320                 };
321                 EF6BC9110DA1932F00DD37EF /* Public */ = {
322                         isa = PBXGroup;
323                         children = (
324                                 EF78BD120CAEEEE700354E6E /* VLCKit.h */,
325                                 637CFB930D2D280800A041B6 /* VLCLibrary.h */,
326                                 EF78BD130CAEEEE700354E6E /* VLCMedia.h */,
327                                 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */,
328                                 EF78BD160CAEEEE700354E6E /* VLCMediaList.h */,
329                                 63014B7D1042E64A00534090 /* VLCMediaListPlayer.h */,
330                                 EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */,
331                                 EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */,
332                                 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */,
333                                 EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */,
334                                 EF78BD190CAEEEE700354E6E /* VLCTime.h */,
335                                 EF73118E0CB5797B009473B4 /* VLCAudio.h */,
336                                 63099949110FC791005F46AE /* VLCExtension.h */,
337                                 6309994A110FC791005F46AE /* VLCExtensionsManager.h */,
338                                 632A0F7C0D38F79200AFC99B /* Stream */,
339                         );
340                         name = Public;
341                         sourceTree = "<group>";
342                 };
343                 EF78BD3B0CAEEFD000354E6E /* Headers */ = {
344                         isa = PBXGroup;
345                         children = (
346                                 637CFB960D2D281900A041B6 /* Internal */,
347                                 EF6BC9110DA1932F00DD37EF /* Public */,
348                         );
349                         path = Headers;
350                         sourceTree = "<group>";
351                 };
352 /* End PBXGroup section */
353
354 /* Begin PBXHeadersBuildPhase section */
355                 8DC2EF500486A6940098B216 /* Headers */ = {
356                         isa = PBXHeadersBuildPhase;
357                         buildActionMask = 2147483647;
358                         files = (
359                                 EF78BD100CAEEEC300354E6E /* VLCEventManager.h in Headers */,
360                                 EF78BD1B0CAEEEE700354E6E /* VLCKit.h in Headers */,
361                                 EF78BD1C0CAEEEE700354E6E /* VLCMedia.h in Headers */,
362                                 EF78BD1E0CAEEEE700354E6E /* VLCMediaLibrary.h in Headers */,
363                                 EF78BD1F0CAEEEE700354E6E /* VLCMediaList.h in Headers */,
364                                 EF78BE0F0CAF039400354E6E /* VLCTime.h in Headers */,
365                                 EF78BEF30CAF07E100354E6E /* VLCVideoView.h in Headers */,
366                                 EF8BB8D00CAFA8D80038A613 /* VLCMediaPlayer.h in Headers */,
367                                 EF7311900CB5797B009473B4 /* VLCAudio.h in Headers */,
368                                 EFD551DD0CC6DD720074CEE1 /* VLCLibVLCBridging.h in Headers */,
369                                 637D5ABD0CF6F2650073EA45 /* VLCMediaDiscoverer.h in Headers */,
370                                 6341FCAF0D2C0929002A97B7 /* VLCVideoLayer.h in Headers */,
371                                 637CFB940D2D280900A041B6 /* VLCLibrary.h in Headers */,
372                                 A7A0CEA40D2EF13000F2C039 /* VLCVideoCommon.h in Headers */,
373                                 632A0E850D3835C400AFC99B /* VLCStreamSession.h in Headers */,
374                                 632A0EC30D38392E00AFC99B /* VLCStreamOutput.h in Headers */,
375                                 63014B7E1042E64A00534090 /* VLCMediaListPlayer.h in Headers */,
376                                 6309994B110FC791005F46AE /* VLCExtension.h in Headers */,
377                                 6309994C110FC791005F46AE /* VLCExtensionsManager.h in Headers */,
378                         );
379                         runOnlyForDeploymentPostprocessing = 0;
380                 };
381 /* End PBXHeadersBuildPhase section */
382
383 /* Begin PBXNativeTarget section */
384                 8DC2EF4F0486A6940098B216 /* VLCKit */ = {
385                         isa = PBXNativeTarget;
386                         buildConfigurationList = 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "VLCKit" */;
387                         buildPhases = (
388                                 EF78BD2E0CAEEF9500354E6E /* ShellScript */,
389                                 8DC2EF540486A6940098B216 /* Sources */,
390                                 8DC2EF500486A6940098B216 /* Headers */,
391                                 8DC2EF520486A6940098B216 /* Resources */,
392                                 8DC2EF560486A6940098B216 /* Frameworks */,
393                         );
394                         buildRules = (
395                         );
396                         comments = "-lvlc -lvlc-control -dylib_file @loader_path/../lib/vlc_libintl.dylib:$(TARGET_BUILD_DIR)/$(PROJECT_NAME).framework/lib/vlc_libintl.dylib -dylib_file @loader_path/../lib/libvlc.dylib:$(TARGET_BUILD_DIR)/$(PROJECT_NAME).framework/lib/libvlc.dylib";
397                         dependencies = (
398                         );
399                         name = VLCKit;
400                         productInstallPath = "$(HOME)/Library/Frameworks";
401                         productName = VLC;
402                         productReference = 8DC2EF5B0486A6940098B216 /* VLCKit.framework */;
403                         productType = "com.apple.product-type.framework";
404                 };
405 /* End PBXNativeTarget section */
406
407 /* Begin PBXProject section */
408                 0867D690FE84028FC02AAC07 /* Project object */ = {
409                         isa = PBXProject;
410                         buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "VLCKit" */;
411                         compatibilityVersion = "Xcode 3.1";
412                         hasScannedForEncodings = 1;
413                         mainGroup = 0867D691FE84028FC02AAC07 /* VLC */;
414                         productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
415                         projectDirPath = "";
416                         projectRoot = "";
417                         targets = (
418                                 633BD6D20D2ADE040012A314 /* Build Everything */,
419                                 633BD6E40D2ADF030012A314 /* Setup VLC contribs */,
420                                 63FFDBCE0D2AE2AE0092FC96 /* Run VLC configure */,
421                                 6337547910ED090A0072A0D9 /* Make VLC */,
422                                 8DC2EF4F0486A6940098B216 /* VLCKit */,
423                         );
424                 };
425 /* End PBXProject section */
426
427 /* Begin PBXResourcesBuildPhase section */
428                 8DC2EF520486A6940098B216 /* Resources */ = {
429                         isa = PBXResourcesBuildPhase;
430                         buildActionMask = 2147483647;
431                         files = (
432                         );
433                         runOnlyForDeploymentPostprocessing = 0;
434                 };
435 /* End PBXResourcesBuildPhase section */
436
437 /* Begin PBXShellScriptBuildPhase section */
438                 631A90420D5A007D0014A2CE /* bootstrap */ = {
439                         isa = PBXShellScriptBuildPhase;
440                         buildActionMask = 2147483647;
441                         files = (
442                         );
443                         inputPaths = (
444                                 "$(SRCROOT)/../../../bootstrap",
445                         );
446                         name = bootstrap;
447                         outputPaths = (
448                                 "$(SRCROOT)/../../../configure",
449                         );
450                         runOnlyForDeploymentPostprocessing = 0;
451                         shellPath = /bin/sh;
452                         shellScript = "top_srcdir=`pwd`/../../..\n\nif test $ACTION = \"clean\"\nthen\n    exit 0\nfi\n\ncd $top_srcdir && ./bootstrap\n";
453                         showEnvVarsInLog = 0;
454                 };
455                 6337548010ED091D0072A0D9 /* make */ = {
456                         isa = PBXShellScriptBuildPhase;
457                         buildActionMask = 2147483647;
458                         files = (
459                         );
460                         inputPaths = (
461                         );
462                         name = make;
463                         outputPaths = (
464                         );
465                         runOnlyForDeploymentPostprocessing = 0;
466                         shellPath = /bin/sh;
467                         shellScript = "for arch in $ARCHS; do\n\techo \"Make [$arch]\"\n\tcd  $VLC_BUILD_DIR/$arch\n\tmake\ndone";
468                 };
469                 633754D310ED0D330072A0D9 /* install */ = {
470                         isa = PBXShellScriptBuildPhase;
471                         buildActionMask = 2147483647;
472                         files = (
473                         );
474                         inputPaths = (
475                                 "$(SYMROOT)/vlc_build_dir/src/.lib/libvlccore.dylib",
476                                 "$(SYMROOT)/vlc_build_dir/src/.lib/libvlc.dylib",
477                                 "$(SYMROOT)/vlc_build_dir/bin/.lib/vlc",
478                         );
479                         name = install;
480                         outputPaths = (
481                                 "$(SYMROOT)/vlc_build_dir/lib/libvlccore.dylib",
482                                 "$(SYMROOT)/vlc_build_dir/lib/libvlc.dylib",
483                                 "$(SYMROOT)/vlc_build_dir/bin/vlc",
484                         );
485                         runOnlyForDeploymentPostprocessing = 0;
486                         shellPath = /bin/sh;
487                         shellScript = "for arch in $ARCHS; do\n\tcd  $VLC_BUILD_DIR/$arch\n\tcd src\n\techo \"Installing  [$arch] libvlc, libvlccore, vlc\"\n\tmake install --quiet > /dev/null\ndone";
488                 };
489                 633BD6E30D2ADF030012A314 /* make */ = {
490                         isa = PBXShellScriptBuildPhase;
491                         buildActionMask = 2147483647;
492                         files = (
493                         );
494                         inputPaths = (
495                                 $SRCROOT/../../../extras/contrib/bootstrap,
496                         );
497                         name = make;
498                         outputPaths = (
499                                 $SRCROOT/../../../extras/contrib/config.mak,
500                         );
501                         runOnlyForDeploymentPostprocessing = 0;
502                         shellPath = /bin/sh;
503                         shellScript = "cd ../../../extras/contrib\n\nif test $ACTION = \"clean\"\nthen\n    make clean\n    exit 0\nfi\n\necho \"Building a set of contribs for $ARCHS...\"\necho \"\"\n\nfor arch in $ARCHS; do\n\techo \"Making contribs for $arch\"\n\tif test \"$arch\" = \"x86_64\"; then\n          ./bootstrap x86_64-apple-darwin10\n\telse\n          ./bootstrap\n\tfi\n\tmake\ndone\n";
504                         showEnvVarsInLog = 0;
505                 };
506                 63FFDBCD0D2AE2AE0092FC96 /* configure */ = {
507                         isa = PBXShellScriptBuildPhase;
508                         buildActionMask = 2147483647;
509                         files = (
510                         );
511                         inputPaths = (
512                         );
513                         name = configure;
514                         outputPaths = (
515                         );
516                         runOnlyForDeploymentPostprocessing = 0;
517                         shellPath = /bin/sh;
518                         shellScript = "sh $SOURCE_ROOT/Configure.sh";
519                 };
520                 EF78BD2E0CAEEF9500354E6E /* ShellScript */ = {
521                         isa = PBXShellScriptBuildPhase;
522                         buildActionMask = 2147483647;
523                         files = (
524                         );
525                         inputPaths = (
526                         );
527                         outputPaths = (
528                         );
529                         runOnlyForDeploymentPostprocessing = 0;
530                         shellPath = /bin/sh;
531                         shellScript = "sh $SOURCE_ROOT/Pre-Compile.sh";
532                         showEnvVarsInLog = 0;
533                 };
534 /* End PBXShellScriptBuildPhase section */
535
536 /* Begin PBXSourcesBuildPhase section */
537                 8DC2EF540486A6940098B216 /* Sources */ = {
538                         isa = PBXSourcesBuildPhase;
539                         buildActionMask = 2147483647;
540                         files = (
541                                 EF78BD460CAEEFF600354E6E /* VLCEventManager.m in Sources */,
542                                 EF78BD470CAEEFF600354E6E /* VLCLibrary.m in Sources */,
543                                 EF78BD480CAEEFF600354E6E /* VLCMedia.m in Sources */,
544                                 EF78BD4A0CAEEFF600354E6E /* VLCMediaLibrary.m in Sources */,
545                                 EF78BD4B0CAEEFF600354E6E /* VLCMediaList.m in Sources */,
546                                 EF78BE100CAF039400354E6E /* VLCTime.m in Sources */,
547                                 EF78BEF40CAF07E500354E6E /* VLCVideoView.m in Sources */,
548                                 EF8BB8D10CAFA8D80038A613 /* VLCMediaPlayer.m in Sources */,
549                                 EF7311910CB5797B009473B4 /* VLCAudio.m in Sources */,
550                                 637D5ADC0CF6F2720073EA45 /* VLCMediaDiscoverer.m in Sources */,
551                                 6341FCB10D2C0936002A97B7 /* VLCVideoLayer.m in Sources */,
552                                 A7A0CEA50D2EF13000F2C039 /* VLCVideoCommon.m in Sources */,
553                                 632A0E860D3835C400AFC99B /* VLCStreamSession.m in Sources */,
554                                 632A0EC40D38392E00AFC99B /* VLCStreamOutput.m in Sources */,
555                                 63014A7A1042ACE100534090 /* VLCMediaListPlayer.m in Sources */,
556                                 63098FDC110E7159005F46AE /* VLCExtensionsManager.m in Sources */,
557                                 63099116110F0EC3005F46AE /* VLCExtension.m in Sources */,
558                         );
559                         runOnlyForDeploymentPostprocessing = 0;
560                 };
561 /* End PBXSourcesBuildPhase section */
562
563 /* Begin PBXTargetDependency section */
564                 633754FA10ED103B0072A0D9 /* PBXTargetDependency */ = {
565                         isa = PBXTargetDependency;
566                         target = 6337547910ED090A0072A0D9 /* Make VLC */;
567                         targetProxy = 633754F910ED103B0072A0D9 /* PBXContainerItemProxy */;
568                 };
569                 633BD6EE0D2AE03E0012A314 /* PBXTargetDependency */ = {
570                         isa = PBXTargetDependency;
571                         target = 633BD6E40D2ADF030012A314 /* Setup VLC contribs */;
572                         targetProxy = 633BD6ED0D2AE03E0012A314 /* PBXContainerItemProxy */;
573                 };
574                 633BD6F20D2AE0430012A314 /* PBXTargetDependency */ = {
575                         isa = PBXTargetDependency;
576                         target = 8DC2EF4F0486A6940098B216 /* VLCKit */;
577                         targetProxy = 633BD6F10D2AE0430012A314 /* PBXContainerItemProxy */;
578                 };
579                 63FFDBD30D2AE3070092FC96 /* PBXTargetDependency */ = {
580                         isa = PBXTargetDependency;
581                         target = 63FFDBCE0D2AE2AE0092FC96 /* Run VLC configure */;
582                         targetProxy = 63FFDBD20D2AE3070092FC96 /* PBXContainerItemProxy */;
583                 };
584 /* End PBXTargetDependency section */
585
586 /* Begin XCBuildConfiguration section */
587                 1DEB91AE08733DA50010E9CD /* Debug */ = {
588                         isa = XCBuildConfiguration;
589                         buildSettings = {
590                                 COPY_PHASE_STRIP = NO;
591                                 DYLIB_COMPATIBILITY_VERSION = 1;
592                                 DYLIB_CURRENT_VERSION = 1;
593                                 FRAMEWORK_VERSION = A;
594                                 GCC_DYNAMIC_NO_PIC = NO;
595                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
596                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
597                                 GCC_MODEL_TUNING = "";
598                                 GCC_OPTIMIZATION_LEVEL = 0;
599                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
600                                 GCC_PREFIX_HEADER = VLC_Prefix.pch;
601                                 GCC_VERSION = com.apple.compilers.llvmgcc42;
602                                 HEADER_SEARCH_PATHS = (
603                                         "$(VLC_SRC_DIR)/include",
604                                         "Headers/**",
605                                 );
606                                 INFOPLIST_FILE = Resources/Info.plist;
607                                 INSTALL_PATH = "@loader_path/../Frameworks";
608                                 LIBRARY_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)/$(PRODUCT_NAME).$(WRAPPER_EXTENSION)/lib";
609                                 OTHER_LDFLAGS = (
610                                         "-lvlccore",
611                                         "-single_module",
612                                         "-read_only_relocs",
613                                         suppress,
614                                         "-lvlc",
615                                 );
616                                 PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders";
617                                 PRODUCT_NAME = VLCKit;
618                                 SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
619                                 SDKROOT = macosx10.5;
620                                 WRAPPER_EXTENSION = framework;
621                         };
622                         name = Debug;
623                 };
624                 1DEB91AF08733DA50010E9CD /* Release */ = {
625                         isa = XCBuildConfiguration;
626                         buildSettings = {
627                                 DYLIB_COMPATIBILITY_VERSION = 1;
628                                 DYLIB_CURRENT_VERSION = 1;
629                                 FRAMEWORK_VERSION = A;
630                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
631                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
632                                 GCC_MODEL_TUNING = "";
633                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
634                                 GCC_PREFIX_HEADER = VLC_Prefix.pch;
635                                 GCC_VERSION = com.apple.compilers.llvmgcc42;
636                                 HEADER_SEARCH_PATHS = (
637                                         "$(VLC_SRC_DIR)/include",
638                                         "Headers/**",
639                                 );
640                                 INFOPLIST_FILE = Resources/Info.plist;
641                                 INSTALL_PATH = "@loader_path/../Frameworks";
642                                 LIBRARY_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)/$(PRODUCT_NAME).$(WRAPPER_EXTENSION)/lib";
643                                 OTHER_LDFLAGS = (
644                                         "-lvlccore",
645                                         "-single_module",
646                                         "-read_only_relocs",
647                                         suppress,
648                                         "-lvlc",
649                                 );
650                                 PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders";
651                                 PRODUCT_NAME = VLCKit;
652                                 SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
653                                 SDKROOT = macosx10.5;
654                                 WRAPPER_EXTENSION = framework;
655                         };
656                         name = Release;
657                 };
658                 1DEB91B208733DA50010E9CD /* Debug */ = {
659                         isa = XCBuildConfiguration;
660                         buildSettings = {
661                                 ARCHS = (
662                                         x86_64,
663                                         i386,
664                                 );
665                                 GCC_C_LANGUAGE_STANDARD = c99;
666                                 GCC_ENABLE_OBJC_GC = supported;
667                                 GCC_VERSION = com.apple.compilers.llvmgcc42;
668                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
669                                 GCC_WARN_UNUSED_VARIABLE = YES;
670                                 ONLY_ACTIVE_ARCH = YES;
671                                 PREBINDING = NO;
672                                 SDKROOT = macosx10.5;
673                                 VLC_BUILD_DIR = "$(SYMROOT)/$(CONFIGURATION)/vlc_build_dir";
674                                 VLC_SRC_DIR = "$(SRCROOT)/../../..";
675                         };
676                         name = Debug;
677                 };
678                 1DEB91B308733DA50010E9CD /* Release */ = {
679                         isa = XCBuildConfiguration;
680                         buildSettings = {
681                                 ARCHS = (
682                                         x86_64,
683                                         i386,
684                                 );
685                                 GCC_C_LANGUAGE_STANDARD = c99;
686                                 GCC_ENABLE_OBJC_GC = supported;
687                                 GCC_VERSION = com.apple.compilers.llvmgcc42;
688                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
689                                 GCC_WARN_UNUSED_VARIABLE = YES;
690                                 ONLY_ACTIVE_ARCH = NO;
691                                 PREBINDING = NO;
692                                 SDKROOT = macosx10.5;
693                                 VLC_BUILD_DIR = "$(SYMROOT)/$(CONFIGURATION)/vlc_build_dir";
694                                 VLC_SRC_DIR = "$(SRCROOT)/../../..";
695                         };
696                         name = Release;
697                 };
698                 6337547C10ED090B0072A0D9 /* Debug */ = {
699                         isa = XCBuildConfiguration;
700                         buildSettings = {
701                                 PRODUCT_NAME = VLC;
702                         };
703                         name = Debug;
704                 };
705                 6337547D10ED090B0072A0D9 /* Release */ = {
706                         isa = XCBuildConfiguration;
707                         buildSettings = {
708                                 PRODUCT_NAME = VLC;
709                         };
710                         name = Release;
711                 };
712                 633BD6D40D2ADE050012A314 /* Debug */ = {
713                         isa = XCBuildConfiguration;
714                         buildSettings = {
715                                 COPY_PHASE_STRIP = NO;
716                                 GCC_DYNAMIC_NO_PIC = NO;
717                                 GCC_OPTIMIZATION_LEVEL = 0;
718                                 PRODUCT_NAME = "vlc-core-modules";
719                         };
720                         name = Debug;
721                 };
722                 633BD6D50D2ADE050012A314 /* Release */ = {
723                         isa = XCBuildConfiguration;
724                         buildSettings = {
725                                 COPY_PHASE_STRIP = YES;
726                                 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
727                                 GCC_ENABLE_FIX_AND_CONTINUE = NO;
728                                 PRODUCT_NAME = "vlc-core-modules";
729                                 ZERO_LINK = NO;
730                         };
731                         name = Release;
732                 };
733                 633BD6E50D2ADF030012A314 /* Debug */ = {
734                         isa = XCBuildConfiguration;
735                         buildSettings = {
736                                 COPY_PHASE_STRIP = NO;
737                                 GCC_DYNAMIC_NO_PIC = NO;
738                                 GCC_OPTIMIZATION_LEVEL = 0;
739                                 PRODUCT_NAME = "vlc-contrib";
740                         };
741                         name = Debug;
742                 };
743                 633BD6E60D2ADF030012A314 /* Release */ = {
744                         isa = XCBuildConfiguration;
745                         buildSettings = {
746                                 COPY_PHASE_STRIP = YES;
747                                 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
748                                 GCC_ENABLE_FIX_AND_CONTINUE = NO;
749                                 PRODUCT_NAME = "vlc-contrib";
750                                 ZERO_LINK = NO;
751                         };
752                         name = Release;
753                 };
754                 63FFDBD00D2AE2AE0092FC96 /* Debug */ = {
755                         isa = XCBuildConfiguration;
756                         buildSettings = {
757                                 CC = "/Developer/usr/bin/llvm-gcc-4.2";
758                                 COPY_PHASE_STRIP = NO;
759                                 CXX = "/Developer/usr/bin/llvm-g++-4.2";
760                                 GCC_DYNAMIC_NO_PIC = NO;
761                                 GCC_OPTIMIZATION_LEVEL = 0;
762                                 GCC_VERSION = 4.2;
763                                 OBJC = "/Developer/usr/bin/llvm-gcc-4.2";
764                                 PRODUCT_NAME = "vlc-bootstrap";
765                         };
766                         name = Debug;
767                 };
768                 63FFDBD10D2AE2AE0092FC96 /* Release */ = {
769                         isa = XCBuildConfiguration;
770                         buildSettings = {
771                                 CC = "/Developer/usr/bin/llvm-gcc-4.2";
772                                 COPY_PHASE_STRIP = YES;
773                                 CXX = "/Developer/usr/bin/llvm-g++-4.2";
774                                 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
775                                 GCC_ENABLE_FIX_AND_CONTINUE = NO;
776                                 GCC_VERSION = 4.2;
777                                 OBJC = "/Developer/usr/bin/llvm-gcc-4.2";
778                                 PRODUCT_NAME = "vlc-bootstrap";
779                                 ZERO_LINK = NO;
780                         };
781                         name = Release;
782                 };
783 /* End XCBuildConfiguration section */
784
785 /* Begin XCConfigurationList section */
786                 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "VLCKit" */ = {
787                         isa = XCConfigurationList;
788                         buildConfigurations = (
789                                 1DEB91AE08733DA50010E9CD /* Debug */,
790                                 1DEB91AF08733DA50010E9CD /* Release */,
791                         );
792                         defaultConfigurationIsVisible = 0;
793                         defaultConfigurationName = Debug;
794                 };
795                 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "VLCKit" */ = {
796                         isa = XCConfigurationList;
797                         buildConfigurations = (
798                                 1DEB91B208733DA50010E9CD /* Debug */,
799                                 1DEB91B308733DA50010E9CD /* Release */,
800                         );
801                         defaultConfigurationIsVisible = 0;
802                         defaultConfigurationName = Debug;
803                 };
804                 6337548110ED093B0072A0D9 /* Build configuration list for PBXAggregateTarget "Make VLC" */ = {
805                         isa = XCConfigurationList;
806                         buildConfigurations = (
807                                 6337547C10ED090B0072A0D9 /* Debug */,
808                                 6337547D10ED090B0072A0D9 /* Release */,
809                         );
810                         defaultConfigurationIsVisible = 0;
811                         defaultConfigurationName = Debug;
812                 };
813                 633BD6D60D2ADE230012A314 /* Build configuration list for PBXAggregateTarget "Build Everything" */ = {
814                         isa = XCConfigurationList;
815                         buildConfigurations = (
816                                 633BD6D40D2ADE050012A314 /* Debug */,
817                                 633BD6D50D2ADE050012A314 /* Release */,
818                         );
819                         defaultConfigurationIsVisible = 0;
820                         defaultConfigurationName = Debug;
821                 };
822                 633BD6EC0D2ADF460012A314 /* Build configuration list for PBXAggregateTarget "Setup VLC contribs" */ = {
823                         isa = XCConfigurationList;
824                         buildConfigurations = (
825                                 633BD6E50D2ADF030012A314 /* Debug */,
826                                 633BD6E60D2ADF030012A314 /* Release */,
827                         );
828                         defaultConfigurationIsVisible = 0;
829                         defaultConfigurationName = Debug;
830                 };
831                 63FFDBD50D2AE3250092FC96 /* Build configuration list for PBXAggregateTarget "Run VLC configure" */ = {
832                         isa = XCConfigurationList;
833                         buildConfigurations = (
834                                 63FFDBD00D2AE2AE0092FC96 /* Debug */,
835                                 63FFDBD10D2AE2AE0092FC96 /* Release */,
836                         );
837                         defaultConfigurationIsVisible = 0;
838                         defaultConfigurationName = Debug;
839                 };
840 /* End XCConfigurationList section */
841         };
842         rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
843 }