project.pbxproj 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. A513A69816AF2F47000DF615 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A513A69716AF2F47000DF615 /* Foundation.framework */; };
  10. A513A69B16AF2F47000DF615 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A513A69A16AF2F47000DF615 /* main.m */; };
  11. A513A69F16AF2F47000DF615 /* DHSendMIDI.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = A513A69E16AF2F47000DF615 /* DHSendMIDI.1 */; };
  12. /* End PBXBuildFile section */
  13. /* Begin PBXCopyFilesBuildPhase section */
  14. A513A69116AF2F47000DF615 /* CopyFiles */ = {
  15. isa = PBXCopyFilesBuildPhase;
  16. buildActionMask = 2147483647;
  17. dstPath = /usr/share/man/man1/;
  18. dstSubfolderSpec = 0;
  19. files = (
  20. A513A69F16AF2F47000DF615 /* DHSendMIDI.1 in CopyFiles */,
  21. );
  22. runOnlyForDeploymentPostprocessing = 1;
  23. };
  24. /* End PBXCopyFilesBuildPhase section */
  25. /* Begin PBXFileReference section */
  26. A513A69316AF2F47000DF615 /* DHSendMIDI */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = DHSendMIDI; sourceTree = BUILT_PRODUCTS_DIR; };
  27. A513A69716AF2F47000DF615 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  28. A513A69A16AF2F47000DF615 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  29. A513A69D16AF2F47000DF615 /* DHSendMIDI-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DHSendMIDI-Prefix.pch"; sourceTree = "<group>"; };
  30. A513A69E16AF2F47000DF615 /* DHSendMIDI.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = DHSendMIDI.1; sourceTree = "<group>"; };
  31. /* End PBXFileReference section */
  32. /* Begin PBXFrameworksBuildPhase section */
  33. A513A69016AF2F47000DF615 /* Frameworks */ = {
  34. isa = PBXFrameworksBuildPhase;
  35. buildActionMask = 2147483647;
  36. files = (
  37. A513A69816AF2F47000DF615 /* Foundation.framework in Frameworks */,
  38. );
  39. runOnlyForDeploymentPostprocessing = 0;
  40. };
  41. /* End PBXFrameworksBuildPhase section */
  42. /* Begin PBXGroup section */
  43. A513A68816AF2F47000DF615 = {
  44. isa = PBXGroup;
  45. children = (
  46. A513A69916AF2F47000DF615 /* DHSendMIDI */,
  47. A513A69616AF2F47000DF615 /* Frameworks */,
  48. A513A69416AF2F47000DF615 /* Products */,
  49. );
  50. sourceTree = "<group>";
  51. };
  52. A513A69416AF2F47000DF615 /* Products */ = {
  53. isa = PBXGroup;
  54. children = (
  55. A513A69316AF2F47000DF615 /* DHSendMIDI */,
  56. );
  57. name = Products;
  58. sourceTree = "<group>";
  59. };
  60. A513A69616AF2F47000DF615 /* Frameworks */ = {
  61. isa = PBXGroup;
  62. children = (
  63. A513A69716AF2F47000DF615 /* Foundation.framework */,
  64. );
  65. name = Frameworks;
  66. sourceTree = "<group>";
  67. };
  68. A513A69916AF2F47000DF615 /* DHSendMIDI */ = {
  69. isa = PBXGroup;
  70. children = (
  71. A513A69A16AF2F47000DF615 /* main.m */,
  72. A513A69E16AF2F47000DF615 /* DHSendMIDI.1 */,
  73. A513A69C16AF2F47000DF615 /* Supporting Files */,
  74. );
  75. path = DHSendMIDI;
  76. sourceTree = "<group>";
  77. };
  78. A513A69C16AF2F47000DF615 /* Supporting Files */ = {
  79. isa = PBXGroup;
  80. children = (
  81. A513A69D16AF2F47000DF615 /* DHSendMIDI-Prefix.pch */,
  82. );
  83. name = "Supporting Files";
  84. sourceTree = "<group>";
  85. };
  86. /* End PBXGroup section */
  87. /* Begin PBXNativeTarget section */
  88. A513A69216AF2F47000DF615 /* DHSendMIDI */ = {
  89. isa = PBXNativeTarget;
  90. buildConfigurationList = A513A6A216AF2F47000DF615 /* Build configuration list for PBXNativeTarget "DHSendMIDI" */;
  91. buildPhases = (
  92. A513A68F16AF2F47000DF615 /* Sources */,
  93. A513A69016AF2F47000DF615 /* Frameworks */,
  94. A513A69116AF2F47000DF615 /* CopyFiles */,
  95. );
  96. buildRules = (
  97. );
  98. dependencies = (
  99. );
  100. name = DHSendMIDI;
  101. productName = DHSendMIDI;
  102. productReference = A513A69316AF2F47000DF615 /* DHSendMIDI */;
  103. productType = "com.apple.product-type.tool";
  104. };
  105. /* End PBXNativeTarget section */
  106. /* Begin PBXProject section */
  107. A513A68A16AF2F47000DF615 /* Project object */ = {
  108. isa = PBXProject;
  109. attributes = {
  110. LastUpgradeCheck = 0450;
  111. ORGANIZATIONNAME = "Douglas Heriot";
  112. };
  113. buildConfigurationList = A513A68D16AF2F47000DF615 /* Build configuration list for PBXProject "DHSendMIDI" */;
  114. compatibilityVersion = "Xcode 3.2";
  115. developmentRegion = English;
  116. hasScannedForEncodings = 0;
  117. knownRegions = (
  118. en,
  119. );
  120. mainGroup = A513A68816AF2F47000DF615;
  121. productRefGroup = A513A69416AF2F47000DF615 /* Products */;
  122. projectDirPath = "";
  123. projectRoot = "";
  124. targets = (
  125. A513A69216AF2F47000DF615 /* DHSendMIDI */,
  126. );
  127. };
  128. /* End PBXProject section */
  129. /* Begin PBXSourcesBuildPhase section */
  130. A513A68F16AF2F47000DF615 /* Sources */ = {
  131. isa = PBXSourcesBuildPhase;
  132. buildActionMask = 2147483647;
  133. files = (
  134. A513A69B16AF2F47000DF615 /* main.m in Sources */,
  135. );
  136. runOnlyForDeploymentPostprocessing = 0;
  137. };
  138. /* End PBXSourcesBuildPhase section */
  139. /* Begin XCBuildConfiguration section */
  140. A513A6A016AF2F47000DF615 /* Debug */ = {
  141. isa = XCBuildConfiguration;
  142. buildSettings = {
  143. ALWAYS_SEARCH_USER_PATHS = NO;
  144. ARCHS = "$(ARCHS_STANDARD_64_BIT)";
  145. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  146. CLANG_CXX_LIBRARY = "libc++";
  147. CLANG_ENABLE_OBJC_ARC = YES;
  148. CLANG_WARN_EMPTY_BODY = YES;
  149. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  150. COPY_PHASE_STRIP = NO;
  151. GCC_C_LANGUAGE_STANDARD = gnu99;
  152. GCC_DYNAMIC_NO_PIC = NO;
  153. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  154. GCC_OPTIMIZATION_LEVEL = 0;
  155. GCC_PREPROCESSOR_DEFINITIONS = (
  156. "DEBUG=1",
  157. "$(inherited)",
  158. );
  159. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  160. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  161. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  162. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  163. GCC_WARN_UNUSED_VARIABLE = YES;
  164. MACOSX_DEPLOYMENT_TARGET = 10.8;
  165. ONLY_ACTIVE_ARCH = YES;
  166. SDKROOT = macosx;
  167. };
  168. name = Debug;
  169. };
  170. A513A6A116AF2F47000DF615 /* Release */ = {
  171. isa = XCBuildConfiguration;
  172. buildSettings = {
  173. ALWAYS_SEARCH_USER_PATHS = NO;
  174. ARCHS = "$(ARCHS_STANDARD_64_BIT)";
  175. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  176. CLANG_CXX_LIBRARY = "libc++";
  177. CLANG_ENABLE_OBJC_ARC = YES;
  178. CLANG_WARN_EMPTY_BODY = YES;
  179. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  180. COPY_PHASE_STRIP = YES;
  181. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  182. GCC_C_LANGUAGE_STANDARD = gnu99;
  183. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  184. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  185. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  186. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  187. GCC_WARN_UNUSED_VARIABLE = YES;
  188. MACOSX_DEPLOYMENT_TARGET = 10.8;
  189. SDKROOT = macosx;
  190. };
  191. name = Release;
  192. };
  193. A513A6A316AF2F47000DF615 /* Debug */ = {
  194. isa = XCBuildConfiguration;
  195. buildSettings = {
  196. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  197. GCC_PREFIX_HEADER = "DHSendMIDI/DHSendMIDI-Prefix.pch";
  198. PRODUCT_NAME = "$(TARGET_NAME)";
  199. };
  200. name = Debug;
  201. };
  202. A513A6A416AF2F47000DF615 /* Release */ = {
  203. isa = XCBuildConfiguration;
  204. buildSettings = {
  205. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  206. GCC_PREFIX_HEADER = "DHSendMIDI/DHSendMIDI-Prefix.pch";
  207. PRODUCT_NAME = "$(TARGET_NAME)";
  208. };
  209. name = Release;
  210. };
  211. /* End XCBuildConfiguration section */
  212. /* Begin XCConfigurationList section */
  213. A513A68D16AF2F47000DF615 /* Build configuration list for PBXProject "DHSendMIDI" */ = {
  214. isa = XCConfigurationList;
  215. buildConfigurations = (
  216. A513A6A016AF2F47000DF615 /* Debug */,
  217. A513A6A116AF2F47000DF615 /* Release */,
  218. );
  219. defaultConfigurationIsVisible = 0;
  220. defaultConfigurationName = Release;
  221. };
  222. A513A6A216AF2F47000DF615 /* Build configuration list for PBXNativeTarget "DHSendMIDI" */ = {
  223. isa = XCConfigurationList;
  224. buildConfigurations = (
  225. A513A6A316AF2F47000DF615 /* Debug */,
  226. A513A6A416AF2F47000DF615 /* Release */,
  227. );
  228. defaultConfigurationIsVisible = 0;
  229. };
  230. /* End XCConfigurationList section */
  231. };
  232. rootObject = A513A68A16AF2F47000DF615 /* Project object */;
  233. }