project.pbxproj 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 42;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 63030CCC0CCA65AC0088ECD1 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 63030CCA0CCA65AC0088ECD1 /* InfoPlist.strings */; };
  10. 8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; };
  11. EF7311900CB5797B009473B4 /* VLCAudio.h in Headers */ = {isa = PBXBuildFile; fileRef = EF73118E0CB5797B009473B4 /* VLCAudio.h */; settings = {ATTRIBUTES = (Public, ); }; };
  12. EF7311910CB5797B009473B4 /* VLCAudio.m in Sources */ = {isa = PBXBuildFile; fileRef = EF73118F0CB5797B009473B4 /* VLCAudio.m */; };
  13. EF78BD100CAEEEC300354E6E /* VLCEventManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */; settings = {ATTRIBUTES = (); }; };
  14. EF78BD110CAEEEC300354E6E /* VLCLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD0E0CAEEEC300354E6E /* VLCLibrary.h */; settings = {ATTRIBUTES = (); }; };
  15. EF78BD1B0CAEEEE700354E6E /* VLC.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD120CAEEEE700354E6E /* VLC.h */; settings = {ATTRIBUTES = (Public, ); }; };
  16. EF78BD1C0CAEEEE700354E6E /* VLCMedia.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD130CAEEEE700354E6E /* VLCMedia.h */; settings = {ATTRIBUTES = (Public, ); }; };
  17. EF78BD1E0CAEEEE700354E6E /* VLCMediaLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */; settings = {ATTRIBUTES = (Public, ); }; };
  18. EF78BD1F0CAEEEE700354E6E /* VLCMediaList.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD160CAEEEE700354E6E /* VLCMediaList.h */; settings = {ATTRIBUTES = (Public, ); }; };
  19. EF78BD460CAEEFF600354E6E /* VLCEventManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */; };
  20. EF78BD470CAEEFF600354E6E /* VLCLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */; };
  21. EF78BD480CAEEFF600354E6E /* VLCMedia.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */; };
  22. EF78BD4A0CAEEFF600354E6E /* VLCMediaLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */; };
  23. EF78BD4B0CAEEFF600354E6E /* VLCMediaList.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD410CAEEFF600354E6E /* VLCMediaList.m */; };
  24. EF78BE0F0CAF039400354E6E /* VLCTime.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD190CAEEEE700354E6E /* VLCTime.h */; settings = {ATTRIBUTES = (Public, ); }; };
  25. EF78BE100CAF039400354E6E /* VLCTime.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD440CAEEFF600354E6E /* VLCTime.m */; };
  26. EF78BEF30CAF07E100354E6E /* VLCVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */; settings = {ATTRIBUTES = (Public, ); }; };
  27. EF78BEF40CAF07E500354E6E /* VLCVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = EF78BD450CAEEFF600354E6E /* VLCVideoView.m */; };
  28. EF8BB8D00CAFA8D80038A613 /* VLCMediaPlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  29. EF8BB8D10CAFA8D80038A613 /* VLCMediaPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */; };
  30. EFD551DD0CC6DD720074CEE1 /* VLCLibVLCBridging.h in Headers */ = {isa = PBXBuildFile; fileRef = EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */; };
  31. /* End PBXBuildFile section */
  32. /* Begin PBXFileReference section */
  33. 0867D69BFE84028FC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
  34. 0867D6A5FE840307C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
  35. 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
  36. 32DBCF5E0370ADEE00C91783 /* VLC_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLC_Prefix.pch; sourceTree = "<group>"; };
  37. 63030CC70CCA652C0088ECD1 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = Info.plist; path = Resources/Info.plist; sourceTree = "<group>"; };
  38. 63030CCB0CCA65AC0088ECD1 /* English */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.strings; name = English; path = ../../../../../Desktop/VLCFramework/English.lproj/InfoPlist.strings; sourceTree = SOURCE_ROOT; };
  39. 8DC2EF5B0486A6940098B216 /* VLC.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = VLC.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  40. D2F7E79907B2D74100F64583 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
  41. EF73118E0CB5797B009473B4 /* VLCAudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCAudio.h; path = Public/VLCAudio.h; sourceTree = "<group>"; };
  42. EF73118F0CB5797B009473B4 /* VLCAudio.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCAudio.m; sourceTree = "<group>"; };
  43. EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCEventManager.h; path = Internal/VLCEventManager.h; sourceTree = "<group>"; };
  44. EF78BD0E0CAEEEC300354E6E /* VLCLibrary.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCLibrary.h; path = Internal/VLCLibrary.h; sourceTree = "<group>"; };
  45. EF78BD120CAEEEE700354E6E /* VLC.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLC.h; path = Public/VLC.h; sourceTree = "<group>"; };
  46. EF78BD130CAEEEE700354E6E /* VLCMedia.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCMedia.h; path = Public/VLCMedia.h; sourceTree = "<group>"; };
  47. EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCMediaLibrary.h; path = Public/VLCMediaLibrary.h; sourceTree = "<group>"; };
  48. EF78BD160CAEEEE700354E6E /* VLCMediaList.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCMediaList.h; path = Public/VLCMediaList.h; sourceTree = "<group>"; };
  49. EF78BD190CAEEEE700354E6E /* VLCTime.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCTime.h; path = Public/VLCTime.h; sourceTree = "<group>"; };
  50. EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCVideoView.h; path = Public/VLCVideoView.h; sourceTree = "<group>"; };
  51. EF78BD350CAEEFB000354E6E /* Pre-Compile.sh */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.sh; path = "Pre-Compile.sh"; sourceTree = "<group>"; };
  52. EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCEventManager.m; sourceTree = "<group>"; };
  53. EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCLibrary.m; sourceTree = "<group>"; };
  54. EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCMedia.m; sourceTree = "<group>"; };
  55. EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCMediaLibrary.m; sourceTree = "<group>"; };
  56. EF78BD410CAEEFF600354E6E /* VLCMediaList.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCMediaList.m; sourceTree = "<group>"; };
  57. EF78BD440CAEEFF600354E6E /* VLCTime.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCTime.m; sourceTree = "<group>"; };
  58. EF78BD450CAEEFF600354E6E /* VLCVideoView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = VLCVideoView.m; sourceTree = "<group>"; };
  59. EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMediaPlayer.h; path = Public/VLCMediaPlayer.h; sourceTree = "<group>"; };
  60. EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCMediaPlayer.m; sourceTree = "<group>"; };
  61. EF8BCECD0CB9339A004AA006 /* TODO */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TODO; sourceTree = "<group>"; };
  62. EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = VLCLibVLCBridging.h; path = Internal/VLCLibVLCBridging.h; sourceTree = "<group>"; };
  63. /* End PBXFileReference section */
  64. /* Begin PBXFrameworksBuildPhase section */
  65. 8DC2EF560486A6940098B216 /* Frameworks */ = {
  66. isa = PBXFrameworksBuildPhase;
  67. buildActionMask = 2147483647;
  68. files = (
  69. 8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */,
  70. );
  71. runOnlyForDeploymentPostprocessing = 0;
  72. };
  73. /* End PBXFrameworksBuildPhase section */
  74. /* Begin PBXGroup section */
  75. 034768DFFF38A50411DB9C8B /* Products */ = {
  76. isa = PBXGroup;
  77. children = (
  78. 8DC2EF5B0486A6940098B216 /* VLC.framework */,
  79. );
  80. name = Products;
  81. sourceTree = "<group>";
  82. };
  83. 0867D691FE84028FC02AAC07 /* VLC */ = {
  84. isa = PBXGroup;
  85. children = (
  86. EF8BCECD0CB9339A004AA006 /* TODO */,
  87. EF78BD3B0CAEEFD000354E6E /* Headers */,
  88. 08FB77AEFE84172EC02AAC07 /* Sources */,
  89. 32C88DFF0371C24200C91783 /* Other Sources */,
  90. 089C1665FE841158C02AAC07 /* Resources */,
  91. 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */,
  92. 034768DFFF38A50411DB9C8B /* Products */,
  93. );
  94. name = VLC;
  95. sourceTree = "<group>";
  96. };
  97. 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
  98. isa = PBXGroup;
  99. children = (
  100. EF53DD5F0CBD7BD100D3D4D0 /* Linked Libraries */,
  101. 1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */,
  102. 1058C7B2FEA5585E11CA2CBB /* Other Frameworks */,
  103. );
  104. name = "External Frameworks and Libraries";
  105. sourceTree = "<group>";
  106. };
  107. 089C1665FE841158C02AAC07 /* Resources */ = {
  108. isa = PBXGroup;
  109. children = (
  110. EF78BD350CAEEFB000354E6E /* Pre-Compile.sh */,
  111. 63030CC70CCA652C0088ECD1 /* Info.plist */,
  112. 63030CCA0CCA65AC0088ECD1 /* InfoPlist.strings */,
  113. );
  114. name = Resources;
  115. sourceTree = "<group>";
  116. };
  117. 08FB77AEFE84172EC02AAC07 /* Sources */ = {
  118. isa = PBXGroup;
  119. children = (
  120. EF78BD3C0CAEEFF600354E6E /* VLCEventManager.m */,
  121. EF78BD3D0CAEEFF600354E6E /* VLCLibrary.m */,
  122. EF78BD3E0CAEEFF600354E6E /* VLCMedia.m */,
  123. EF78BD410CAEEFF600354E6E /* VLCMediaList.m */,
  124. EF8BB8CF0CAFA8D80038A613 /* VLCMediaPlayer.m */,
  125. EF78BD400CAEEFF600354E6E /* VLCMediaLibrary.m */,
  126. EF78BD450CAEEFF600354E6E /* VLCVideoView.m */,
  127. EF78BD440CAEEFF600354E6E /* VLCTime.m */,
  128. EF73118F0CB5797B009473B4 /* VLCAudio.m */,
  129. );
  130. path = Sources;
  131. sourceTree = "<group>";
  132. };
  133. 1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */ = {
  134. isa = PBXGroup;
  135. children = (
  136. 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */,
  137. );
  138. name = "Linked Frameworks";
  139. sourceTree = "<group>";
  140. };
  141. 1058C7B2FEA5585E11CA2CBB /* Other Frameworks */ = {
  142. isa = PBXGroup;
  143. children = (
  144. 0867D6A5FE840307C02AAC07 /* AppKit.framework */,
  145. D2F7E79907B2D74100F64583 /* CoreData.framework */,
  146. 0867D69BFE84028FC02AAC07 /* Foundation.framework */,
  147. );
  148. name = "Other Frameworks";
  149. sourceTree = "<group>";
  150. };
  151. 32C88DFF0371C24200C91783 /* Other Sources */ = {
  152. isa = PBXGroup;
  153. children = (
  154. 32DBCF5E0370ADEE00C91783 /* VLC_Prefix.pch */,
  155. );
  156. name = "Other Sources";
  157. sourceTree = "<group>";
  158. };
  159. EF53DD5F0CBD7BD100D3D4D0 /* Linked Libraries */ = {
  160. isa = PBXGroup;
  161. children = (
  162. );
  163. name = "Linked Libraries";
  164. sourceTree = "<group>";
  165. };
  166. EF78BD3B0CAEEFD000354E6E /* Headers */ = {
  167. isa = PBXGroup;
  168. children = (
  169. EFD551DC0CC6DD720074CEE1 /* VLCLibVLCBridging.h */,
  170. EF78BD120CAEEEE700354E6E /* VLC.h */,
  171. EF78BD0D0CAEEEC300354E6E /* VLCEventManager.h */,
  172. EF78BD0E0CAEEEC300354E6E /* VLCLibrary.h */,
  173. EF78BD130CAEEEE700354E6E /* VLCMedia.h */,
  174. EF78BD160CAEEEE700354E6E /* VLCMediaList.h */,
  175. EF8BB8CE0CAFA8D80038A613 /* VLCMediaPlayer.h */,
  176. EF78BD150CAEEEE700354E6E /* VLCMediaLibrary.h */,
  177. EF78BD1A0CAEEEE700354E6E /* VLCVideoView.h */,
  178. EF78BD190CAEEEE700354E6E /* VLCTime.h */,
  179. EF73118E0CB5797B009473B4 /* VLCAudio.h */,
  180. );
  181. path = Headers;
  182. sourceTree = "<group>";
  183. };
  184. /* End PBXGroup section */
  185. /* Begin PBXHeadersBuildPhase section */
  186. 8DC2EF500486A6940098B216 /* Headers */ = {
  187. isa = PBXHeadersBuildPhase;
  188. buildActionMask = 2147483647;
  189. files = (
  190. EF78BD100CAEEEC300354E6E /* VLCEventManager.h in Headers */,
  191. EF78BD110CAEEEC300354E6E /* VLCLibrary.h in Headers */,
  192. EF78BD1B0CAEEEE700354E6E /* VLC.h in Headers */,
  193. EF78BD1C0CAEEEE700354E6E /* VLCMedia.h in Headers */,
  194. EF78BD1E0CAEEEE700354E6E /* VLCMediaLibrary.h in Headers */,
  195. EF78BD1F0CAEEEE700354E6E /* VLCMediaList.h in Headers */,
  196. EF78BE0F0CAF039400354E6E /* VLCTime.h in Headers */,
  197. EF78BEF30CAF07E100354E6E /* VLCVideoView.h in Headers */,
  198. EF8BB8D00CAFA8D80038A613 /* VLCMediaPlayer.h in Headers */,
  199. EF7311900CB5797B009473B4 /* VLCAudio.h in Headers */,
  200. EFD551DD0CC6DD720074CEE1 /* VLCLibVLCBridging.h in Headers */,
  201. );
  202. runOnlyForDeploymentPostprocessing = 0;
  203. };
  204. /* End PBXHeadersBuildPhase section */
  205. /* Begin PBXNativeTarget section */
  206. 8DC2EF4F0486A6940098B216 /* VLC */ = {
  207. isa = PBXNativeTarget;
  208. buildConfigurationList = 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "VLC" */;
  209. buildPhases = (
  210. EF78BD2E0CAEEF9500354E6E /* ShellScript */,
  211. 8DC2EF540486A6940098B216 /* Sources */,
  212. 8DC2EF500486A6940098B216 /* Headers */,
  213. 8DC2EF520486A6940098B216 /* Resources */,
  214. 8DC2EF560486A6940098B216 /* Frameworks */,
  215. );
  216. buildRules = (
  217. );
  218. 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";
  219. dependencies = (
  220. );
  221. name = VLC;
  222. productInstallPath = "$(HOME)/Library/Frameworks";
  223. productName = VLC;
  224. productReference = 8DC2EF5B0486A6940098B216 /* VLC.framework */;
  225. productType = "com.apple.product-type.framework";
  226. };
  227. /* End PBXNativeTarget section */
  228. /* Begin PBXProject section */
  229. 0867D690FE84028FC02AAC07 /* Project object */ = {
  230. isa = PBXProject;
  231. buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "VLC" */;
  232. hasScannedForEncodings = 1;
  233. mainGroup = 0867D691FE84028FC02AAC07 /* VLC */;
  234. productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
  235. projectDirPath = "";
  236. targets = (
  237. 8DC2EF4F0486A6940098B216 /* VLC */,
  238. );
  239. };
  240. /* End PBXProject section */
  241. /* Begin PBXResourcesBuildPhase section */
  242. 8DC2EF520486A6940098B216 /* Resources */ = {
  243. isa = PBXResourcesBuildPhase;
  244. buildActionMask = 2147483647;
  245. files = (
  246. 63030CCC0CCA65AC0088ECD1 /* InfoPlist.strings in Resources */,
  247. );
  248. runOnlyForDeploymentPostprocessing = 0;
  249. };
  250. /* End PBXResourcesBuildPhase section */
  251. /* Begin PBXShellScriptBuildPhase section */
  252. EF78BD2E0CAEEF9500354E6E /* ShellScript */ = {
  253. isa = PBXShellScriptBuildPhase;
  254. buildActionMask = 2147483647;
  255. files = (
  256. );
  257. inputPaths = (
  258. );
  259. outputPaths = (
  260. );
  261. runOnlyForDeploymentPostprocessing = 0;
  262. shellPath = /bin/sh;
  263. shellScript = "if [ ${ACTION} = \"\" ]; then\n\t# Debug --\n\tTARGET_BUILD_DIR=\".\"\n\tFULL_PRODUCT_NAME=\"VLC.framework\"\n\tCONTENTS_FOLDER_PATH=\"${FULL_PRODUCT_NAME}/Versions/A\"\n\tVLC_BUILD_DIR=\"../../..\"\n\tVLC_SRC_DIR=\"../../..\"\n\t# Debug --\nfi\n\nif [ ${ACTION} = \"build\" ]; then\t\n\tvlc_config=\"${VLC_SRC_DIR}/vlc-config\"\n\tlib=\"lib\"\n\tmodules=\"modules\"\n\ttarget=\"${TARGET_BUILD_DIR}/${CONTENTS_FOLDER_PATH}\"\n\ttarget_lib=\"${target}/${lib}\"\t\t\t# Should we consider using a different well-known folder like shared resources?\n\ttarget_modules=\"${target}/${modules}\"\t# Should we consider using a different well-known folder like shared resources?\n\t\n ##########################\n # @function install_library(src_lib, dest_dir)\n\t# @description Installs the specified library into the destination folder, automatically changes the references to dependencies\n\t# @param src_lib \tsource library to copy to the destination directory\n\t# @param dest_dir\tdestination directory where the src_lib should be copied to\n\tinstall_library() {\t\n\t\tif [ ${3} = \"library\" ]; then\n\t\t\tinstall_name=\"@loader_path/lib\"\n\t\telse\n\t\t\tinstall_name=\"@loader_path/modules\"\n\t\tfi\n\t\t\n\t\tif [ \"${4}\" != \"\" ]; then\n\t\t\tlib_dest=\"${2}/${4}\"\n\t\telse\n\t\t\tlib_dest=\"${2}/`basename ${1}`\"\n\t\tfi\n\t\t\n\t\tif test -e ${1} && ! test -e ${lib_dest}; then\n\t\t\tmkdir -p ${2}\n\t\t\t\n\t\t\t# Lets copy the library from the source folder to our new destination folder\n\t\t\tcp ${1} ${lib_dest}\n\n\t\t\t# Update the dynamic library so it will know where to look for the other libraries\n\t\t\techo \"Installing ${3} `basename ${lib_dest}`\"\n\n\t\t\t# Change the reference of libvlc.1 stored in the usr directory to libvlc.dylib in the framework's library directory\n\t\t\tinstall_name_tool -change /usr/local/lib/libvlc.1.dylib @loader_path/../lib/libvlc.dylib ${lib_dest}\n\t\t\tinstall_name_tool -change @executable_path/lib/vlc_libintl.dylib @loader_path/../lib/vlc_libintl.dylib ${lib_dest}\n\t\t\tinstall_name_tool -id \"${install_name}/`basename ${lib_dest}`\" ${lib_dest}\n\n\t\t\t# Iterate through each installed library and modify the references to other dynamic libraries to match the framework's library directory\n\t\t\tfor linked_lib in `otool -L \"${lib_dest}\" | grep @executable_path | sed 's/(\\([0-z]*\\ *\\.*\\,*\\)*)//g'` ; do\n\t\t\t\tref_lib=`echo \"${linked_lib}\" | sed 's:executable_path/:loader_path/../:'`\n\t\t\t\tinstall_name_tool -change ${linked_lib} ${ref_lib} ${lib_dest}\n\t\t\tdone\n\t\tfi\n\t}\n\t# @function install_library\n ##########################\n\n ##########################\n\t# Create a symbolic link in the root of the framework\n\tmkdir -p ${target_lib}\n\tmkdir -p ${target_modules}\n\t\n\tpushd `pwd` > /dev/null \n\tcd ${TARGET_BUILD_DIR}/${FULL_PRODUCT_NAME}\n\t\n\tln -sf Versions/Current/${lib} .\n\tln -sf Versions/Current/${modules} .\n\t\n\tpopd > /dev/null \n\t# Create a symbolic link in the root of the framework\n ##########################\n\t\n ##########################\n # Build the library folder (Same as VLC.framework/lib in Makefile)\n\techo \"Building library folder...\"\n\n\t# Check to see if there are any vlc libraries available\n\techo \"Copying VLC libraries...\"\n\tif test -d ${VLC_BUILD_DIR}/extras/contrib/vlc-lib; then\n\t\t# Iterate through the dyanmic libraries available\n\t\tfor lib_src in ${VLC_BUILD_DIR}/extras/contrib/vlc-lib/*.dylib ; do\n\t\t\tinstall_library ${lib_src} ${target_lib} \"library\"\n\t\tdone\n\tfi\n\n\t# Check to see if there are any core libraries available\n\techo \"Copying core libraries...\"\n#\tif test -d ${VLC_BUILD_DIR}/src/.libs; then\n#\t\t# Iterate through all the core libraries\n#\t\tfor lib_src = ${VLC_BUILD_DIR}/src/.libs/*.dylib; do\n#\t\t\t# Only install the library if it is not a symbolic link\n#\t\t\tif ! test -L ${lib_src}; then\n#\t\t\t\techo \"install_library ${lib_src} ${target_lib} `echo \"${lib_src}\" | sed 's:(.\\d+)+.dylib:.dylib:'`\"\n#\t\t\tfi\n#\t\tdone\n#\tfi\n\n\tinstall_library \"${VLC_BUILD_DIR}/src/.libs/libvlc.dylib\" ${target_lib} \"library\"\n\tinstall_library \"${VLC_BUILD_DIR}/src/.libs/libvlc-control.dylib\" ${target_lib} \"library\"\n\tinstall_library \"${VLC_BUILD_DIR}/extras/contrib/vlc-lib/vlc_libintl.dylib\" ${target_lib} \"library\"\n # Build the library folder\n ##########################\n\n ##########################\n # Build the modules folder (Same as VLC.framework/modules in Makefile)\n\techo \"Building modules folder...\"\n\t# Figure out what modules are available to install\n\tfor module in `top_builddir=\"${VLC_BUILD_DIR}\" ${vlc_config} --target plugin` ; do\n\t\t# Check to see that the reported module actually exists\n\t\tif test -n ${module}; then\n\t\t\tmodule_src=\"`dirname ${module}`/.libs/`basename ${module}`.dylib\"\n\t\t\tinstall_library ${module_src} ${target_modules} \"module\"\n\t\tfi\n done\n\t\n # Build the modules folder\n ##########################\nfi";
  264. };
  265. /* End PBXShellScriptBuildPhase section */
  266. /* Begin PBXSourcesBuildPhase section */
  267. 8DC2EF540486A6940098B216 /* Sources */ = {
  268. isa = PBXSourcesBuildPhase;
  269. buildActionMask = 2147483647;
  270. files = (
  271. EF78BD460CAEEFF600354E6E /* VLCEventManager.m in Sources */,
  272. EF78BD470CAEEFF600354E6E /* VLCLibrary.m in Sources */,
  273. EF78BD480CAEEFF600354E6E /* VLCMedia.m in Sources */,
  274. EF78BD4A0CAEEFF600354E6E /* VLCMediaLibrary.m in Sources */,
  275. EF78BD4B0CAEEFF600354E6E /* VLCMediaList.m in Sources */,
  276. EF78BE100CAF039400354E6E /* VLCTime.m in Sources */,
  277. EF78BEF40CAF07E500354E6E /* VLCVideoView.m in Sources */,
  278. EF8BB8D10CAFA8D80038A613 /* VLCMediaPlayer.m in Sources */,
  279. EF7311910CB5797B009473B4 /* VLCAudio.m in Sources */,
  280. );
  281. runOnlyForDeploymentPostprocessing = 0;
  282. };
  283. /* End PBXSourcesBuildPhase section */
  284. /* Begin PBXVariantGroup section */
  285. 63030CCA0CCA65AC0088ECD1 /* InfoPlist.strings */ = {
  286. isa = PBXVariantGroup;
  287. children = (
  288. 63030CCB0CCA65AC0088ECD1 /* English */,
  289. );
  290. name = InfoPlist.strings;
  291. sourceTree = "<group>";
  292. };
  293. /* End PBXVariantGroup section */
  294. /* Begin XCBuildConfiguration section */
  295. 1DEB91AE08733DA50010E9CD /* Debug */ = {
  296. isa = XCBuildConfiguration;
  297. buildSettings = {
  298. COPY_PHASE_STRIP = NO;
  299. DYLIB_COMPATIBILITY_VERSION = 1;
  300. DYLIB_CURRENT_VERSION = 1;
  301. FRAMEWORK_VERSION = A;
  302. GCC_DYNAMIC_NO_PIC = NO;
  303. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  304. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  305. GCC_MODEL_TUNING = G5;
  306. GCC_OPTIMIZATION_LEVEL = 0;
  307. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  308. GCC_PREFIX_HEADER = VLC_Prefix.pch;
  309. HEADER_SEARCH_PATHS = (
  310. "$(VLC_SRC_DIR)/include",
  311. "Headers/**",
  312. );
  313. INFOPLIST_FILE = Resources/Info.plist;
  314. INSTALL_PATH = "@loader_path/../Frameworks";
  315. LD_FLAGS_LIBINTL = "-dylib_file @loader_path/../lib/vlc_libintl.dylib:$(VLC_FRAMEWORK)/lib/vlc_libintl.dylib";
  316. 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";
  317. LD_FLAGS_LIBVLC_CONTROL = "-dylib_file @loader_path/lib/libvlc-control.dylib:$(VLC_FRAMEWORK)/lib/libvlc-control.dylib";
  318. LIBRARY_SEARCH_PATHS = "$(VLC_FRAMEWORK)/lib";
  319. OTHER_LDFLAGS = (
  320. "-single_module",
  321. "-read_only_relocs",
  322. suppress,
  323. "-lvlc",
  324. "-lvlc-control",
  325. "$(LD_FLAGS_LIBINTL)",
  326. "$(LD_FLAGS_LIBVLC)",
  327. "$(LD_FLAGS_LIBVLC_CONTROL)",
  328. );
  329. PRODUCT_NAME = VLC;
  330. SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
  331. SYMROOT = build;
  332. VLC_BUILD_DIR = "$(VLC_SRC_DIR)";
  333. VLC_FRAMEWORK = "$(TARGET_BUILD_DIR)/$(PROJECT_NAME).framework";
  334. VLC_SRC_DIR = ../../..;
  335. WRAPPER_EXTENSION = framework;
  336. ZERO_LINK = YES;
  337. };
  338. name = Debug;
  339. };
  340. 1DEB91AF08733DA50010E9CD /* Release */ = {
  341. isa = XCBuildConfiguration;
  342. buildSettings = {
  343. ARCHS = i386;
  344. DYLIB_COMPATIBILITY_VERSION = 1;
  345. DYLIB_CURRENT_VERSION = 1;
  346. FRAMEWORK_VERSION = A;
  347. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  348. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  349. GCC_MODEL_TUNING = G5;
  350. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  351. GCC_PREFIX_HEADER = VLC_Prefix.pch;
  352. HEADER_SEARCH_PATHS = (
  353. "$(VLC_SRC_DIR)/include",
  354. "Headers/**",
  355. );
  356. INFOPLIST_FILE = Resources/Info.plist;
  357. INSTALL_PATH = "@loader_path/../Frameworks";
  358. LD_FLAGS_LIBINTL = "-dylib_file @loader_path/../lib/vlc_libintl.dylib:$(VLC_FRAMEWORK)/lib/vlc_libintl.dylib";
  359. 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";
  360. LD_FLAGS_LIBVLC_CONTROL = "-dylib_file @loader_path/lib/libvlc-control.dylib:$(VLC_FRAMEWORK)/lib/libvlc-control.dylib";
  361. LIBRARY_SEARCH_PATHS = "$(VLC_FRAMEWORK)/lib";
  362. OTHER_LDFLAGS = (
  363. "-single_module",
  364. "-read_only_relocs",
  365. suppress,
  366. "-lvlc",
  367. "-lvlc-control",
  368. "$(LD_FLAGS_LIBINTL)",
  369. "$(LD_FLAGS_LIBVLC)",
  370. "$(LD_FLAGS_LIBVLC_CONTROL)",
  371. );
  372. PRODUCT_NAME = VLC;
  373. SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
  374. SYMROOT = build;
  375. VLC_BUILD_DIR = "$(VLC_SRC_DIR)";
  376. VLC_FRAMEWORK = "$(TARGET_BUILD_DIR)/$(PROJECT_NAME).framework";
  377. VLC_SRC_DIR = ../../..;
  378. WRAPPER_EXTENSION = framework;
  379. };
  380. name = Release;
  381. };
  382. 1DEB91B208733DA50010E9CD /* Debug */ = {
  383. isa = XCBuildConfiguration;
  384. buildSettings = {
  385. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  386. GCC_WARN_UNUSED_VARIABLE = YES;
  387. PREBINDING = NO;
  388. SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
  389. };
  390. name = Debug;
  391. };
  392. 1DEB91B308733DA50010E9CD /* Release */ = {
  393. isa = XCBuildConfiguration;
  394. buildSettings = {
  395. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  396. GCC_WARN_UNUSED_VARIABLE = YES;
  397. PREBINDING = NO;
  398. SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
  399. };
  400. name = Release;
  401. };
  402. /* End XCBuildConfiguration section */
  403. /* Begin XCConfigurationList section */
  404. 1DEB91AD08733DA50010E9CD /* Build configuration list for PBXNativeTarget "VLC" */ = {
  405. isa = XCConfigurationList;
  406. buildConfigurations = (
  407. 1DEB91AE08733DA50010E9CD /* Debug */,
  408. 1DEB91AF08733DA50010E9CD /* Release */,
  409. );
  410. defaultConfigurationIsVisible = 0;
  411. defaultConfigurationName = Release;
  412. };
  413. 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "VLC" */ = {
  414. isa = XCConfigurationList;
  415. buildConfigurations = (
  416. 1DEB91B208733DA50010E9CD /* Debug */,
  417. 1DEB91B308733DA50010E9CD /* Release */,
  418. );
  419. defaultConfigurationIsVisible = 0;
  420. defaultConfigurationName = Release;
  421. };
  422. /* End XCConfigurationList section */
  423. };
  424. rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
  425. }