123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXAggregateTarget section */
- 6337547910ED090A0072A0D9 /* Make VLC */ = {
- isa = PBXAggregateTarget;
- buildConfigurationList = 6337548110ED093B0072A0D9 /* Build configuration list for PBXAggregateTarget "Make VLC" */;
- buildPhases = (
- 6337548010ED091D0072A0D9 /* make */,
- 633754D310ED0D330072A0D9 /* install */,
- );
- dependencies = (
- CC4C58F413F539B900FB0EFC /* PBXTargetDependency */,
- );
- name = "Make VLC";
- productName = "Make VLC 2";
- };
- 633BD6E40D2ADF030012A314 /* Setup VLC contribs */ = {
- isa = PBXAggregateTarget;
- buildConfigurationList = 633BD6EC0D2ADF460012A314 /* Build configuration list for PBXAggregateTarget "Setup VLC contribs" */;
- buildPhases = (
- 633BD6E30D2ADF030012A314 /* make */,
- );
- dependencies = (
- );
- name = "Setup VLC contribs";
- productName = "vlc-contrib";
- };
- 63FFDBCE0D2AE2AE0092FC96 /* Run VLC configure */ = {
- isa = PBXAggregateTarget;
- buildConfigurationList = 63FFDBD50D2AE3250092FC96 /* Build configuration list for PBXAggregateTarget "Run VLC configure" */;
- buildPhases = (
- 631A90420D5A007D0014A2CE /* bootstrap */,
- 63FFDBCD0D2AE2AE0092FC96 /* configure */,
- );
- dependencies = (
- );
- name = "Run VLC configure";
- productName = "vlc-bootstrap";
- };
- CC1EA79815938D7E00C40EF9 /* Fetch libvlc */ = {
- isa = PBXAggregateTarget;
- buildConfigurationList = CC1EA79A15938D7E00C40EF9 /* Build configuration list for PBXAggregateTarget "Fetch libvlc" */;
- buildPhases = (
- CC1EA79915938D7E00C40EF9 /* make */,
- );
- dependencies = (
- );
- name = "Fetch libvlc";
- productName = "vlc-contrib";
- };
- CC61094C112F4AB500FAFD22 /* Make VLC and VLCKit */ = {
- isa = PBXAggregateTarget;
- buildConfigurationList = CC61095D112F4AD400FAFD22 /* Build configuration list for PBXAggregateTarget "Make VLC and VLCKit" */;
- buildPhases = (
- );
- dependencies = (
- CC610951112F4ABB00FAFD22 /* PBXTargetDependency */,
- CC610953112F4ABF00FAFD22 /* PBXTargetDependency */,
- );
- name = "Make VLC and VLCKit";
- productName = "Make VLC and VLCKit";
- };
- /* End PBXAggregateTarget section */
- /* Begin PBXBuildFile section */
- 63014A7A1042ACE100534090 /* VLCMediaListPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 63014A781042ACE100534090 /* VLCMediaListPlayer.m */; };
- 63014B7E1042E64A00534090 /* VLCMediaListPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 63014B7D1042E64A00534090 /* VLCMediaListPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 63098FDC110E7159005F46AE /* VLCExtensionsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 63098FDA110E7159005F46AE /* VLCExtensionsManager.m */; };
- 63099116110F0EC3005F46AE /* VLCExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 63099114110F0EC3005F46AE /* VLCExtension.m */; };
- 6309994B110FC791005F46AE /* VLCExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 63099949110FC791005F46AE /* VLCExtension.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 6309994C110FC791005F46AE /* VLCExtensionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6309994A110FC791005F46AE /* VLCExtensionsManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 632A0E850D3835C400AFC99B /* VLCStreamSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A0E830D3835C400AFC99B /* VLCStreamSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 632A0E860D3835C400AFC99B /* VLCStreamSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 632A0E840D3835C400AFC99B /* VLCStreamSession.m */; };
- 632A0EC30D38392E00AFC99B /* VLCStreamOutput.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A0EC10D38392E00AFC99B /* VLCStreamOutput.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 632A0EC40D38392E00AFC99B /* VLCStreamOutput.m in Sources */ = {isa = PBXBuildFile; fileRef = 632A0EC20D38392E00AFC99B /* VLCStreamOutput.m */; };
- 6341FCAF0D2C0929002A97B7 /* VLCVideoLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 6341FCB10D2C0936002A97B7 /* VLCVideoLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */; };
- 636E974E11E8DCF1002FE8A9 /* VLCMediaThumbnailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 636E974C11E8DCF1002FE8A9 /* VLCMediaThumbnailer.m */; };
- 637CFB940D2D280900A041B6 /* VLCLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 637CFB930D2D280800A041B6 /* VLCLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 637D5ABD0CF6F2650073EA45 /* VLCMediaDiscoverer.h in Headers */ = {isa = PBXBuildFile; fileRef = 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 637D5ADC0CF6F2720073EA45 /* VLCMediaDiscoverer.m in Sources */ = {isa = PBXBuildFile; fileRef = 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */; };
- 6384FD080D0DBA20005EB1F7 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6384FD070D0DBA20005EB1F7 /* QuartzCore.framework */; };
- 63D88D93124E9BF600F65FA0 /* VLCMediaThumbnailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 63D88D92124E9BF600F65FA0 /* VLCMediaThumbnailer.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; };
- A7A0CEA40D2EF13000F2C039 /* VLCVideoCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = A7A0CEA20D2EF13000F2C039 /* VLCVideoCommon.h */; };
- A7A0CEA50D2EF13000F2C039 /* VLCVideoCommon.m in Sources */ = {isa = PBXBuildFile; fileRef = A7A0CEA30D2EF13000F2C039 /* VLCVideoCommon.m */; };
- CC4C591113F53EA400FB0EFC /* VLCEventManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */; };
- CC4C591213F53EA400FB0EFC /* VLCLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */; };
- CC4C591313F53EA400FB0EFC /* VLCMedia.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */; };
- CC4C591413F53EA400FB0EFC /* VLCMediaLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */; };
- CC4C591513F53EA400FB0EFC /* VLCMediaList.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD410CAEEFF600354E6E /* VLCMediaList.m */; };
- CC4C591613F53EA400FB0EFC /* VLCTime.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD440CAEEFF600354E6E /* VLCTime.m */; };
- CC4C591713F53EA400FB0EFC /* VLCVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD450CAEEFF600354E6E /* VLCVideoView.m */; };
- CC4C591813F53EA400FB0EFC /* VLCMediaPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */; };
- CC4C591913F53EA400FB0EFC /* VLCAudio.m in Sources */ = {isa = PBXBuildFile; fileRef = EF73118F0CB5797B009473B4 /* VLCAudio.m */; };
- CC4C591A13F53EA400FB0EFC /* VLCMediaDiscoverer.m in Sources */ = {isa = PBXBuildFile; fileRef = 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */; };
- CC4C591B13F53EA400FB0EFC /* VLCVideoLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */; };
- CC4C591C13F53EA400FB0EFC /* VLCVideoCommon.m in Sources */ = {isa = PBXBuildFile; fileRef = A7A0CEA30D2EF13000F2C039 /* VLCVideoCommon.m */; };
- CC4C591D13F53EA400FB0EFC /* VLCStreamSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 632A0E840D3835C400AFC99B /* VLCStreamSession.m */; };
- CC4C591E13F53EA400FB0EFC /* VLCStreamOutput.m in Sources */ = {isa = PBXBuildFile; fileRef = 632A0EC20D38392E00AFC99B /* VLCStreamOutput.m */; };
- CC4C591F13F53EA400FB0EFC /* VLCMediaListPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 63014A781042ACE100534090 /* VLCMediaListPlayer.m */; };
- CC4C592013F53EA400FB0EFC /* VLCExtensionsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 63098FDA110E7159005F46AE /* VLCExtensionsManager.m */; };
- CC4C592113F53EA400FB0EFC /* VLCExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 63099114110F0EC3005F46AE /* VLCExtension.m */; };
- CC4C592213F53EA400FB0EFC /* VLCMediaThumbnailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 636E974C11E8DCF1002FE8A9 /* VLCMediaThumbnailer.m */; };
- CC4C592413F53EA400FB0EFC /* VLCEventManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */; settings = {ATTRIBUTES = (); }; };
- CC4C592513F53EA400FB0EFC /* VLCKit.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD120CAEEEE700354E6E /* VLCKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
- CC4C592613F53EA400FB0EFC /* VLCMedia.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD130CAEEEE700354E6E /* VLCMedia.h */; settings = {ATTRIBUTES = (Public, ); }; };
- CC4C592713F53EA400FB0EFC /* VLCMediaLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; };
- CC4C592813F53EA400FB0EFC /* VLCMediaList.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD160CAEEEE700354E6E /* VLCMediaList.h */; settings = {ATTRIBUTES = (Public, ); }; };
- CC4C592913F53EA400FB0EFC /* VLCTime.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD190CAEEEE700354E6E /* VLCTime.h */; settings = {ATTRIBUTES = (Public, ); }; };
- CC4C592A13F53EA400FB0EFC /* VLCVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */; settings = {ATTRIBUTES = (Public, ); }; };
- CC4C592B13F53EA400FB0EFC /* VLCMediaPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
- CC4C592C13F53EA400FB0EFC /* VLCAudio.h in Headers */ = {isa = PBXBuildFile; fileRef = EF73118E0CB5797B009473B4 /* VLCAudio.h */; settings = {ATTRIBUTES = (Public, ); }; };
- CC4C592D13F53EA400FB0EFC /* VLCLibVLCBridging.h in Headers */ = {isa = PBXBuildFile; fileRef = EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */; };
- CC4C592E13F53EA400FB0EFC /* VLCMediaDiscoverer.h in Headers */ = {isa = PBXBuildFile; fileRef = 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */; settings = {ATTRIBUTES = (Public, ); }; };
- CC4C592F13F53EA400FB0EFC /* VLCVideoLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
- CC4C593013F53EA400FB0EFC /* VLCLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 637CFB930D2D280800A041B6 /* VLCLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; };
- CC4C593113F53EA400FB0EFC /* VLCVideoCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = A7A0CEA20D2EF13000F2C039 /* VLCVideoCommon.h */; };
- CC4C593213F53EA400FB0EFC /* VLCStreamSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A0E830D3835C400AFC99B /* VLCStreamSession.h */; settings = {ATTRIBUTES = (Public, ); }; };
- CC4C593313F53EA400FB0EFC /* VLCStreamOutput.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A0EC10D38392E00AFC99B /* VLCStreamOutput.h */; settings = {ATTRIBUTES = (Public, ); }; };
- CC4C593413F53EA400FB0EFC /* VLCMediaListPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 63014B7D1042E64A00534090 /* VLCMediaListPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
- CC4C593513F53EA400FB0EFC /* VLCExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 63099949110FC791005F46AE /* VLCExtension.h */; settings = {ATTRIBUTES = (Public, ); }; };
- CC4C593613F53EA400FB0EFC /* VLCExtensionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6309994A110FC791005F46AE /* VLCExtensionsManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
- CC4C593713F53EA400FB0EFC /* VLCMediaThumbnailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 63D88D92124E9BF600F65FA0 /* VLCMediaThumbnailer.h */; settings = {ATTRIBUTES = (Public, ); }; };
- CC4C593A13F53EA400FB0EFC /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; };
- CC4C593B13F53EA400FB0EFC /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6384FD070D0DBA20005EB1F7 /* QuartzCore.framework */; };
- EF7311900CB5797B009473B4 /* VLCAudio.h in Headers */ = {isa = PBXBuildFile; fileRef = EF73118E0CB5797B009473B4 /* VLCAudio.h */; settings = {ATTRIBUTES = (Public, ); }; };
- EF7311910CB5797B009473B4 /* VLCAudio.m in Sources */ = {isa = PBXBuildFile; fileRef = EF73118F0CB5797B009473B4 /* VLCAudio.m */; };
- EF78BD100CAEEEC300354E6E /* VLCEventManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */; settings = {ATTRIBUTES = (); }; };
- EF78BD1B0CAEEEE700354E6E /* VLCKit.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD120CAEEEE700354E6E /* VLCKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
- EF78BD1C0CAEEEE700354E6E /* VLCMedia.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD130CAEEEE700354E6E /* VLCMedia.h */; settings = {ATTRIBUTES = (Public, ); }; };
- EF78BD1E0CAEEEE700354E6E /* VLCMediaLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; };
- EF78BD1F0CAEEEE700354E6E /* VLCMediaList.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD160CAEEEE700354E6E /* VLCMediaList.h */; settings = {ATTRIBUTES = (Public, ); }; };
- EF78BD460CAEEFF600354E6E /* VLCEventManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */; };
- EF78BD470CAEEFF600354E6E /* VLCLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */; };
- EF78BD480CAEEFF600354E6E /* VLCMedia.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */; };
- EF78BD4A0CAEEFF600354E6E /* VLCMediaLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */; };
- EF78BD4B0CAEEFF600354E6E /* VLCMediaList.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD410CAEEFF600354E6E /* VLCMediaList.m */; };
- EF78BE0F0CAF039400354E6E /* VLCTime.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD190CAEEEE700354E6E /* VLCTime.h */; settings = {ATTRIBUTES = (Public, ); }; };
- EF78BE100CAF039400354E6E /* VLCTime.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD440CAEEFF600354E6E /* VLCTime.m */; };
- EF78BEF30CAF07E100354E6E /* VLCVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */; settings = {ATTRIBUTES = (Public, ); }; };
- EF78BEF40CAF07E500354E6E /* VLCVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD450CAEEFF600354E6E /* VLCVideoView.m */; };
- EF8BB8D00CAFA8D80038A613 /* VLCMediaPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
- EF8BB8D10CAFA8D80038A613 /* VLCMediaPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */; };
- EFD551DD0CC6DD720074CEE1 /* VLCLibVLCBridging.h in Headers */ = {isa = PBXBuildFile; fileRef = EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */; };
- /* End PBXBuildFile section */
- /* Begin PBXContainerItemProxy section */
- CC1EA7A115938F2200C40EF9 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = CC1EA79815938D7E00C40EF9;
- remoteInfo = "Fetch libvlc";
- };
- CC4C58F313F539B900FB0EFC /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 63FFDBCE0D2AE2AE0092FC96;
- remoteInfo = "Run VLC configure";
- };
- CC4C590A13F53EA400FB0EFC /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 633BD6E40D2ADF030012A314;
- remoteInfo = "Setup VLC contribs";
- };
- CC4C590C13F53EA400FB0EFC /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 63FFDBCE0D2AE2AE0092FC96;
- remoteInfo = "Run VLC configure";
- };
- CC4C590E13F53EA400FB0EFC /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 6337547910ED090A0072A0D9;
- remoteInfo = "Make VLC";
- };
- CC610950112F4ABB00FAFD22 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 6337547910ED090A0072A0D9;
- remoteInfo = "Make VLC";
- };
- CC610952112F4ABF00FAFD22 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
- remoteInfo = VLCKit;
- };
- /* End PBXContainerItemProxy section */
- /* Begin PBXFileReference section */
- 0867D69BFE84028FC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
- 0867D6A5FE840307C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
- 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
- 32DBCF5E0370ADEE00C91783 /* VLC_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLC_Prefix.pch; sourceTree = "<group>"; };
- 63014A781042ACE100534090 /* VLCMediaListPlayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaListPlayer.m; sourceTree = "<group>"; };
- 63014B7D1042E64A00534090 /* VLCMediaListPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaListPlayer.h; path = Public/VLCMediaListPlayer.h; sourceTree = "<group>"; };
- 63030CC70CCA652C0088ECD1 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; name = Info.plist; path = Resources/Info.plist; sourceTree = "<group>"; };
- 63098FDA110E7159005F46AE /* VLCExtensionsManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCExtensionsManager.m; sourceTree = "<group>"; };
- 63099114110F0EC3005F46AE /* VLCExtension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCExtension.m; sourceTree = "<group>"; };
- 63099949110FC791005F46AE /* VLCExtension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCExtension.h; path = Public/VLCExtension.h; sourceTree = "<group>"; };
- 6309994A110FC791005F46AE /* VLCExtensionsManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCExtensionsManager.h; path = Public/VLCExtensionsManager.h; sourceTree = "<group>"; };
- 632A0E830D3835C400AFC99B /* VLCStreamSession.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCStreamSession.h; path = Public/VLCStreamSession.h; sourceTree = "<group>"; };
- 632A0E840D3835C400AFC99B /* VLCStreamSession.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCStreamSession.m; sourceTree = "<group>"; };
- 632A0EC10D38392E00AFC99B /* VLCStreamOutput.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCStreamOutput.h; path = Public/VLCStreamOutput.h; sourceTree = "<group>"; };
- 632A0EC20D38392E00AFC99B /* VLCStreamOutput.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCStreamOutput.m; sourceTree = "<group>"; };
- 633753FF10ECE1C60072A0D9 /* Configure.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = Configure.sh; sourceTree = "<group>"; };
- 634117B911D9344400FA3A70 /* MobileVLCKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MobileVLCKit.h; path = Public/MobileVLCKit.h; sourceTree = "<group>"; };
- 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCVideoLayer.h; path = Public/VLCVideoLayer.h; sourceTree = "<group>"; };
- 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCVideoLayer.m; sourceTree = "<group>"; };
- 636E974C11E8DCF1002FE8A9 /* VLCMediaThumbnailer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaThumbnailer.m; sourceTree = "<group>"; };
- 637CFB930D2D280800A041B6 /* VLCLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCLibrary.h; path = Public/VLCLibrary.h; sourceTree = "<group>"; };
- 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaDiscoverer.h; path = Public/VLCMediaDiscoverer.h; sourceTree = "<group>"; };
- 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaDiscoverer.m; sourceTree = "<group>"; };
- 6384FD070D0DBA20005EB1F7 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /System/Library/Frameworks/QuartzCore.framework; sourceTree = "<absolute>"; };
- 63D88C56124E9A5100F65FA0 /* Quartz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quartz.framework; path = System/Library/Frameworks/Quartz.framework; sourceTree = SDKROOT; };
- 63D88CA9124E9A8200F65FA0 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = System/Library/Frameworks/ApplicationServices.framework; sourceTree = SDKROOT; };
- 63D88D92124E9BF600F65FA0 /* VLCMediaThumbnailer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaThumbnailer.h; path = Public/VLCMediaThumbnailer.h; sourceTree = "<group>"; };
- A26DCC7314279D2400EA47A0 /* VLCKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = VLCKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- A7A0CEA20D2EF13000F2C039 /* VLCVideoCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCVideoCommon.h; path = Internal/VLCVideoCommon.h; sourceTree = "<group>"; };
- A7A0CEA30D2EF13000F2C039 /* VLCVideoCommon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCVideoCommon.m; sourceTree = "<group>"; };
- CC4C594013F53EA400FB0EFC /* VLCKit-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "VLCKit-Info.plist"; path = "/Users/dilaroga/dev/vlc_workspace/vlc/projects/macosx/framework/VLCKit-Info.plist"; sourceTree = "<absolute>"; };
- CCEC5B73114D9BE800D34AAB /* deprecated.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = deprecated.h; path = ../../../include/vlc/deprecated.h; sourceTree = SOURCE_ROOT; };
- CCEC5B74114D9BE800D34AAB /* libvlc_events.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_events.h; path = ../../../include/vlc/libvlc_events.h; sourceTree = SOURCE_ROOT; };
- CCEC5B75114D9BE800D34AAB /* libvlc_media_discoverer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_media_discoverer.h; path = ../../../include/vlc/libvlc_media_discoverer.h; sourceTree = SOURCE_ROOT; };
- CCEC5B76114D9BE800D34AAB /* libvlc_media_library.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_media_library.h; path = ../../../include/vlc/libvlc_media_library.h; sourceTree = SOURCE_ROOT; };
- CCEC5B77114D9BE800D34AAB /* libvlc_media_list_player.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_media_list_player.h; path = ../../../include/vlc/libvlc_media_list_player.h; sourceTree = SOURCE_ROOT; };
- CCEC5B78114D9BE800D34AAB /* libvlc_media_list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_media_list.h; path = ../../../include/vlc/libvlc_media_list.h; sourceTree = SOURCE_ROOT; };
- CCEC5B79114D9BE800D34AAB /* libvlc_media_player.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_media_player.h; path = ../../../include/vlc/libvlc_media_player.h; sourceTree = SOURCE_ROOT; };
- CCEC5B7A114D9BE800D34AAB /* libvlc_media.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_media.h; path = ../../../include/vlc/libvlc_media.h; sourceTree = SOURCE_ROOT; };
- CCEC5B7B114D9BE800D34AAB /* libvlc_structures.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_structures.h; path = ../../../include/vlc/libvlc_structures.h; sourceTree = SOURCE_ROOT; };
- CCEC5B7C114D9BE800D34AAB /* libvlc_vlm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc_vlm.h; path = ../../../include/vlc/libvlc_vlm.h; sourceTree = SOURCE_ROOT; };
- CCEC5B7D114D9BE800D34AAB /* libvlc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libvlc.h; path = ../../../include/vlc/libvlc.h; sourceTree = SOURCE_ROOT; };
- CCEC5B7E114D9BE800D34AAB /* vlc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = vlc.h; path = ../../../include/vlc/vlc.h; sourceTree = SOURCE_ROOT; };
- D2F7E79907B2D74100F64583 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
- EF73118E0CB5797B009473B4 /* VLCAudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCAudio.h; path = Public/VLCAudio.h; sourceTree = "<group>"; };
- EF73118F0CB5797B009473B4 /* VLCAudio.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCAudio.m; sourceTree = "<group>"; };
- EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCEventManager.h; path = Internal/VLCEventManager.h; sourceTree = "<group>"; };
- EF78BD120CAEEEE700354E6E /* VLCKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCKit.h; path = Public/VLCKit.h; sourceTree = "<group>"; };
- EF78BD130CAEEEE700354E6E /* VLCMedia.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMedia.h; path = Public/VLCMedia.h; sourceTree = "<group>"; };
- EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaLibrary.h; path = Public/VLCMediaLibrary.h; sourceTree = "<group>"; };
- EF78BD160CAEEEE700354E6E /* VLCMediaList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaList.h; path = Public/VLCMediaList.h; sourceTree = "<group>"; };
- EF78BD190CAEEEE700354E6E /* VLCTime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCTime.h; path = Public/VLCTime.h; sourceTree = "<group>"; };
- EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCVideoView.h; path = Public/VLCVideoView.h; sourceTree = "<group>"; };
- EF78BD350CAEEFB000354E6E /* Pre-Compile.sh */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.sh; path = "Pre-Compile.sh"; sourceTree = "<group>"; };
- EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCEventManager.m; sourceTree = "<group>"; };
- EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCLibrary.m; sourceTree = "<group>"; };
- EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMedia.m; sourceTree = "<group>"; };
- EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaLibrary.m; sourceTree = "<group>"; };
- EF78BD410CAEEFF600354E6E /* VLCMediaList.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaList.m; sourceTree = "<group>"; };
- EF78BD440CAEEFF600354E6E /* VLCTime.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCTime.m; sourceTree = "<group>"; };
- EF78BD450CAEEFF600354E6E /* VLCVideoView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCVideoView.m; sourceTree = "<group>"; };
- EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaPlayer.h; path = Public/VLCMediaPlayer.h; sourceTree = "<group>"; };
- EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaPlayer.m; sourceTree = "<group>"; };
- EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCLibVLCBridging.h; path = Internal/VLCLibVLCBridging.h; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- 8DC2EF560486A6940098B216 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */,
- 6384FD080D0DBA20005EB1F7 /* QuartzCore.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- CC4C593913F53EA400FB0EFC /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- CC4C593A13F53EA400FB0EFC /* Cocoa.framework in Frameworks */,
- CC4C593B13F53EA400FB0EFC /* QuartzCore.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 034768DFFF38A50411DB9C8B /* Products */ = {
- isa = PBXGroup;
- children = (
- A26DCC7314279D2400EA47A0 /* VLCKit.framework */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 0867D691FE84028FC02AAC07 /* VLC */ = {
- isa = PBXGroup;
- children = (
- EF78BD3B0CAEEFD000354E6E /* Headers */,
- 08FB77AEFE84172EC02AAC07 /* Sources */,
- 32C88DFF0371C24200C91783 /* Other Sources */,
- 089C1665FE841158C02AAC07 /* Resources */,
- 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */,
- 034768DFFF38A50411DB9C8B /* Products */,
- 63D88C56124E9A5100F65FA0 /* Quartz.framework */,
- 63D88CA9124E9A8200F65FA0 /* ApplicationServices.framework */,
- CC4C594013F53EA400FB0EFC /* VLCKit-Info.plist */,
- );
- name = VLC;
- sourceTree = "<group>";
- };
- 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
- isa = PBXGroup;
- children = (
- EF53DD5F0CBD7BD100D3D4D0 /* Linked Libraries */,
- 1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */,
- 1058C7B2FEA5585E11CA2CBB /* Other Frameworks */,
- );
- name = "External Frameworks and Libraries";
- sourceTree = "<group>";
- };
- 089C1665FE841158C02AAC07 /* Resources */ = {
- isa = PBXGroup;
- children = (
- EF78BD350CAEEFB000354E6E /* Pre-Compile.sh */,
- 633753FF10ECE1C60072A0D9 /* Configure.sh */,
- 63030CC70CCA652C0088ECD1 /* Info.plist */,
- );
- name = Resources;
- sourceTree = "<group>";
- };
- 08FB77AEFE84172EC02AAC07 /* Sources */ = {
- isa = PBXGroup;
- children = (
- EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */,
- EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */,
- EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */,
- 637D5ADB0CF6F2720073EA45 /* VLCMediaDiscoverer.m */,
- EF78BD410CAEEFF600354E6E /* VLCMediaList.m */,
- 63014A781042ACE100534090 /* VLCMediaListPlayer.m */,
- EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */,
- 636E974C11E8DCF1002FE8A9 /* VLCMediaThumbnailer.m */,
- EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */,
- A7A0CEA30D2EF13000F2C039 /* VLCVideoCommon.m */,
- 6341FCB00D2C0936002A97B7 /* VLCVideoLayer.m */,
- EF78BD450CAEEFF600354E6E /* VLCVideoView.m */,
- EF78BD440CAEEFF600354E6E /* VLCTime.m */,
- EF73118F0CB5797B009473B4 /* VLCAudio.m */,
- 63098FDA110E7159005F46AE /* VLCExtensionsManager.m */,
- 63099114110F0EC3005F46AE /* VLCExtension.m */,
- 632A0F7B0D38F78500AFC99B /* Stream */,
- );
- path = Sources;
- sourceTree = "<group>";
- };
- 1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */ = {
- isa = PBXGroup;
- children = (
- 6384FD070D0DBA20005EB1F7 /* QuartzCore.framework */,
- 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */,
- );
- name = "Linked Frameworks";
- sourceTree = "<group>";
- };
- 1058C7B2FEA5585E11CA2CBB /* Other Frameworks */ = {
- isa = PBXGroup;
- children = (
- 0867D6A5FE840307C02AAC07 /* AppKit.framework */,
- D2F7E79907B2D74100F64583 /* CoreData.framework */,
- 0867D69BFE84028FC02AAC07 /* Foundation.framework */,
- );
- name = "Other Frameworks";
- sourceTree = "<group>";
- };
- 32C88DFF0371C24200C91783 /* Other Sources */ = {
- isa = PBXGroup;
- children = (
- 32DBCF5E0370ADEE00C91783 /* VLC_Prefix.pch */,
- );
- name = "Other Sources";
- sourceTree = "<group>";
- };
- 632A0F7B0D38F78500AFC99B /* Stream */ = {
- isa = PBXGroup;
- children = (
- 632A0E840D3835C400AFC99B /* VLCStreamSession.m */,
- 632A0EC20D38392E00AFC99B /* VLCStreamOutput.m */,
- );
- name = Stream;
- sourceTree = "<group>";
- };
- 632A0F7C0D38F79200AFC99B /* Stream */ = {
- isa = PBXGroup;
- children = (
- 632A0E830D3835C400AFC99B /* VLCStreamSession.h */,
- 632A0EC10D38392E00AFC99B /* VLCStreamOutput.h */,
- );
- name = Stream;
- sourceTree = "<group>";
- };
- 637CFB960D2D281900A041B6 /* Internal */ = {
- isa = PBXGroup;
- children = (
- EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */,
- EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */,
- A7A0CEA20D2EF13000F2C039 /* VLCVideoCommon.h */,
- );
- name = Internal;
- sourceTree = "<group>";
- };
- CCEC5B6C114D9BD300D34AAB /* libvlc (not distributed) */ = {
- isa = PBXGroup;
- children = (
- CCEC5B73114D9BE800D34AAB /* deprecated.h */,
- CCEC5B74114D9BE800D34AAB /* libvlc_events.h */,
- CCEC5B75114D9BE800D34AAB /* libvlc_media_discoverer.h */,
- CCEC5B76114D9BE800D34AAB /* libvlc_media_library.h */,
- CCEC5B77114D9BE800D34AAB /* libvlc_media_list_player.h */,
- CCEC5B78114D9BE800D34AAB /* libvlc_media_list.h */,
- CCEC5B79114D9BE800D34AAB /* libvlc_media_player.h */,
- CCEC5B7A114D9BE800D34AAB /* libvlc_media.h */,
- CCEC5B7B114D9BE800D34AAB /* libvlc_structures.h */,
- CCEC5B7C114D9BE800D34AAB /* libvlc_vlm.h */,
- CCEC5B7D114D9BE800D34AAB /* libvlc.h */,
- CCEC5B7E114D9BE800D34AAB /* vlc.h */,
- );
- name = "libvlc (not distributed)";
- sourceTree = "<group>";
- };
- EF53DD5F0CBD7BD100D3D4D0 /* Linked Libraries */ = {
- isa = PBXGroup;
- children = (
- );
- name = "Linked Libraries";
- sourceTree = "<group>";
- };
- EF6BC9110DA1932F00DD37EF /* Public */ = {
- isa = PBXGroup;
- children = (
- 634117B911D9344400FA3A70 /* MobileVLCKit.h */,
- EF78BD120CAEEEE700354E6E /* VLCKit.h */,
- 637CFB930D2D280800A041B6 /* VLCLibrary.h */,
- EF78BD130CAEEEE700354E6E /* VLCMedia.h */,
- 637D5ABC0CF6F2650073EA45 /* VLCMediaDiscoverer.h */,
- EF78BD160CAEEEE700354E6E /* VLCMediaList.h */,
- 63014B7D1042E64A00534090 /* VLCMediaListPlayer.h */,
- EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */,
- EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */,
- 63D88D92124E9BF600F65FA0 /* VLCMediaThumbnailer.h */,
- 6341FCAE0D2C0929002A97B7 /* VLCVideoLayer.h */,
- EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */,
- EF78BD190CAEEEE700354E6E /* VLCTime.h */,
- EF73118E0CB5797B009473B4 /* VLCAudio.h */,
- 63099949110FC791005F46AE /* VLCExtension.h */,
- 6309994A110FC791005F46AE /* VLCExtensionsManager.h */,
- 632A0F7C0D38F79200AFC99B /* Stream */,
- );
- name = Public;
- sourceTree = "<group>";
- };
- EF78BD3B0CAEEFD000354E6E /* Headers */ = {
- isa = PBXGroup;
- children = (
- CCEC5B6C114D9BD300D34AAB /* libvlc (not distributed) */,
- 637CFB960D2D281900A041B6 /* Internal */,
- EF6BC9110DA1932F00DD37EF /* Public */,
- );
- path = Headers;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXHeadersBuildPhase section */
- 8DC2EF500486A6940098B216 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- EF78BD100CAEEEC300354E6E /* VLCEventManager.h in Headers */,
- EF78BD1B0CAEEEE700354E6E /* VLCKit.h in Headers */,
- EF78BD1C0CAEEEE700354E6E /* VLCMedia.h in Headers */,
- EF78BD1E0CAEEEE700354E6E /* VLCMediaLibrary.h in Headers */,
- EF78BD1F0CAEEEE700354E6E /* VLCMediaList.h in Headers */,
- EF78BE0F0CAF039400354E6E /* VLCTime.h in Headers */,
- EF78BEF30CAF07E100354E6E /* VLCVideoView.h in Headers */,
- EF8BB8D00CAFA8D80038A613 /* VLCMediaPlayer.h in Headers */,
- EF7311900CB5797B009473B4 /* VLCAudio.h in Headers */,
- EFD551DD0CC6DD720074CEE1 /* VLCLibVLCBridging.h in Headers */,
- 637D5ABD0CF6F2650073EA45 /* VLCMediaDiscoverer.h in Headers */,
- 6341FCAF0D2C0929002A97B7 /* VLCVideoLayer.h in Headers */,
- 637CFB940D2D280900A041B6 /* VLCLibrary.h in Headers */,
- A7A0CEA40D2EF13000F2C039 /* VLCVideoCommon.h in Headers */,
- 632A0E850D3835C400AFC99B /* VLCStreamSession.h in Headers */,
- 632A0EC30D38392E00AFC99B /* VLCStreamOutput.h in Headers */,
- 63D88D93124E9BF600F65FA0 /* VLCMediaThumbnailer.h in Headers */,
- 63014B7E1042E64A00534090 /* VLCMediaListPlayer.h in Headers */,
- 6309994B110FC791005F46AE /* VLCExtension.h in Headers */,
- 6309994C110FC791005F46AE /* VLCExtensionsManager.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- CC4C592313F53EA400FB0EFC /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- CC4C592413F53EA400FB0EFC /* VLCEventManager.h in Headers */,
- CC4C592513F53EA400FB0EFC /* VLCKit.h in Headers */,
- CC4C592613F53EA400FB0EFC /* VLCMedia.h in Headers */,
- CC4C592713F53EA400FB0EFC /* VLCMediaLibrary.h in Headers */,
- CC4C592813F53EA400FB0EFC /* VLCMediaList.h in Headers */,
- CC4C592913F53EA400FB0EFC /* VLCTime.h in Headers */,
- CC4C592A13F53EA400FB0EFC /* VLCVideoView.h in Headers */,
- CC4C592B13F53EA400FB0EFC /* VLCMediaPlayer.h in Headers */,
- CC4C592C13F53EA400FB0EFC /* VLCAudio.h in Headers */,
- CC4C592D13F53EA400FB0EFC /* VLCLibVLCBridging.h in Headers */,
- CC4C592E13F53EA400FB0EFC /* VLCMediaDiscoverer.h in Headers */,
- CC4C592F13F53EA400FB0EFC /* VLCVideoLayer.h in Headers */,
- CC4C593013F53EA400FB0EFC /* VLCLibrary.h in Headers */,
- CC4C593113F53EA400FB0EFC /* VLCVideoCommon.h in Headers */,
- CC4C593213F53EA400FB0EFC /* VLCStreamSession.h in Headers */,
- CC4C593313F53EA400FB0EFC /* VLCStreamOutput.h in Headers */,
- CC4C593713F53EA400FB0EFC /* VLCMediaThumbnailer.h in Headers */,
- CC4C593413F53EA400FB0EFC /* VLCMediaListPlayer.h in Headers */,
- CC4C593513F53EA400FB0EFC /* VLCExtension.h in Headers */,
- CC4C593613F53EA400FB0EFC /* VLCExtensionsManager.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXHeadersBuildPhase section */
- /* Begin PBXNativeTarget section */
- 8DC2EF4F0486A6940098B216 /* Build just VLCKit */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "Build just VLCKit" */;
- buildPhases = (
- EF78BD2E0CAEEF9500354E6E /* ShellScript */,
- 8DC2EF540486A6940098B216 /* Sources */,
- 8DC2EF500486A6940098B216 /* Headers */,
- 8DC2EF520486A6940098B216 /* Resources */,
- 8DC2EF560486A6940098B216 /* Frameworks */,
- );
- buildRules = (
- );
- 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";
- dependencies = (
- );
- name = "Build just VLCKit";
- productInstallPath = "$(HOME)/Library/Frameworks";
- productName = VLC;
- productReference = A26DCC7314279D2400EA47A0 /* VLCKit.framework */;
- productType = "com.apple.product-type.framework";
- };
- CC4C590813F53EA400FB0EFC /* Build Everything */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = CC4C593C13F53EA400FB0EFC /* Build configuration list for PBXNativeTarget "Build Everything" */;
- buildPhases = (
- CC4C590F13F53EA400FB0EFC /* ShellScript */,
- CC4C591013F53EA400FB0EFC /* Sources */,
- CC4C592313F53EA400FB0EFC /* Headers */,
- CC4C593813F53EA400FB0EFC /* Resources */,
- CC4C593913F53EA400FB0EFC /* Frameworks */,
- );
- buildRules = (
- );
- 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";
- dependencies = (
- CC1EA7A215938F2200C40EF9 /* PBXTargetDependency */,
- CC4C590913F53EA400FB0EFC /* PBXTargetDependency */,
- CC4C590B13F53EA400FB0EFC /* PBXTargetDependency */,
- CC4C590D13F53EA400FB0EFC /* PBXTargetDependency */,
- );
- name = "Build Everything";
- productInstallPath = "$(HOME)/Library/Frameworks";
- productName = VLC;
- productType = "com.apple.product-type.framework";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- 0867D690FE84028FC02AAC07 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 0450;
- };
- buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "VLCKit" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 1;
- knownRegions = (
- English,
- Japanese,
- French,
- German,
- );
- mainGroup = 0867D691FE84028FC02AAC07 /* VLC */;
- productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- CC4C590813F53EA400FB0EFC /* Build Everything */,
- CC1EA79815938D7E00C40EF9 /* Fetch libvlc */,
- 633BD6E40D2ADF030012A314 /* Setup VLC contribs */,
- 63FFDBCE0D2AE2AE0092FC96 /* Run VLC configure */,
- 6337547910ED090A0072A0D9 /* Make VLC */,
- 8DC2EF4F0486A6940098B216 /* Build just VLCKit */,
- CC61094C112F4AB500FAFD22 /* Make VLC and VLCKit */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- 8DC2EF520486A6940098B216 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- CC4C593813F53EA400FB0EFC /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXShellScriptBuildPhase section */
- 631A90420D5A007D0014A2CE /* bootstrap */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- "$(SRCROOT)/vlc-unstable/bootstrap",
- );
- name = bootstrap;
- outputPaths = (
- "$(SRCROOT)/vlc-unstable/configure",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "top_srcdir=`pwd`/vlc-unstable\n\nif test \"$ACTION\" = \"clean\"\nthen\n exit 0\nfi\n\nif test \"$arch\" = \"x86_64\"; then\n export PATH=$top_srcdir/contrib/x86_64-apple-darwin10:$PATH\nfi\n\nexport PATH=$top_srcdir/extras/tools/build/bin:$PATH\n\nif ! [ -e $top_srcdir/configure ]; then\n cd \"$top_srcdir\" && ./bootstrap\nfi";
- showEnvVarsInLog = 0;
- };
- 6337548010ED091D0072A0D9 /* make */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- name = make;
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "NUMBER_OF_CORES=`sysctl hw.ncpu | cut -d\" \" -f2`\n\nfor arch in $ARCHS; do\n\techo \"Make [$arch]\"\n\tcd $VLC_BUILD_DIR/$arch\n\tmake -j$NUMBER_OF_CORES\ndone";
- };
- 633754D310ED0D330072A0D9 /* install */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- "$(SYMROOT)/vlc_build_dir/src/.lib/libvlccore.dylib",
- "$(SYMROOT)/vlc_build_dir/src/.lib/libvlc.dylib",
- "$(SYMROOT)/vlc_build_dir/bin/.lib/vlc",
- );
- name = install;
- outputPaths = (
- "$(SYMROOT)/vlc_build_dir/lib/libvlccore.dylib",
- "$(SYMROOT)/vlc_build_dir/lib/libvlc.dylib",
- "$(SYMROOT)/vlc_build_dir/bin/vlc",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- 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";
- };
- 633BD6E30D2ADF030012A314 /* make */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- name = make;
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "if test $ACTION = \"clean\"\nthen\nmake clean\nexit 0\nfi\n\necho \"Building tools\"\necho \"\"\ncd $SOURCE_ROOT/vlc-unstable/extras/tools\n./bootstrap\nmake\n\necho \"Building a set of contribs for $ARCHS...\"\necho \"\"\n\nexport PATH=$SOURCE_ROOT/vlc-unstable/extras/tools/build/bin:$PATH\n\nfor arch in $ARCHS; do\n\tcd $SOURCE_ROOT/vlc-unstable/contrib\n\techo \"Making contribs for $arch\"\n\trm -rf vlckit-$arch\t\n\tmkdir vlckit-$arch\n\tcd vlckit-$arch\n\tif test \"$arch\" = \"x86_64\"; then\n export OSX_VERSION=10.7\nexport TRIPLET=x86_64-apple-darwin10\nelse\nexport TRIPLET=i686-apple-darwin9\nfi\n\trm -rf $TRIPLET\n\t../bootstrap --build=$TRIPLET --host=$TRIPLET\n\tmake prebuilt\ndone\n";
- showEnvVarsInLog = 0;
- };
- 63FFDBCD0D2AE2AE0092FC96 /* configure */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- name = configure;
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "echo $ARCHS\nsh $SOURCE_ROOT/Configure.sh";
- };
- CC1EA79915938D7E00C40EF9 /* make */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- name = make;
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "if ! [ -e $VLC_SRC_DIR ]; then\n git clone git://git.videolan.org/vlc.git $VLC_SRC_DIR\nelse\n echo \"VLC_SRC_DIR exists\"\nfi";
- };
- CC4C590F13F53EA400FB0EFC /* ShellScript */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "sh $SOURCE_ROOT/Pre-Compile.sh";
- showEnvVarsInLog = 0;
- };
- EF78BD2E0CAEEF9500354E6E /* ShellScript */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "sh $SOURCE_ROOT/Pre-Compile.sh";
- showEnvVarsInLog = 0;
- };
- /* End PBXShellScriptBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- 8DC2EF540486A6940098B216 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- EF78BD460CAEEFF600354E6E /* VLCEventManager.m in Sources */,
- EF78BD470CAEEFF600354E6E /* VLCLibrary.m in Sources */,
- EF78BD480CAEEFF600354E6E /* VLCMedia.m in Sources */,
- EF78BD4A0CAEEFF600354E6E /* VLCMediaLibrary.m in Sources */,
- EF78BD4B0CAEEFF600354E6E /* VLCMediaList.m in Sources */,
- EF78BE100CAF039400354E6E /* VLCTime.m in Sources */,
- EF78BEF40CAF07E500354E6E /* VLCVideoView.m in Sources */,
- EF8BB8D10CAFA8D80038A613 /* VLCMediaPlayer.m in Sources */,
- EF7311910CB5797B009473B4 /* VLCAudio.m in Sources */,
- 637D5ADC0CF6F2720073EA45 /* VLCMediaDiscoverer.m in Sources */,
- 6341FCB10D2C0936002A97B7 /* VLCVideoLayer.m in Sources */,
- A7A0CEA50D2EF13000F2C039 /* VLCVideoCommon.m in Sources */,
- 632A0E860D3835C400AFC99B /* VLCStreamSession.m in Sources */,
- 632A0EC40D38392E00AFC99B /* VLCStreamOutput.m in Sources */,
- 63014A7A1042ACE100534090 /* VLCMediaListPlayer.m in Sources */,
- 63098FDC110E7159005F46AE /* VLCExtensionsManager.m in Sources */,
- 63099116110F0EC3005F46AE /* VLCExtension.m in Sources */,
- 636E974E11E8DCF1002FE8A9 /* VLCMediaThumbnailer.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- CC4C591013F53EA400FB0EFC /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- CC4C591113F53EA400FB0EFC /* VLCEventManager.m in Sources */,
- CC4C591213F53EA400FB0EFC /* VLCLibrary.m in Sources */,
- CC4C591313F53EA400FB0EFC /* VLCMedia.m in Sources */,
- CC4C591413F53EA400FB0EFC /* VLCMediaLibrary.m in Sources */,
- CC4C591513F53EA400FB0EFC /* VLCMediaList.m in Sources */,
- CC4C591613F53EA400FB0EFC /* VLCTime.m in Sources */,
- CC4C591713F53EA400FB0EFC /* VLCVideoView.m in Sources */,
- CC4C591813F53EA400FB0EFC /* VLCMediaPlayer.m in Sources */,
- CC4C591913F53EA400FB0EFC /* VLCAudio.m in Sources */,
- CC4C591A13F53EA400FB0EFC /* VLCMediaDiscoverer.m in Sources */,
- CC4C591B13F53EA400FB0EFC /* VLCVideoLayer.m in Sources */,
- CC4C591C13F53EA400FB0EFC /* VLCVideoCommon.m in Sources */,
- CC4C591D13F53EA400FB0EFC /* VLCStreamSession.m in Sources */,
- CC4C591E13F53EA400FB0EFC /* VLCStreamOutput.m in Sources */,
- CC4C591F13F53EA400FB0EFC /* VLCMediaListPlayer.m in Sources */,
- CC4C592013F53EA400FB0EFC /* VLCExtensionsManager.m in Sources */,
- CC4C592113F53EA400FB0EFC /* VLCExtension.m in Sources */,
- CC4C592213F53EA400FB0EFC /* VLCMediaThumbnailer.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXTargetDependency section */
- CC1EA7A215938F2200C40EF9 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = CC1EA79815938D7E00C40EF9 /* Fetch libvlc */;
- targetProxy = CC1EA7A115938F2200C40EF9 /* PBXContainerItemProxy */;
- };
- CC4C58F413F539B900FB0EFC /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 63FFDBCE0D2AE2AE0092FC96 /* Run VLC configure */;
- targetProxy = CC4C58F313F539B900FB0EFC /* PBXContainerItemProxy */;
- };
- CC4C590913F53EA400FB0EFC /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 633BD6E40D2ADF030012A314 /* Setup VLC contribs */;
- targetProxy = CC4C590A13F53EA400FB0EFC /* PBXContainerItemProxy */;
- };
- CC4C590B13F53EA400FB0EFC /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 63FFDBCE0D2AE2AE0092FC96 /* Run VLC configure */;
- targetProxy = CC4C590C13F53EA400FB0EFC /* PBXContainerItemProxy */;
- };
- CC4C590D13F53EA400FB0EFC /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 6337547910ED090A0072A0D9 /* Make VLC */;
- targetProxy = CC4C590E13F53EA400FB0EFC /* PBXContainerItemProxy */;
- };
- CC610951112F4ABB00FAFD22 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 6337547910ED090A0072A0D9 /* Make VLC */;
- targetProxy = CC610950112F4ABB00FAFD22 /* PBXContainerItemProxy */;
- };
- CC610953112F4ABF00FAFD22 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 8DC2EF4F0486A6940098B216 /* Build just VLCKit */;
- targetProxy = CC610952112F4ABF00FAFD22 /* PBXContainerItemProxy */;
- };
- /* End PBXTargetDependency section */
- /* Begin XCBuildConfiguration section */
- 1DEB91AE08733DA50010E9CD /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COMBINE_HIDPI_IMAGES = YES;
- COPY_PHASE_STRIP = NO;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- FRAMEWORK_VERSION = A;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_OBJC_EXCEPTIONS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = VLC_Prefix.pch;
- GCC_VERSION = "";
- HEADER_SEARCH_PATHS = (
- "$(VLC_SRC_DIR)/include",
- "Headers/**",
- );
- INFOPLIST_FILE = Resources/Info.plist;
- INSTALL_PATH = "@loader_path/../Frameworks";
- LIBRARY_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)/$(PRODUCT_NAME).$(WRAPPER_EXTENSION)/lib";
- OTHER_LDFLAGS = (
- "-lvlccore",
- "-single_module",
- "-lvlc",
- );
- PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders";
- PRODUCT_NAME = VLCKit;
- SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
- SDKROOT = macosx;
- VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
- WRAPPER_EXTENSION = framework;
- };
- name = Debug;
- };
- 1DEB91AF08733DA50010E9CD /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COMBINE_HIDPI_IMAGES = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- FRAMEWORK_VERSION = A;
- GCC_ENABLE_OBJC_EXCEPTIONS = YES;
- GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = VLC_Prefix.pch;
- GCC_VERSION = "";
- HEADER_SEARCH_PATHS = (
- "$(VLC_SRC_DIR)/include",
- "Headers/**",
- );
- INFOPLIST_FILE = Resources/Info.plist;
- INSTALL_PATH = "@loader_path/../Frameworks";
- LIBRARY_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)/$(PRODUCT_NAME).$(WRAPPER_EXTENSION)/lib";
- OTHER_LDFLAGS = (
- "-lvlccore",
- "-single_module",
- "-lvlc",
- );
- PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders";
- PRODUCT_NAME = VLCKit;
- SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
- SDKROOT = macosx;
- VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
- WRAPPER_EXTENSION = framework;
- };
- name = Release;
- };
- 1DEB91B208733DA50010E9CD /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ARCHS = (
- x86_64,
- i386,
- );
- GCC_C_LANGUAGE_STANDARD = c99;
- GCC_VERSION = "";
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- MACOSX_DEPLOYMENT_TARGET = 10.6;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = macosx;
- VALID_ARCHS = "i386 x86_64";
- VLC_BUILD_DIR = "$(SYMROOT)/$(CONFIGURATION)/vlc_build_dir";
- VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
- };
- name = Debug;
- };
- 1DEB91B308733DA50010E9CD /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ARCHS = (
- x86_64,
- i386,
- );
- GCC_C_LANGUAGE_STANDARD = c99;
- GCC_VERSION = "";
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- MACOSX_DEPLOYMENT_TARGET = 10.6;
- ONLY_ACTIVE_ARCH = NO;
- SDKROOT = macosx;
- VALID_ARCHS = "i386 x86_64";
- VLC_BUILD_DIR = "$(SYMROOT)/$(CONFIGURATION)/vlc_build_dir";
- VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
- };
- name = Release;
- };
- 6337547C10ED090B0072A0D9 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COMBINE_HIDPI_IMAGES = YES;
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
- PRODUCT_NAME = VLC;
- SDKROOT = macosx;
- VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
- };
- name = Debug;
- };
- 6337547D10ED090B0072A0D9 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COMBINE_HIDPI_IMAGES = YES;
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
- PRODUCT_NAME = VLC;
- SDKROOT = macosx;
- VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
- };
- name = Release;
- };
- 633BD6E50D2ADF030012A314 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COMBINE_HIDPI_IMAGES = YES;
- COPY_PHASE_STRIP = NO;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
- PRODUCT_NAME = "vlc-contrib";
- SDKROOT = macosx;
- VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
- };
- name = Debug;
- };
- 633BD6E60D2ADF030012A314 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COMBINE_HIDPI_IMAGES = YES;
- COPY_PHASE_STRIP = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
- PRODUCT_NAME = "vlc-contrib";
- SDKROOT = macosx;
- VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
- ZERO_LINK = NO;
- };
- name = Release;
- };
- 63FFDBD00D2AE2AE0092FC96 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CC = "xcrun clang";
- COMBINE_HIDPI_IMAGES = YES;
- COPY_PHASE_STRIP = NO;
- CXX = "xcrun clang++";
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
- OBJC = "xcrun clang";
- PRODUCT_NAME = "vlc-bootstrap";
- SDKROOT = macosx;
- VALID_ARCHS = "i386 x86_64";
- VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
- };
- name = Debug;
- };
- 63FFDBD10D2AE2AE0092FC96 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CC = "xcrun clang";
- COMBINE_HIDPI_IMAGES = YES;
- COPY_PHASE_STRIP = YES;
- CXX = "xcrun clang++";
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
- OBJC = "xcrun clang";
- PRODUCT_NAME = "vlc-bootstrap";
- SDKROOT = macosx;
- VALID_ARCHS = "i386 x86_64";
- VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
- ZERO_LINK = NO;
- };
- name = Release;
- };
- CC1EA79B15938D7E00C40EF9 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COMBINE_HIDPI_IMAGES = YES;
- COPY_PHASE_STRIP = NO;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
- PRODUCT_NAME = "Setup VLC contribs copy";
- SDKROOT = macosx;
- VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
- };
- name = Debug;
- };
- CC1EA79C15938D7E00C40EF9 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COMBINE_HIDPI_IMAGES = YES;
- COPY_PHASE_STRIP = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
- PRODUCT_NAME = "Setup VLC contribs copy";
- SDKROOT = macosx;
- VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
- ZERO_LINK = NO;
- };
- name = Release;
- };
- CC4C593D13F53EA400FB0EFC /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COMBINE_HIDPI_IMAGES = YES;
- COPY_PHASE_STRIP = NO;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- FRAMEWORK_VERSION = A;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_OBJC_EXCEPTIONS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = VLC_Prefix.pch;
- GCC_VERSION = "";
- HEADER_SEARCH_PATHS = (
- "$(VLC_SRC_DIR)/include",
- "Headers/**",
- );
- INFOPLIST_FILE = "VLCKit-Info.plist";
- INSTALL_PATH = "@loader_path/../Frameworks";
- LIBRARY_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)/$(PRODUCT_NAME).$(WRAPPER_EXTENSION)/lib";
- OTHER_LDFLAGS = (
- "-lvlccore",
- "-single_module",
- "-lvlc",
- );
- PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders";
- PRODUCT_NAME = VLCKit;
- SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
- SDKROOT = macosx;
- VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
- WRAPPER_EXTENSION = framework;
- };
- name = Debug;
- };
- CC4C593E13F53EA400FB0EFC /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COMBINE_HIDPI_IMAGES = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- FRAMEWORK_VERSION = A;
- GCC_ENABLE_OBJC_EXCEPTIONS = YES;
- GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = VLC_Prefix.pch;
- GCC_VERSION = "";
- HEADER_SEARCH_PATHS = (
- "$(VLC_SRC_DIR)/include",
- "Headers/**",
- );
- INFOPLIST_FILE = "VLCKit-Info.plist";
- INSTALL_PATH = "@loader_path/../Frameworks";
- LIBRARY_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)/$(PRODUCT_NAME).$(WRAPPER_EXTENSION)/lib";
- OTHER_LDFLAGS = (
- "-lvlccore",
- "-single_module",
- "-lvlc",
- );
- PRIVATE_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/PrivateHeaders";
- PRODUCT_NAME = VLCKit;
- SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
- SDKROOT = macosx;
- VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
- WRAPPER_EXTENSION = framework;
- };
- name = Release;
- };
- CC61094D112F4AB600FAFD22 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COMBINE_HIDPI_IMAGES = YES;
- COPY_PHASE_STRIP = NO;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
- PRODUCT_NAME = "Make VLC and VLCKit";
- SDKROOT = macosx;
- VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
- };
- name = Debug;
- };
- CC61094E112F4AB600FAFD22 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COMBINE_HIDPI_IMAGES = YES;
- COPY_PHASE_STRIP = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
- PRODUCT_NAME = "Make VLC and VLCKit";
- SDKROOT = macosx;
- VLC_SRC_DIR = "$(SRCROOT)/vlc-unstable";
- ZERO_LINK = NO;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "Build just VLCKit" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 1DEB91AE08733DA50010E9CD /* Debug */,
- 1DEB91AF08733DA50010E9CD /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Debug;
- };
- 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "VLCKit" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 1DEB91B208733DA50010E9CD /* Debug */,
- 1DEB91B308733DA50010E9CD /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Debug;
- };
- 6337548110ED093B0072A0D9 /* Build configuration list for PBXAggregateTarget "Make VLC" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 6337547C10ED090B0072A0D9 /* Debug */,
- 6337547D10ED090B0072A0D9 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Debug;
- };
- 633BD6EC0D2ADF460012A314 /* Build configuration list for PBXAggregateTarget "Setup VLC contribs" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 633BD6E50D2ADF030012A314 /* Debug */,
- 633BD6E60D2ADF030012A314 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Debug;
- };
- 63FFDBD50D2AE3250092FC96 /* Build configuration list for PBXAggregateTarget "Run VLC configure" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 63FFDBD00D2AE2AE0092FC96 /* Debug */,
- 63FFDBD10D2AE2AE0092FC96 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Debug;
- };
- CC1EA79A15938D7E00C40EF9 /* Build configuration list for PBXAggregateTarget "Fetch libvlc" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- CC1EA79B15938D7E00C40EF9 /* Debug */,
- CC1EA79C15938D7E00C40EF9 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Debug;
- };
- CC4C593C13F53EA400FB0EFC /* Build configuration list for PBXNativeTarget "Build Everything" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- CC4C593D13F53EA400FB0EFC /* Debug */,
- CC4C593E13F53EA400FB0EFC /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Debug;
- };
- CC61095D112F4AD400FAFD22 /* Build configuration list for PBXAggregateTarget "Make VLC and VLCKit" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- CC61094D112F4AB600FAFD22 /* Debug */,
- CC61094E112F4AB600FAFD22 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Debug;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
- }
|