1// !$*UTF8*$!
2{
3	archiveVersion = 1;
4	classes = {
5	};
6	objectVersion = 45;
7	objects = {
8
9/* Begin PBXBuildFile section */
10		00420FB80F57B71E000C8EB0 /* test1_main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00420FB70F57B71E000C8EB0 /* test1_main.cpp */; };
11/* End PBXBuildFile section */
12
13/* Begin PBXFileReference section */
14		00420FB70F57B71E000C8EB0 /* test1_main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test1_main.cpp; sourceTree = "<group>"; };
15		32A4FEC30562C75700D090E7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
16		32A4FEC40562C75800D090E7 /* test1.kext */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = test1.kext; sourceTree = BUILT_PRODUCTS_DIR; };
17		D27513B306A6225300ADB3A4 /* Kernel.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Kernel.framework; path = /System/Library/Frameworks/Kernel.framework; sourceTree = "<absolute>"; };
18/* End PBXFileReference section */
19
20/* Begin PBXFrameworksBuildPhase section */
21		32A4FEBF0562C75700D090E7 /* Frameworks */ = {
22			isa = PBXFrameworksBuildPhase;
23			buildActionMask = 2147483647;
24			files = (
25			);
26			runOnlyForDeploymentPostprocessing = 0;
27		};
28/* End PBXFrameworksBuildPhase section */
29
30/* Begin PBXGroup section */
31		089C166AFE841209C02AAC07 /* test1 */ = {
32			isa = PBXGroup;
33			children = (
34				247142CAFF3F8F9811CA285C /* Source */,
35				089C167CFE841241C02AAC07 /* Resources */,
36				D27513B306A6225300ADB3A4 /* Kernel.framework */,
37				19C28FB6FE9D52B211CA2CBB /* Products */,
38			);
39			name = test1;
40			sourceTree = "<group>";
41		};
42		089C167CFE841241C02AAC07 /* Resources */ = {
43			isa = PBXGroup;
44			children = (
45				32A4FEC30562C75700D090E7 /* Info.plist */,
46			);
47			name = Resources;
48			sourceTree = "<group>";
49		};
50		19C28FB6FE9D52B211CA2CBB /* Products */ = {
51			isa = PBXGroup;
52			children = (
53				32A4FEC40562C75800D090E7 /* test1.kext */,
54			);
55			name = Products;
56			sourceTree = "<group>";
57		};
58		247142CAFF3F8F9811CA285C /* Source */ = {
59			isa = PBXGroup;
60			children = (
61				00420FB70F57B71E000C8EB0 /* test1_main.cpp */,
62			);
63			name = Source;
64			sourceTree = "<group>";
65		};
66/* End PBXGroup section */
67
68/* Begin PBXHeadersBuildPhase section */
69		32A4FEBA0562C75700D090E7 /* Headers */ = {
70			isa = PBXHeadersBuildPhase;
71			buildActionMask = 2147483647;
72			files = (
73			);
74			runOnlyForDeploymentPostprocessing = 0;
75		};
76/* End PBXHeadersBuildPhase section */
77
78/* Begin PBXNativeTarget section */
79		32A4FEB80562C75700D090E7 /* test1 */ = {
80			isa = PBXNativeTarget;
81			buildConfigurationList = 1DEB91C308733DAC0010E9CD /* Build configuration list for PBXNativeTarget "test1" */;
82			buildPhases = (
83				32A4FEBA0562C75700D090E7 /* Headers */,
84				32A4FEBB0562C75700D090E7 /* Resources */,
85				32A4FEBD0562C75700D090E7 /* Sources */,
86				32A4FEBF0562C75700D090E7 /* Frameworks */,
87				32A4FEC00562C75700D090E7 /* Rez */,
88			);
89			buildRules = (
90			);
91			dependencies = (
92			);
93			name = test1;
94			productInstallPath = "$(SYSTEM_LIBRARY_DIR)/Extensions";
95			productName = test1;
96			productReference = 32A4FEC40562C75800D090E7 /* test1.kext */;
97			productType = "com.apple.product-type.kernel-extension";
98		};
99/* End PBXNativeTarget section */
100
101/* Begin PBXProject section */
102		089C1669FE841209C02AAC07 /* Project object */ = {
103			isa = PBXProject;
104			buildConfigurationList = 1DEB91C708733DAC0010E9CD /* Build configuration list for PBXProject "test1" */;
105			compatibilityVersion = "Xcode 3.1";
106			developmentRegion = English;
107			hasScannedForEncodings = 1;
108			knownRegions = (
109				en,
110			);
111			mainGroup = 089C166AFE841209C02AAC07 /* test1 */;
112			projectDirPath = "";
113			projectRoot = "";
114			targets = (
115				32A4FEB80562C75700D090E7 /* test1 */,
116			);
117		};
118/* End PBXProject section */
119
120/* Begin PBXResourcesBuildPhase section */
121		32A4FEBB0562C75700D090E7 /* Resources */ = {
122			isa = PBXResourcesBuildPhase;
123			buildActionMask = 2147483647;
124			files = (
125			);
126			runOnlyForDeploymentPostprocessing = 0;
127		};
128/* End PBXResourcesBuildPhase section */
129
130/* Begin PBXRezBuildPhase section */
131		32A4FEC00562C75700D090E7 /* Rez */ = {
132			isa = PBXRezBuildPhase;
133			buildActionMask = 2147483647;
134			files = (
135			);
136			runOnlyForDeploymentPostprocessing = 0;
137		};
138/* End PBXRezBuildPhase section */
139
140/* Begin PBXSourcesBuildPhase section */
141		32A4FEBD0562C75700D090E7 /* Sources */ = {
142			isa = PBXSourcesBuildPhase;
143			buildActionMask = 2147483647;
144			files = (
145				00420FB80F57B71E000C8EB0 /* test1_main.cpp in Sources */,
146			);
147			runOnlyForDeploymentPostprocessing = 0;
148		};
149/* End PBXSourcesBuildPhase section */
150
151/* Begin XCBuildConfiguration section */
152		1DEB91C408733DAC0010E9CD /* Debug */ = {
153			isa = XCBuildConfiguration;
154			buildSettings = {
155				ALWAYS_SEARCH_USER_PATHS = NO;
156				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
157				COPY_PHASE_STRIP = NO;
158				GCC_DYNAMIC_NO_PIC = NO;
159				GCC_MODEL_TUNING = G5;
160				GCC_OPTIMIZATION_LEVEL = 0;
161				INFOPLIST_FILE = Info.plist;
162				INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
163				MODULE_NAME = com.yourcompany.kext.test1;
164				MODULE_START = test1_start;
165				MODULE_STOP = test1_stop;
166				MODULE_VERSION = 1.0.0d1;
167				ONLY_ACTIVE_ARCH = NO;
168				PRODUCT_NAME = test1;
169				SDKROOT = "";
170				WRAPPER_EXTENSION = kext;
171			};
172			name = Debug;
173		};
174		1DEB91C508733DAC0010E9CD /* Release */ = {
175			isa = XCBuildConfiguration;
176			buildSettings = {
177				ALWAYS_SEARCH_USER_PATHS = NO;
178				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
179				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
180				GCC_MODEL_TUNING = G5;
181				INFOPLIST_FILE = Info.plist;
182				INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
183				MODULE_NAME = com.yourcompany.kext.test1;
184				MODULE_START = test1_start;
185				MODULE_STOP = test1_stop;
186				MODULE_VERSION = 1.0.0d1;
187				ONLY_ACTIVE_ARCH = NO;
188				PRODUCT_NAME = test1;
189				SDKROOT = "";
190				WRAPPER_EXTENSION = kext;
191			};
192			name = Release;
193		};
194		1DEB91C808733DAC0010E9CD /* Debug */ = {
195			isa = XCBuildConfiguration;
196			buildSettings = {
197				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
198				GCC_C_LANGUAGE_STANDARD = c99;
199				GCC_OPTIMIZATION_LEVEL = 0;
200				GCC_WARN_ABOUT_RETURN_TYPE = YES;
201				GCC_WARN_UNUSED_VARIABLE = YES;
202				ONLY_ACTIVE_ARCH = YES;
203				PREBINDING = NO;
204				SDKROOT = macosx10.5;
205			};
206			name = Debug;
207		};
208		1DEB91C908733DAC0010E9CD /* Release */ = {
209			isa = XCBuildConfiguration;
210			buildSettings = {
211				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
212				GCC_C_LANGUAGE_STANDARD = c99;
213				GCC_WARN_ABOUT_RETURN_TYPE = YES;
214				GCC_WARN_UNUSED_VARIABLE = YES;
215				PREBINDING = NO;
216				SDKROOT = macosx10.5;
217			};
218			name = Release;
219		};
220/* End XCBuildConfiguration section */
221
222/* Begin XCConfigurationList section */
223		1DEB91C308733DAC0010E9CD /* Build configuration list for PBXNativeTarget "test1" */ = {
224			isa = XCConfigurationList;
225			buildConfigurations = (
226				1DEB91C408733DAC0010E9CD /* Debug */,
227				1DEB91C508733DAC0010E9CD /* Release */,
228			);
229			defaultConfigurationIsVisible = 0;
230			defaultConfigurationName = Release;
231		};
232		1DEB91C708733DAC0010E9CD /* Build configuration list for PBXProject "test1" */ = {
233			isa = XCConfigurationList;
234			buildConfigurations = (
235				1DEB91C808733DAC0010E9CD /* Debug */,
236				1DEB91C908733DAC0010E9CD /* Release */,
237			);
238			defaultConfigurationIsVisible = 0;
239			defaultConfigurationName = Release;
240		};
241/* End XCConfigurationList section */
242	};
243	rootObject = 089C1669FE841209C02AAC07 /* Project object */;
244}
245