/filesystems-objc/LoopbackFS/LoopbackFS.xcodeproj/project.pbxproj

http://macfuse.googlecode.com/ · Unknown · 309 lines · 298 code · 11 blank · 0 comment · 0 complexity · f18965a9e020cd238437c3c66a6c60e6 MD5 · raw file

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