]> Joshua Wise's Git repositories - ambien.git/blob - Ambien.xcodeproj/project.pbxproj
cbce367036cb82cd5b8f27d040c48b0d7201e8db
[ambien.git] / Ambien.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 42;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 42E2EB6D1004514E00EC9679 /* Ambien.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A224C3EFF42367911CA2CB7 /* Ambien.h */; };
11                 42E2EB6F1004514E00EC9679 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; };
12                 42E2EB711004514E00EC9679 /* Ambien.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A224C3FFF42367911CA2CB7 /* Ambien.cpp */; settings = {ATTRIBUTES = (); }; };
13 /* End PBXBuildFile section */
14
15 /* Begin PBXFileReference section */
16                 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
17                 1A224C3EFF42367911CA2CB7 /* Ambien.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Ambien.h; sourceTree = "<group>"; };
18                 1A224C3FFF42367911CA2CB7 /* Ambien.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Ambien.cpp; sourceTree = "<group>"; };
19                 423F076210CF8E2B00F3AA10 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
20                 42E2EB7A1004514E00EC9679 /* Ambien.kext */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Ambien.kext; sourceTree = BUILT_PRODUCTS_DIR; };
21 /* End PBXFileReference section */
22
23 /* Begin PBXFrameworksBuildPhase section */
24                 42E2EB721004514E00EC9679 /* Frameworks */ = {
25                         isa = PBXFrameworksBuildPhase;
26                         buildActionMask = 2147483647;
27                         files = (
28                         );
29                         runOnlyForDeploymentPostprocessing = 0;
30                 };
31 /* End PBXFrameworksBuildPhase section */
32
33 /* Begin PBXGroup section */
34                 089C166AFE841209C02AAC07 /* Insomnia */ = {
35                         isa = PBXGroup;
36                         children = (
37                                 423F076210CF8E2B00F3AA10 /* Info.plist */,
38                                 247142CAFF3F8F9811CA285C /* Source */,
39                                 089C167CFE841241C02AAC07 /* Resources */,
40                                 19C28FB6FE9D52B211CA2CBB /* Products */,
41                         );
42                         name = Insomnia;
43                         sourceTree = "<group>";
44                 };
45                 089C167CFE841241C02AAC07 /* Resources */ = {
46                         isa = PBXGroup;
47                         children = (
48                                 089C167DFE841241C02AAC07 /* InfoPlist.strings */,
49                         );
50                         name = Resources;
51                         sourceTree = "<group>";
52                 };
53                 19C28FB6FE9D52B211CA2CBB /* Products */ = {
54                         isa = PBXGroup;
55                         children = (
56                                 42E2EB7A1004514E00EC9679 /* Ambien.kext */,
57                         );
58                         name = Products;
59                         sourceTree = "<group>";
60                 };
61                 247142CAFF3F8F9811CA285C /* Source */ = {
62                         isa = PBXGroup;
63                         children = (
64                                 1A224C3EFF42367911CA2CB7 /* Ambien.h */,
65                                 1A224C3FFF42367911CA2CB7 /* Ambien.cpp */,
66                         );
67                         name = Source;
68                         sourceTree = "<group>";
69                 };
70 /* End PBXGroup section */
71
72 /* Begin PBXHeadersBuildPhase section */
73                 42E2EB6C1004514E00EC9679 /* Headers */ = {
74                         isa = PBXHeadersBuildPhase;
75                         buildActionMask = 2147483647;
76                         files = (
77                                 42E2EB6D1004514E00EC9679 /* Ambien.h in Headers */,
78                         );
79                         runOnlyForDeploymentPostprocessing = 0;
80                 };
81 /* End PBXHeadersBuildPhase section */
82
83 /* Begin PBXNativeTarget section */
84                 42E2EB6A1004514E00EC9679 /* Ambien kext */ = {
85                         isa = PBXNativeTarget;
86                         buildConfigurationList = 42E2EB751004514E00EC9679 /* Build configuration list for PBXNativeTarget "Ambien kext" */;
87                         buildPhases = (
88                                 42E2EB6B1004514E00EC9679 /* ShellScript */,
89                                 42E2EB6C1004514E00EC9679 /* Headers */,
90                                 42E2EB6E1004514E00EC9679 /* Resources */,
91                                 42E2EB701004514E00EC9679 /* Sources */,
92                                 42E2EB721004514E00EC9679 /* Frameworks */,
93                                 42E2EB731004514E00EC9679 /* Rez */,
94                                 42E2EB741004514E00EC9679 /* ShellScript */,
95                         );
96                         buildRules = (
97                         );
98                         dependencies = (
99                         );
100                         name = "Ambien kext";
101                         productInstallPath = "$(SYSTEM_LIBRARY_DIR)/Extensions";
102                         productName = nosleep;
103                         productReference = 42E2EB7A1004514E00EC9679 /* Ambien.kext */;
104                         productType = "com.apple.product-type.kernel-extension.iokit";
105                 };
106 /* End PBXNativeTarget section */
107
108 /* Begin PBXProject section */
109                 089C1669FE841209C02AAC07 /* Project object */ = {
110                         isa = PBXProject;
111                         buildConfigurationList = 42E2EB58100450B500EC9679 /* Build configuration list for PBXProject "Ambien" */;
112                         compatibilityVersion = "Xcode 2.4";
113                         hasScannedForEncodings = 1;
114                         mainGroup = 089C166AFE841209C02AAC07 /* Insomnia */;
115                         projectDirPath = "";
116                         projectRoot = "";
117                         targets = (
118                                 42E2EB6A1004514E00EC9679 /* Ambien kext */,
119                         );
120                 };
121 /* End PBXProject section */
122
123 /* Begin PBXResourcesBuildPhase section */
124                 42E2EB6E1004514E00EC9679 /* Resources */ = {
125                         isa = PBXResourcesBuildPhase;
126                         buildActionMask = 2147483647;
127                         files = (
128                                 42E2EB6F1004514E00EC9679 /* InfoPlist.strings in Resources */,
129                         );
130                         runOnlyForDeploymentPostprocessing = 0;
131                 };
132 /* End PBXResourcesBuildPhase section */
133
134 /* Begin PBXRezBuildPhase section */
135                 42E2EB731004514E00EC9679 /* Rez */ = {
136                         isa = PBXRezBuildPhase;
137                         buildActionMask = 2147483647;
138                         files = (
139                         );
140                         runOnlyForDeploymentPostprocessing = 0;
141                 };
142 /* End PBXRezBuildPhase section */
143
144 /* Begin PBXShellScriptBuildPhase section */
145                 42E2EB6B1004514E00EC9679 /* ShellScript */ = {
146                         isa = PBXShellScriptBuildPhase;
147                         buildActionMask = 2147483647;
148                         files = (
149                         );
150                         runOnlyForDeploymentPostprocessing = 0;
151                         shellPath = /bin/sh;
152                         shellScript = "script=\"${SYSTEM_DEVELOPER_DIR}/ProjectBuilder Extras/Kernel Extension Support/KEXTPreprocess\";\nif [ -x \"$script\" ]; then\n    . \"$script\"\nfi";
153                 };
154                 42E2EB741004514E00EC9679 /* ShellScript */ = {
155                         isa = PBXShellScriptBuildPhase;
156                         buildActionMask = 2147483647;
157                         files = (
158                         );
159                         runOnlyForDeploymentPostprocessing = 0;
160                         shellPath = /bin/sh;
161                         shellScript = "script=\"${SYSTEM_DEVELOPER_DIR}/ProjectBuilder Extras/Kernel Extension Support/KEXTPostprocess\";\nif [ -x \"$script\" ]; then\n    . \"$script\"\nfi";
162                 };
163 /* End PBXShellScriptBuildPhase section */
164
165 /* Begin PBXSourcesBuildPhase section */
166                 42E2EB701004514E00EC9679 /* Sources */ = {
167                         isa = PBXSourcesBuildPhase;
168                         buildActionMask = 2147483647;
169                         files = (
170                                 42E2EB711004514E00EC9679 /* Ambien.cpp in Sources */,
171                         );
172                         runOnlyForDeploymentPostprocessing = 0;
173                 };
174 /* End PBXSourcesBuildPhase section */
175
176 /* Begin PBXVariantGroup section */
177                 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = {
178                         isa = PBXVariantGroup;
179                         children = (
180                                 089C167EFE841241C02AAC07 /* English */,
181                         );
182                         name = InfoPlist.strings;
183                         sourceTree = "<group>";
184                 };
185 /* End PBXVariantGroup section */
186
187 /* Begin XCBuildConfiguration section */
188                 42E2EB52100450B500EC9679 /* Development */ = {
189                         isa = XCBuildConfiguration;
190                         buildSettings = {
191                         };
192                         name = Development;
193                 };
194                 42E2EB53100450B500EC9679 /* Deployment */ = {
195                         isa = XCBuildConfiguration;
196                         buildSettings = {
197                         };
198                         name = Deployment;
199                 };
200                 42E2EB54100450B500EC9679 /* Default */ = {
201                         isa = XCBuildConfiguration;
202                         buildSettings = {
203                         };
204                         name = Default;
205                 };
206                 42E2EB761004514E00EC9679 /* Development */ = {
207                         isa = XCBuildConfiguration;
208                         buildSettings = {
209                                 COPY_PHASE_STRIP = NO;
210                                 FRAMEWORK_SEARCH_PATHS = "";
211                                 GCC_DYNAMIC_NO_PIC = NO;
212                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
213                                 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
214                                 GCC_OPTIMIZATION_LEVEL = 0;
215                                 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
216                                 HEADER_SEARCH_PATHS = "";
217                                 INFOPLIST_FILE = Info.plist;
218                                 INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
219                                 KERNEL_MODULE = YES;
220                                 LIBRARY_SEARCH_PATHS = "";
221                                 MODULE_IOKIT = YES;
222                                 MODULE_NAME = com.joshuawise.kexts.Insomnia;
223                                 MODULE_VERSION = 1.0.0d1;
224                                 OTHER_CFLAGS = "";
225                                 OTHER_LDFLAGS = "";
226                                 OTHER_REZFLAGS = "";
227                                 PRODUCT_NAME = Ambien;
228                                 SECTORDER_FLAGS = "";
229                                 WARNING_CFLAGS = (
230                                         "-Wmost",
231                                         "-Wno-four-char-constants",
232                                         "-Wno-unknown-pragmas",
233                                 );
234                                 WRAPPER_EXTENSION = kext;
235                                 ZERO_LINK = YES;
236                         };
237                         name = Development;
238                 };
239                 42E2EB771004514E00EC9679 /* Deployment */ = {
240                         isa = XCBuildConfiguration;
241                         buildSettings = {
242                                 COPY_PHASE_STRIP = YES;
243                                 FRAMEWORK_SEARCH_PATHS = "";
244                                 GCC_ENABLE_FIX_AND_CONTINUE = NO;
245                                 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
246                                 HEADER_SEARCH_PATHS = "";
247                                 INFOPLIST_FILE = Info.plist;
248                                 INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
249                                 KERNEL_MODULE = YES;
250                                 LIBRARY_SEARCH_PATHS = "";
251                                 MODULE_IOKIT = YES;
252                                 MODULE_NAME = org.binaervarianz.driver.insomnia;
253                                 MODULE_VERSION = 1.0.0d1;
254                                 OTHER_CFLAGS = "";
255                                 OTHER_LDFLAGS = "";
256                                 OTHER_REZFLAGS = "";
257                                 PRODUCT_NAME = Insomnia;
258                                 SECTORDER_FLAGS = "";
259                                 WARNING_CFLAGS = (
260                                         "-Wmost",
261                                         "-Wno-four-char-constants",
262                                         "-Wno-unknown-pragmas",
263                                 );
264                                 WRAPPER_EXTENSION = kext;
265                                 ZERO_LINK = NO;
266                         };
267                         name = Deployment;
268                 };
269                 42E2EB781004514E00EC9679 /* Default */ = {
270                         isa = XCBuildConfiguration;
271                         buildSettings = {
272                                 FRAMEWORK_SEARCH_PATHS = "";
273                                 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
274                                 HEADER_SEARCH_PATHS = "";
275                                 INFOPLIST_FILE = Info.plist;
276                                 INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
277                                 KERNEL_MODULE = YES;
278                                 LIBRARY_SEARCH_PATHS = "";
279                                 MODULE_IOKIT = YES;
280                                 MODULE_NAME = org.binaervarianz.driver.insomnia;
281                                 MODULE_VERSION = 1.0.0d1;
282                                 OTHER_CFLAGS = "";
283                                 OTHER_LDFLAGS = "";
284                                 OTHER_REZFLAGS = "";
285                                 PRODUCT_NAME = Insomnia;
286                                 SECTORDER_FLAGS = "";
287                                 WARNING_CFLAGS = (
288                                         "-Wmost",
289                                         "-Wno-four-char-constants",
290                                         "-Wno-unknown-pragmas",
291                                 );
292                                 WRAPPER_EXTENSION = kext;
293                         };
294                         name = Default;
295                 };
296 /* End XCBuildConfiguration section */
297
298 /* Begin XCConfigurationList section */
299                 42E2EB58100450B500EC9679 /* Build configuration list for PBXProject "Ambien" */ = {
300                         isa = XCConfigurationList;
301                         buildConfigurations = (
302                                 42E2EB52100450B500EC9679 /* Development */,
303                                 42E2EB53100450B500EC9679 /* Deployment */,
304                                 42E2EB54100450B500EC9679 /* Default */,
305                         );
306                         defaultConfigurationIsVisible = 0;
307                         defaultConfigurationName = Default;
308                 };
309                 42E2EB751004514E00EC9679 /* Build configuration list for PBXNativeTarget "Ambien kext" */ = {
310                         isa = XCConfigurationList;
311                         buildConfigurations = (
312                                 42E2EB761004514E00EC9679 /* Development */,
313                                 42E2EB771004514E00EC9679 /* Deployment */,
314                                 42E2EB781004514E00EC9679 /* Default */,
315                         );
316                         defaultConfigurationIsVisible = 0;
317                         defaultConfigurationName = Default;
318                 };
319 /* End XCConfigurationList section */
320         };
321         rootObject = 089C1669FE841209C02AAC07 /* Project object */;
322 }
This page took 0.032626 seconds and 2 git commands to generate.