project.pbxproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  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. A513A6AE16AF3009000DF615 /* SnoizeMIDI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A513A6AD16AF2FFE000DF615 /* SnoizeMIDI.framework */; };
  13. /* End PBXBuildFile section */
  14. /* Begin PBXContainerItemProxy section */
  15. A513A6AC16AF2FFE000DF615 /* PBXContainerItemProxy */ = {
  16. isa = PBXContainerItemProxy;
  17. containerPortal = A513A6A516AF2FFE000DF615 /* SnoizeMIDI.xcodeproj */;
  18. proxyType = 2;
  19. remoteGlobalIDString = 8DC2EF5B0486A6940098B216;
  20. remoteInfo = SnoizeMIDI;
  21. };
  22. A513A6B516AF306B000DF615 /* PBXContainerItemProxy */ = {
  23. isa = PBXContainerItemProxy;
  24. containerPortal = A513A6A516AF2FFE000DF615 /* SnoizeMIDI.xcodeproj */;
  25. proxyType = 2;
  26. remoteGlobalIDString = A53DDB97148F4219006D2FFD;
  27. remoteInfo = SnoizeMIDIiOS;
  28. };
  29. /* End PBXContainerItemProxy section */
  30. /* Begin PBXCopyFilesBuildPhase section */
  31. A513A69116AF2F47000DF615 /* CopyFiles */ = {
  32. isa = PBXCopyFilesBuildPhase;
  33. buildActionMask = 2147483647;
  34. dstPath = /usr/share/man/man1/;
  35. dstSubfolderSpec = 0;
  36. files = (
  37. A513A69F16AF2F47000DF615 /* DHSendMIDI.1 in CopyFiles */,
  38. );
  39. runOnlyForDeploymentPostprocessing = 1;
  40. };
  41. /* End PBXCopyFilesBuildPhase section */
  42. /* Begin PBXFileReference section */
  43. A513A69316AF2F47000DF615 /* DHSendMIDI */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = DHSendMIDI; sourceTree = BUILT_PRODUCTS_DIR; };
  44. A513A69716AF2F47000DF615 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  45. A513A69A16AF2F47000DF615 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  46. A513A69D16AF2F47000DF615 /* DHSendMIDI-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DHSendMIDI-Prefix.pch"; sourceTree = "<group>"; };
  47. A513A69E16AF2F47000DF615 /* DHSendMIDI.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = DHSendMIDI.1; sourceTree = "<group>"; };
  48. A513A6A516AF2FFE000DF615 /* SnoizeMIDI.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SnoizeMIDI.xcodeproj; path = MIDIApps/Frameworks/SnoizeMIDI/SnoizeMIDI.xcodeproj; sourceTree = "<group>"; };
  49. /* End PBXFileReference section */
  50. /* Begin PBXFrameworksBuildPhase section */
  51. A513A69016AF2F47000DF615 /* Frameworks */ = {
  52. isa = PBXFrameworksBuildPhase;
  53. buildActionMask = 2147483647;
  54. files = (
  55. A513A6AE16AF3009000DF615 /* SnoizeMIDI.framework in Frameworks */,
  56. A513A69816AF2F47000DF615 /* Foundation.framework in Frameworks */,
  57. );
  58. runOnlyForDeploymentPostprocessing = 0;
  59. };
  60. /* End PBXFrameworksBuildPhase section */
  61. /* Begin PBXGroup section */
  62. A513A68816AF2F47000DF615 = {
  63. isa = PBXGroup;
  64. children = (
  65. A513A69916AF2F47000DF615 /* DHSendMIDI */,
  66. A513A69616AF2F47000DF615 /* Frameworks */,
  67. A513A69416AF2F47000DF615 /* Products */,
  68. );
  69. sourceTree = "<group>";
  70. };
  71. A513A69416AF2F47000DF615 /* Products */ = {
  72. isa = PBXGroup;
  73. children = (
  74. A513A69316AF2F47000DF615 /* DHSendMIDI */,
  75. );
  76. name = Products;
  77. sourceTree = "<group>";
  78. };
  79. A513A69616AF2F47000DF615 /* Frameworks */ = {
  80. isa = PBXGroup;
  81. children = (
  82. A513A6A516AF2FFE000DF615 /* SnoizeMIDI.xcodeproj */,
  83. A513A69716AF2F47000DF615 /* Foundation.framework */,
  84. );
  85. name = Frameworks;
  86. sourceTree = "<group>";
  87. };
  88. A513A69916AF2F47000DF615 /* DHSendMIDI */ = {
  89. isa = PBXGroup;
  90. children = (
  91. A513A69A16AF2F47000DF615 /* main.m */,
  92. A513A69E16AF2F47000DF615 /* DHSendMIDI.1 */,
  93. A513A69C16AF2F47000DF615 /* Supporting Files */,
  94. );
  95. path = DHSendMIDI;
  96. sourceTree = "<group>";
  97. };
  98. A513A69C16AF2F47000DF615 /* Supporting Files */ = {
  99. isa = PBXGroup;
  100. children = (
  101. A513A69D16AF2F47000DF615 /* DHSendMIDI-Prefix.pch */,
  102. );
  103. name = "Supporting Files";
  104. sourceTree = "<group>";
  105. };
  106. A513A6A616AF2FFE000DF615 /* Products */ = {
  107. isa = PBXGroup;
  108. children = (
  109. A513A6AD16AF2FFE000DF615 /* SnoizeMIDI.framework */,
  110. A513A6B616AF306B000DF615 /* libSnoizeMIDIiOS.a */,
  111. );
  112. name = Products;
  113. sourceTree = "<group>";
  114. };
  115. /* End PBXGroup section */
  116. /* Begin PBXNativeTarget section */
  117. A513A69216AF2F47000DF615 /* DHSendMIDI */ = {
  118. isa = PBXNativeTarget;
  119. buildConfigurationList = A513A6A216AF2F47000DF615 /* Build configuration list for PBXNativeTarget "DHSendMIDI" */;
  120. buildPhases = (
  121. A513A68F16AF2F47000DF615 /* Sources */,
  122. A513A69016AF2F47000DF615 /* Frameworks */,
  123. A513A69116AF2F47000DF615 /* CopyFiles */,
  124. );
  125. buildRules = (
  126. );
  127. dependencies = (
  128. );
  129. name = DHSendMIDI;
  130. productName = DHSendMIDI;
  131. productReference = A513A69316AF2F47000DF615 /* DHSendMIDI */;
  132. productType = "com.apple.product-type.tool";
  133. };
  134. /* End PBXNativeTarget section */
  135. /* Begin PBXProject section */
  136. A513A68A16AF2F47000DF615 /* Project object */ = {
  137. isa = PBXProject;
  138. attributes = {
  139. LastUpgradeCheck = 0450;
  140. ORGANIZATIONNAME = "Douglas Heriot";
  141. };
  142. buildConfigurationList = A513A68D16AF2F47000DF615 /* Build configuration list for PBXProject "DHSendMIDI" */;
  143. compatibilityVersion = "Xcode 3.2";
  144. developmentRegion = English;
  145. hasScannedForEncodings = 0;
  146. knownRegions = (
  147. en,
  148. );
  149. mainGroup = A513A68816AF2F47000DF615;
  150. productRefGroup = A513A69416AF2F47000DF615 /* Products */;
  151. projectDirPath = "";
  152. projectReferences = (
  153. {
  154. ProductGroup = A513A6A616AF2FFE000DF615 /* Products */;
  155. ProjectRef = A513A6A516AF2FFE000DF615 /* SnoizeMIDI.xcodeproj */;
  156. },
  157. );
  158. projectRoot = "";
  159. targets = (
  160. A513A69216AF2F47000DF615 /* DHSendMIDI */,
  161. );
  162. };
  163. /* End PBXProject section */
  164. /* Begin PBXReferenceProxy section */
  165. A513A6AD16AF2FFE000DF615 /* SnoizeMIDI.framework */ = {
  166. isa = PBXReferenceProxy;
  167. fileType = wrapper.framework;
  168. path = SnoizeMIDI.framework;
  169. remoteRef = A513A6AC16AF2FFE000DF615 /* PBXContainerItemProxy */;
  170. sourceTree = BUILT_PRODUCTS_DIR;
  171. };
  172. A513A6B616AF306B000DF615 /* libSnoizeMIDIiOS.a */ = {
  173. isa = PBXReferenceProxy;
  174. fileType = archive.ar;
  175. path = libSnoizeMIDIiOS.a;
  176. remoteRef = A513A6B516AF306B000DF615 /* PBXContainerItemProxy */;
  177. sourceTree = BUILT_PRODUCTS_DIR;
  178. };
  179. /* End PBXReferenceProxy section */
  180. /* Begin PBXSourcesBuildPhase section */
  181. A513A68F16AF2F47000DF615 /* Sources */ = {
  182. isa = PBXSourcesBuildPhase;
  183. buildActionMask = 2147483647;
  184. files = (
  185. A513A69B16AF2F47000DF615 /* main.m in Sources */,
  186. );
  187. runOnlyForDeploymentPostprocessing = 0;
  188. };
  189. /* End PBXSourcesBuildPhase section */
  190. /* Begin XCBuildConfiguration section */
  191. A513A6A016AF2F47000DF615 /* Debug */ = {
  192. isa = XCBuildConfiguration;
  193. buildSettings = {
  194. ALWAYS_SEARCH_USER_PATHS = NO;
  195. ARCHS = "$(ARCHS_STANDARD_64_BIT)";
  196. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  197. CLANG_CXX_LIBRARY = "libc++";
  198. CLANG_ENABLE_OBJC_ARC = YES;
  199. CLANG_WARN_EMPTY_BODY = YES;
  200. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  201. COPY_PHASE_STRIP = NO;
  202. GCC_C_LANGUAGE_STANDARD = gnu99;
  203. GCC_DYNAMIC_NO_PIC = NO;
  204. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  205. GCC_OPTIMIZATION_LEVEL = 0;
  206. GCC_PREPROCESSOR_DEFINITIONS = (
  207. "DEBUG=1",
  208. "$(inherited)",
  209. );
  210. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  211. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  212. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  213. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  214. GCC_WARN_UNUSED_VARIABLE = YES;
  215. MACOSX_DEPLOYMENT_TARGET = 10.8;
  216. ONLY_ACTIVE_ARCH = YES;
  217. SDKROOT = macosx;
  218. };
  219. name = Debug;
  220. };
  221. A513A6A116AF2F47000DF615 /* Release */ = {
  222. isa = XCBuildConfiguration;
  223. buildSettings = {
  224. ALWAYS_SEARCH_USER_PATHS = NO;
  225. ARCHS = "$(ARCHS_STANDARD_64_BIT)";
  226. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  227. CLANG_CXX_LIBRARY = "libc++";
  228. CLANG_ENABLE_OBJC_ARC = YES;
  229. CLANG_WARN_EMPTY_BODY = YES;
  230. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  231. COPY_PHASE_STRIP = YES;
  232. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  233. GCC_C_LANGUAGE_STANDARD = gnu99;
  234. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  235. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  236. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  237. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  238. GCC_WARN_UNUSED_VARIABLE = YES;
  239. MACOSX_DEPLOYMENT_TARGET = 10.8;
  240. SDKROOT = macosx;
  241. };
  242. name = Release;
  243. };
  244. A513A6A316AF2F47000DF615 /* Debug */ = {
  245. isa = XCBuildConfiguration;
  246. buildSettings = {
  247. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  248. GCC_PREFIX_HEADER = "DHSendMIDI/DHSendMIDI-Prefix.pch";
  249. LD_RUNPATH_SEARCH_PATHS = "@loader_path /Library/Frameworks ~/Library/Frameworks";
  250. PRODUCT_NAME = "$(TARGET_NAME)";
  251. };
  252. name = Debug;
  253. };
  254. A513A6A416AF2F47000DF615 /* Release */ = {
  255. isa = XCBuildConfiguration;
  256. buildSettings = {
  257. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  258. GCC_PREFIX_HEADER = "DHSendMIDI/DHSendMIDI-Prefix.pch";
  259. LD_RUNPATH_SEARCH_PATHS = "@loader_path /Library/Frameworks ~/Library/Frameworks";
  260. PRODUCT_NAME = "$(TARGET_NAME)";
  261. };
  262. name = Release;
  263. };
  264. /* End XCBuildConfiguration section */
  265. /* Begin XCConfigurationList section */
  266. A513A68D16AF2F47000DF615 /* Build configuration list for PBXProject "DHSendMIDI" */ = {
  267. isa = XCConfigurationList;
  268. buildConfigurations = (
  269. A513A6A016AF2F47000DF615 /* Debug */,
  270. A513A6A116AF2F47000DF615 /* Release */,
  271. );
  272. defaultConfigurationIsVisible = 0;
  273. defaultConfigurationName = Release;
  274. };
  275. A513A6A216AF2F47000DF615 /* Build configuration list for PBXNativeTarget "DHSendMIDI" */ = {
  276. isa = XCConfigurationList;
  277. buildConfigurations = (
  278. A513A6A316AF2F47000DF615 /* Debug */,
  279. A513A6A416AF2F47000DF615 /* Release */,
  280. );
  281. defaultConfigurationIsVisible = 0;
  282. };
  283. /* End XCConfigurationList section */
  284. };
  285. rootObject = A513A68A16AF2F47000DF615 /* Project object */;
  286. }