project.pbxproj
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:9k
源码类别:

midi

开发平台:

Unix_Linux

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