1// !$*UTF8*$!
2{
3	archiveVersion = 1;
4	classes = {
5	};
6	objectVersion = 45;
7	objects = {
8
9/* Begin PBXBuildFile section */
10		32D94FC60562CBF700B6AF17 /* AppleFileSystemDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A224C3EFF42367911CA2CB7 /* AppleFileSystemDriver.h */; };
11		32D94FCA0562CBF700B6AF17 /* AppleFileSystemDriver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A224C3FFF42367911CA2CB7 /* AppleFileSystemDriver.cpp */; settings = {ATTRIBUTES = (); }; };
12		C6061C030E0718850017A7C8 /* setbootuuid.c in Sources */ = {isa = PBXBuildFile; fileRef = C6061C020E0718850017A7C8 /* setbootuuid.c */; };
13		C60623F50E0718A10017A7C8 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C60623F30E0718A10017A7C8 /* CoreFoundation.framework */; };
14		C60623F60E0718A10017A7C8 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C60623F40E0718A10017A7C8 /* IOKit.framework */; };
15/* End PBXBuildFile section */
16
17/* Begin PBXFileReference section */
18		1A224C3EFF42367911CA2CB7 /* AppleFileSystemDriver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppleFileSystemDriver.h; sourceTree = "<group>"; };
19		1A224C3FFF42367911CA2CB7 /* AppleFileSystemDriver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AppleFileSystemDriver.cpp; sourceTree = "<group>"; };
20		32D94FCF0562CBF700B6AF17 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
21		32D94FD00562CBF700B6AF17 /* AppleFileSystemDriver.kext */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AppleFileSystemDriver.kext; sourceTree = BUILT_PRODUCTS_DIR; };
22		8DA8362C06AD9B9200E5AC22 /* Kernel.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Kernel.framework; path = /System/Library/Frameworks/Kernel.framework; sourceTree = "<absolute>"; };
23		C6061BFB0E07185E0017A7C8 /* setbootuuid */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = setbootuuid; sourceTree = BUILT_PRODUCTS_DIR; };
24		C6061C020E0718850017A7C8 /* setbootuuid.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = setbootuuid.c; sourceTree = "<group>"; };
25		C60623F30E0718A10017A7C8 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
26		C60623F40E0718A10017A7C8 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };
27/* End PBXFileReference section */
28
29/* Begin PBXFrameworksBuildPhase section */
30		32D94FCB0562CBF700B6AF17 /* Frameworks */ = {
31			isa = PBXFrameworksBuildPhase;
32			buildActionMask = 2147483647;
33			files = (
34			);
35			runOnlyForDeploymentPostprocessing = 0;
36		};
37		C6061BF90E07185E0017A7C8 /* Frameworks */ = {
38			isa = PBXFrameworksBuildPhase;
39			buildActionMask = 2147483647;
40			files = (
41				C60623F50E0718A10017A7C8 /* CoreFoundation.framework in Frameworks */,
42				C60623F60E0718A10017A7C8 /* IOKit.framework in Frameworks */,
43			);
44			runOnlyForDeploymentPostprocessing = 0;
45		};
46/* End PBXFrameworksBuildPhase section */
47
48/* Begin PBXGroup section */
49		089C166AFE841209C02AAC07 /* AppleFileSystemDriver */ = {
50			isa = PBXGroup;
51			children = (
52				247142CAFF3F8F9811CA285C /* Source */,
53				8DA8362C06AD9B9200E5AC22 /* Kernel.framework */,
54				C60623F30E0718A10017A7C8 /* CoreFoundation.framework */,
55				C60623F40E0718A10017A7C8 /* IOKit.framework */,
56				089C167CFE841241C02AAC07 /* Resources */,
57				19C28FB6FE9D52B211CA2CBB /* Products */,
58			);
59			name = AppleFileSystemDriver;
60			sourceTree = "<group>";
61		};
62		089C167CFE841241C02AAC07 /* Resources */ = {
63			isa = PBXGroup;
64			children = (
65				32D94FCF0562CBF700B6AF17 /* Info.plist */,
66			);
67			name = Resources;
68			sourceTree = "<group>";
69		};
70		19C28FB6FE9D52B211CA2CBB /* Products */ = {
71			isa = PBXGroup;
72			children = (
73				32D94FD00562CBF700B6AF17 /* AppleFileSystemDriver.kext */,
74				C6061BFB0E07185E0017A7C8 /* setbootuuid */,
75			);
76			name = Products;
77			sourceTree = "<group>";
78		};
79		247142CAFF3F8F9811CA285C /* Source */ = {
80			isa = PBXGroup;
81			children = (
82				1A224C3EFF42367911CA2CB7 /* AppleFileSystemDriver.h */,
83				1A224C3FFF42367911CA2CB7 /* AppleFileSystemDriver.cpp */,
84				C6061C020E0718850017A7C8 /* setbootuuid.c */,
85			);
86			name = Source;
87			sourceTree = "<group>";
88		};
89/* End PBXGroup section */
90
91/* Begin PBXHeadersBuildPhase section */
92		32D94FC50562CBF700B6AF17 /* Headers */ = {
93			isa = PBXHeadersBuildPhase;
94			buildActionMask = 2147483647;
95			files = (
96				32D94FC60562CBF700B6AF17 /* AppleFileSystemDriver.h in Headers */,
97			);
98			runOnlyForDeploymentPostprocessing = 0;
99		};
100/* End PBXHeadersBuildPhase section */
101
102/* Begin PBXNativeTarget section */
103		32D94FC30562CBF700B6AF17 /* AppleFileSystemDriver */ = {
104			isa = PBXNativeTarget;
105			buildConfigurationList = 1DEB91D908733DB10010E9CD /* Build configuration list for PBXNativeTarget "AppleFileSystemDriver" */;
106			buildPhases = (
107				32D94FC50562CBF700B6AF17 /* Headers */,
108				32D94FC70562CBF700B6AF17 /* Resources */,
109				32D94FC90562CBF700B6AF17 /* Sources */,
110				32D94FCB0562CBF700B6AF17 /* Frameworks */,
111				32D94FCC0562CBF700B6AF17 /* Rez */,
112			);
113			buildRules = (
114			);
115			dependencies = (
116			);
117			name = AppleFileSystemDriver;
118			productInstallPath = "$(SYSTEM_LIBRARY_DIR)/Extensions";
119			productName = AppleFileSystemDriver;
120			productReference = 32D94FD00562CBF700B6AF17 /* AppleFileSystemDriver.kext */;
121			productType = "com.apple.product-type.kernel-extension.iokit";
122		};
123		C6061BFA0E07185E0017A7C8 /* setbootuuid */ = {
124			isa = PBXNativeTarget;
125			buildConfigurationList = C6061C010E07187D0017A7C8 /* Build configuration list for PBXNativeTarget "setbootuuid" */;
126			buildPhases = (
127				C6061BF80E07185E0017A7C8 /* Sources */,
128				C6061BF90E07185E0017A7C8 /* Frameworks */,
129			);
130			buildRules = (
131			);
132			dependencies = (
133			);
134			name = setbootuuid;
135			productName = setbootuuid;
136			productReference = C6061BFB0E07185E0017A7C8 /* setbootuuid */;
137			productType = "com.apple.product-type.tool";
138		};
139/* End PBXNativeTarget section */
140
141/* Begin PBXProject section */
142		089C1669FE841209C02AAC07 /* Project object */ = {
143			isa = PBXProject;
144			buildConfigurationList = 1DEB91DD08733DB10010E9CD /* Build configuration list for PBXProject "AppleFileSystemDriver" */;
145			compatibilityVersion = "Xcode 3.1";
146			hasScannedForEncodings = 1;
147			mainGroup = 089C166AFE841209C02AAC07 /* AppleFileSystemDriver */;
148			projectDirPath = "";
149			projectRoot = "";
150			targets = (
151				32D94FC30562CBF700B6AF17 /* AppleFileSystemDriver */,
152				C6061BFA0E07185E0017A7C8 /* setbootuuid */,
153			);
154		};
155/* End PBXProject section */
156
157/* Begin PBXResourcesBuildPhase section */
158		32D94FC70562CBF700B6AF17 /* Resources */ = {
159			isa = PBXResourcesBuildPhase;
160			buildActionMask = 2147483647;
161			files = (
162			);
163			runOnlyForDeploymentPostprocessing = 0;
164		};
165/* End PBXResourcesBuildPhase section */
166
167/* Begin PBXRezBuildPhase section */
168		32D94FCC0562CBF700B6AF17 /* Rez */ = {
169			isa = PBXRezBuildPhase;
170			buildActionMask = 2147483647;
171			files = (
172			);
173			runOnlyForDeploymentPostprocessing = 0;
174		};
175/* End PBXRezBuildPhase section */
176
177/* Begin PBXSourcesBuildPhase section */
178		32D94FC90562CBF700B6AF17 /* Sources */ = {
179			isa = PBXSourcesBuildPhase;
180			buildActionMask = 2147483647;
181			files = (
182				32D94FCA0562CBF700B6AF17 /* AppleFileSystemDriver.cpp in Sources */,
183			);
184			runOnlyForDeploymentPostprocessing = 0;
185		};
186		C6061BF80E07185E0017A7C8 /* Sources */ = {
187			isa = PBXSourcesBuildPhase;
188			buildActionMask = 2147483647;
189			files = (
190				C6061C030E0718850017A7C8 /* setbootuuid.c in Sources */,
191			);
192			runOnlyForDeploymentPostprocessing = 0;
193		};
194/* End PBXSourcesBuildPhase section */
195
196/* Begin XCBuildConfiguration section */
197		1DEB91DA08733DB10010E9CD /* Debug */ = {
198			isa = XCBuildConfiguration;
199			buildSettings = {
200				COPY_PHASE_STRIP = NO;
201				CURRENT_PROJECT_VERSION = 1.1.0;
202				GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
203				HEADER_SEARCH_PATHS = /System/Library/Frameworks/IOKit.framework/PrivateHeaders/storage/RAID;
204				INFOPLIST_FILE = Info.plist;
205				INFOPLIST_PREPROCESS = YES;
206				INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
207				MODULE_NAME = com.apple.driver.AppleFileSystemDriver;
208				MODULE_VERSION = 1.1.0;
209				PRODUCT_NAME = AppleFileSystemDriver;
210				WRAPPER_EXTENSION = kext;
211			};
212			name = Debug;
213		};
214		1DEB91DB08733DB10010E9CD /* Release */ = {
215			isa = XCBuildConfiguration;
216			buildSettings = {
217				CURRENT_PROJECT_VERSION = 2.0;
218				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
219				HEADER_SEARCH_PATHS = /System/Library/Frameworks/IOKit.framework/PrivateHeaders/storage/RAID;
220				INFOPLIST_FILE = Info.plist;
221				INFOPLIST_PREPROCESS = YES;
222				INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
223				MODULE_NAME = com.apple.driver.AppleFileSystemDriver;
224				MODULE_VERSION = 2.0;
225				PRODUCT_NAME = AppleFileSystemDriver;
226				WRAPPER_EXTENSION = kext;
227			};
228			name = Release;
229		};
230		1DEB91DE08733DB10010E9CD /* Debug */ = {
231			isa = XCBuildConfiguration;
232			buildSettings = {
233				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
234				GCC_C_LANGUAGE_STANDARD = gnu99;
235				GCC_OPTIMIZATION_LEVEL = 0;
236				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
237				GCC_WARN_ABOUT_RETURN_TYPE = YES;
238				GCC_WARN_UNUSED_VARIABLE = YES;
239				ONLY_ACTIVE_ARCH = NO;
240				PREBINDING = NO;
241			};
242			name = Debug;
243		};
244		1DEB91DF08733DB10010E9CD /* Release */ = {
245			isa = XCBuildConfiguration;
246			buildSettings = {
247				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
248				GCC_C_LANGUAGE_STANDARD = gnu99;
249				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
250				GCC_WARN_ABOUT_RETURN_TYPE = YES;
251				GCC_WARN_UNUSED_VARIABLE = YES;
252				PREBINDING = NO;
253			};
254			name = Release;
255		};
256		C6061BFD0E07185F0017A7C8 /* Debug */ = {
257			isa = XCBuildConfiguration;
258			buildSettings = {
259				ALWAYS_SEARCH_USER_PATHS = NO;
260				COPY_PHASE_STRIP = NO;
261				GCC_DYNAMIC_NO_PIC = NO;
262				GCC_ENABLE_FIX_AND_CONTINUE = YES;
263				GCC_MODEL_TUNING = G5;
264				GCC_OPTIMIZATION_LEVEL = 0;
265				INSTALL_PATH = /usr/local/bin;
266				PREBINDING = NO;
267				PRODUCT_NAME = setbootuuid;
268			};
269			name = Debug;
270		};
271		C6061BFE0E07185F0017A7C8 /* Release */ = {
272			isa = XCBuildConfiguration;
273			buildSettings = {
274				ALWAYS_SEARCH_USER_PATHS = NO;
275				COPY_PHASE_STRIP = YES;
276				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
277				GCC_ENABLE_FIX_AND_CONTINUE = NO;
278				GCC_MODEL_TUNING = G5;
279				INSTALL_PATH = /usr/local/bin;
280				PREBINDING = NO;
281				PRODUCT_NAME = setbootuuid;
282				ZERO_LINK = NO;
283			};
284			name = Release;
285		};
286/* End XCBuildConfiguration section */
287
288/* Begin XCConfigurationList section */
289		1DEB91D908733DB10010E9CD /* Build configuration list for PBXNativeTarget "AppleFileSystemDriver" */ = {
290			isa = XCConfigurationList;
291			buildConfigurations = (
292				1DEB91DA08733DB10010E9CD /* Debug */,
293				1DEB91DB08733DB10010E9CD /* Release */,
294			);
295			defaultConfigurationIsVisible = 0;
296			defaultConfigurationName = Release;
297		};
298		1DEB91DD08733DB10010E9CD /* Build configuration list for PBXProject "AppleFileSystemDriver" */ = {
299			isa = XCConfigurationList;
300			buildConfigurations = (
301				1DEB91DE08733DB10010E9CD /* Debug */,
302				1DEB91DF08733DB10010E9CD /* Release */,
303			);
304			defaultConfigurationIsVisible = 0;
305			defaultConfigurationName = Release;
306		};
307		C6061C010E07187D0017A7C8 /* Build configuration list for PBXNativeTarget "setbootuuid" */ = {
308			isa = XCConfigurationList;
309			buildConfigurations = (
310				C6061BFD0E07185F0017A7C8 /* Debug */,
311				C6061BFE0E07185F0017A7C8 /* Release */,
312			);
313			defaultConfigurationIsVisible = 0;
314			defaultConfigurationName = Release;
315		};
316/* End XCConfigurationList section */
317	};
318	rootObject = 089C1669FE841209C02AAC07 /* Project object */;
319}
320