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