/GraphDraw_Nu/GraphDraw_Nu.xcodeproj/project.pbxproj

http://github.com/jsyedidia/nugraphdraw · Unknown · 284 lines · 273 code · 11 blank · 0 comment · 0 complexity · e71f4dd4cdb0f3b7288e46e659eb1899 MD5 · raw file

  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
  10. 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
  11. 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
  12. AB4A8F420DF1B64300FFDC22 /* Nu.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AB4A8F410DF1B64300FFDC22 /* Nu.framework */; };
  13. AB4A8F4B0DF1B66500FFDC22 /* main.nu in Resources */ = {isa = PBXBuildFile; fileRef = AB4A8F4A0DF1B66500FFDC22 /* main.nu */; };
  14. AB4A8F5B0DF1B6CE00FFDC22 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = AB4A8F590DF1B6CE00FFDC22 /* MainMenu.xib */; };
  15. /* End PBXBuildFile section */
  16. /* Begin PBXFileReference section */
  17. 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  18. 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
  19. 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
  20. 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  21. 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
  22. 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
  23. 32CA4F630368D1EE00C91783 /* GraphDraw_Nu_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GraphDraw_Nu_Prefix.pch; sourceTree = "<group>"; };
  24. 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  25. 8D1107320486CEB800E47090 /* GraphDraw_Nu.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GraphDraw_Nu.app; sourceTree = BUILT_PRODUCTS_DIR; };
  26. AB4A8F410DF1B64300FFDC22 /* Nu.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Nu.framework; path = /Library/Frameworks/Nu.framework; sourceTree = "<absolute>"; };
  27. AB4A8F4A0DF1B66500FFDC22 /* main.nu */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = main.nu; path = nu/main.nu; sourceTree = "<group>"; };
  28. AB4A8F5A0DF1B6CE00FFDC22 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
  29. /* End PBXFileReference section */
  30. /* Begin PBXFrameworksBuildPhase section */
  31. 8D11072E0486CEB800E47090 /* Frameworks */ = {
  32. isa = PBXFrameworksBuildPhase;
  33. buildActionMask = 2147483647;
  34. files = (
  35. 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
  36. AB4A8F420DF1B64300FFDC22 /* Nu.framework in Frameworks */,
  37. );
  38. runOnlyForDeploymentPostprocessing = 0;
  39. };
  40. /* End PBXFrameworksBuildPhase section */
  41. /* Begin PBXGroup section */
  42. 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
  43. isa = PBXGroup;
  44. children = (
  45. 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
  46. );
  47. name = "Linked Frameworks";
  48. sourceTree = "<group>";
  49. };
  50. 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
  51. isa = PBXGroup;
  52. children = (
  53. 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
  54. 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
  55. 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
  56. );
  57. name = "Other Frameworks";
  58. sourceTree = "<group>";
  59. };
  60. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  61. isa = PBXGroup;
  62. children = (
  63. 8D1107320486CEB800E47090 /* GraphDraw_Nu.app */,
  64. );
  65. name = Products;
  66. sourceTree = "<group>";
  67. };
  68. 29B97314FDCFA39411CA2CEA /* GraphDraw_Nu */ = {
  69. isa = PBXGroup;
  70. children = (
  71. AB4A8F450DF1B64600FFDC22 /* Nu */,
  72. 29B97315FDCFA39411CA2CEA /* Other Sources */,
  73. 29B97317FDCFA39411CA2CEA /* Resources */,
  74. 29B97323FDCFA39411CA2CEA /* Frameworks */,
  75. 19C28FACFE9D520D11CA2CBB /* Products */,
  76. );
  77. name = GraphDraw_Nu;
  78. sourceTree = "<group>";
  79. };
  80. 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
  81. isa = PBXGroup;
  82. children = (
  83. 32CA4F630368D1EE00C91783 /* GraphDraw_Nu_Prefix.pch */,
  84. 29B97316FDCFA39411CA2CEA /* main.m */,
  85. );
  86. name = "Other Sources";
  87. sourceTree = "<group>";
  88. };
  89. 29B97317FDCFA39411CA2CEA /* Resources */ = {
  90. isa = PBXGroup;
  91. children = (
  92. AB4A8F590DF1B6CE00FFDC22 /* MainMenu.xib */,
  93. 8D1107310486CEB800E47090 /* Info.plist */,
  94. 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
  95. );
  96. name = Resources;
  97. sourceTree = "<group>";
  98. };
  99. 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
  100. isa = PBXGroup;
  101. children = (
  102. AB4A8F410DF1B64300FFDC22 /* Nu.framework */,
  103. 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
  104. 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
  105. );
  106. name = Frameworks;
  107. sourceTree = "<group>";
  108. };
  109. AB4A8F450DF1B64600FFDC22 /* Nu */ = {
  110. isa = PBXGroup;
  111. children = (
  112. AB4A8F4A0DF1B66500FFDC22 /* main.nu */,
  113. );
  114. name = Nu;
  115. sourceTree = "<group>";
  116. };
  117. /* End PBXGroup section */
  118. /* Begin PBXNativeTarget section */
  119. 8D1107260486CEB800E47090 /* GraphDraw_Nu */ = {
  120. isa = PBXNativeTarget;
  121. buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "GraphDraw_Nu" */;
  122. buildPhases = (
  123. 8D1107290486CEB800E47090 /* Resources */,
  124. 8D11072C0486CEB800E47090 /* Sources */,
  125. 8D11072E0486CEB800E47090 /* Frameworks */,
  126. );
  127. buildRules = (
  128. );
  129. dependencies = (
  130. );
  131. name = GraphDraw_Nu;
  132. productInstallPath = "$(HOME)/Applications";
  133. productName = GraphDraw_Nu;
  134. productReference = 8D1107320486CEB800E47090 /* GraphDraw_Nu.app */;
  135. productType = "com.apple.product-type.application";
  136. };
  137. /* End PBXNativeTarget section */
  138. /* Begin PBXProject section */
  139. 29B97313FDCFA39411CA2CEA /* Project object */ = {
  140. isa = PBXProject;
  141. buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "GraphDraw_Nu" */;
  142. compatibilityVersion = "Xcode 3.1";
  143. hasScannedForEncodings = 1;
  144. mainGroup = 29B97314FDCFA39411CA2CEA /* GraphDraw_Nu */;
  145. projectDirPath = "";
  146. projectRoot = "";
  147. targets = (
  148. 8D1107260486CEB800E47090 /* GraphDraw_Nu */,
  149. );
  150. };
  151. /* End PBXProject section */
  152. /* Begin PBXResourcesBuildPhase section */
  153. 8D1107290486CEB800E47090 /* Resources */ = {
  154. isa = PBXResourcesBuildPhase;
  155. buildActionMask = 2147483647;
  156. files = (
  157. 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
  158. AB4A8F4B0DF1B66500FFDC22 /* main.nu in Resources */,
  159. AB4A8F5B0DF1B6CE00FFDC22 /* MainMenu.xib in Resources */,
  160. );
  161. runOnlyForDeploymentPostprocessing = 0;
  162. };
  163. /* End PBXResourcesBuildPhase section */
  164. /* Begin PBXSourcesBuildPhase section */
  165. 8D11072C0486CEB800E47090 /* Sources */ = {
  166. isa = PBXSourcesBuildPhase;
  167. buildActionMask = 2147483647;
  168. files = (
  169. 8D11072D0486CEB800E47090 /* main.m in Sources */,
  170. );
  171. runOnlyForDeploymentPostprocessing = 0;
  172. };
  173. /* End PBXSourcesBuildPhase section */
  174. /* Begin PBXVariantGroup section */
  175. 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
  176. isa = PBXVariantGroup;
  177. children = (
  178. 089C165DFE840E0CC02AAC07 /* English */,
  179. );
  180. name = InfoPlist.strings;
  181. sourceTree = "<group>";
  182. };
  183. AB4A8F590DF1B6CE00FFDC22 /* MainMenu.xib */ = {
  184. isa = PBXVariantGroup;
  185. children = (
  186. AB4A8F5A0DF1B6CE00FFDC22 /* English */,
  187. );
  188. name = MainMenu.xib;
  189. sourceTree = "<group>";
  190. };
  191. /* End PBXVariantGroup section */
  192. /* Begin XCBuildConfiguration section */
  193. C01FCF4B08A954540054247B /* Debug */ = {
  194. isa = XCBuildConfiguration;
  195. buildSettings = {
  196. ALWAYS_SEARCH_USER_PATHS = NO;
  197. COPY_PHASE_STRIP = NO;
  198. GCC_DYNAMIC_NO_PIC = NO;
  199. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  200. GCC_MODEL_TUNING = G5;
  201. GCC_OPTIMIZATION_LEVEL = 0;
  202. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  203. GCC_PREFIX_HEADER = GraphDraw_Nu_Prefix.pch;
  204. INFOPLIST_FILE = Info.plist;
  205. INSTALL_PATH = "$(HOME)/Applications";
  206. PRODUCT_NAME = GraphDraw_Nu;
  207. };
  208. name = Debug;
  209. };
  210. C01FCF4C08A954540054247B /* Release */ = {
  211. isa = XCBuildConfiguration;
  212. buildSettings = {
  213. ALWAYS_SEARCH_USER_PATHS = NO;
  214. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  215. GCC_MODEL_TUNING = G5;
  216. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  217. GCC_PREFIX_HEADER = GraphDraw_Nu_Prefix.pch;
  218. INFOPLIST_FILE = Info.plist;
  219. INSTALL_PATH = "$(HOME)/Applications";
  220. PRODUCT_NAME = GraphDraw_Nu;
  221. };
  222. name = Release;
  223. };
  224. C01FCF4F08A954540054247B /* Debug */ = {
  225. isa = XCBuildConfiguration;
  226. buildSettings = {
  227. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  228. GCC_C_LANGUAGE_STANDARD = c99;
  229. GCC_OPTIMIZATION_LEVEL = 0;
  230. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  231. GCC_WARN_UNUSED_VARIABLE = YES;
  232. ONLY_ACTIVE_ARCH = YES;
  233. PREBINDING = NO;
  234. SDKROOT = macosx10.5;
  235. };
  236. name = Debug;
  237. };
  238. C01FCF5008A954540054247B /* Release */ = {
  239. isa = XCBuildConfiguration;
  240. buildSettings = {
  241. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  242. GCC_C_LANGUAGE_STANDARD = c99;
  243. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  244. GCC_WARN_UNUSED_VARIABLE = YES;
  245. PREBINDING = NO;
  246. SDKROOT = macosx10.5;
  247. };
  248. name = Release;
  249. };
  250. /* End XCBuildConfiguration section */
  251. /* Begin XCConfigurationList section */
  252. C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "GraphDraw_Nu" */ = {
  253. isa = XCConfigurationList;
  254. buildConfigurations = (
  255. C01FCF4B08A954540054247B /* Debug */,
  256. C01FCF4C08A954540054247B /* Release */,
  257. );
  258. defaultConfigurationIsVisible = 0;
  259. defaultConfigurationName = Release;
  260. };
  261. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "GraphDraw_Nu" */ = {
  262. isa = XCConfigurationList;
  263. buildConfigurations = (
  264. C01FCF4F08A954540054247B /* Debug */,
  265. C01FCF5008A954540054247B /* Release */,
  266. );
  267. defaultConfigurationIsVisible = 0;
  268. defaultConfigurationName = Release;
  269. };
  270. /* End XCConfigurationList section */
  271. };
  272. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  273. }