PageRenderTime 48ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/filesystems/grabfs/Cocoa/WindowFS.xcodeproj/project.pbxproj

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