Skip to content

Commit 2856512

Browse files
committed
Fix DarwinScripts Compile Issue
1 parent db5e530 commit 2856512

37 files changed

+1326
-0
lines changed
Binary file not shown.
Lines changed: 351 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,351 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 54;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
9F0380EB295E858E006FE803 /* SystemKitReborn.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9F0380D8295E8266006FE803 /* SystemKitReborn.framework */; };
11+
9F0380EC295E858E006FE803 /* SystemKitReborn.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9F0380D8295E8266006FE803 /* SystemKitReborn.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
12+
9F0380EF295E85F3006FE803 /* SystemKitReborn.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9F0380E2295E847E006FE803 /* SystemKitReborn.framework */; };
13+
9FFBBC5D295D3A94009B8FBE /* kernel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FFBBC3C295D3961009B8FBE /* kernel.swift */; };
14+
9FFBBC5F295D3A96009B8FBE /* mem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FFBBC3D295D3961009B8FBE /* mem.swift */; };
15+
9FFBBC61295D3A99009B8FBE /* os.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FFBBC3E295D3961009B8FBE /* os.swift */; };
16+
9FFBBC63295D3A9B009B8FBE /* cpu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FFBBC3F295D3961009B8FBE /* cpu.swift */; };
17+
9FFBBC6C295D3C32009B8FBE /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FFBBC40295D3961009B8FBE /* main.swift */; };
18+
/* End PBXBuildFile section */
19+
20+
/* Begin PBXCopyFilesBuildPhase section */
21+
9F0380ED295E858E006FE803 /* Embed Frameworks */ = {
22+
isa = PBXCopyFilesBuildPhase;
23+
buildActionMask = 2147483647;
24+
dstPath = "";
25+
dstSubfolderSpec = 10;
26+
files = (
27+
9F0380EC295E858E006FE803 /* SystemKitReborn.framework in Embed Frameworks */,
28+
);
29+
name = "Embed Frameworks";
30+
runOnlyForDeploymentPostprocessing = 0;
31+
};
32+
9FFBBC1A295D3858009B8FBE /* CopyFiles */ = {
33+
isa = PBXCopyFilesBuildPhase;
34+
buildActionMask = 2147483647;
35+
dstPath = "$(SYSTEM_EXTENSIONS_FOLDER_PATH)/usr/share/man/man1";
36+
dstSubfolderSpec = 16;
37+
files = (
38+
);
39+
runOnlyForDeploymentPostprocessing = 1;
40+
};
41+
/* End PBXCopyFilesBuildPhase section */
42+
43+
/* Begin PBXFileReference section */
44+
9F0380D8295E8266006FE803 /* SystemKitReborn.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemKitReborn.framework; path = "../Derived Data/SystemKitReborn-ayhgjywbqftyriecabdmvlzkrrso/Build/Products/Release/SystemKitReborn.framework"; sourceTree = "<group>"; };
45+
9F0380E2295E847E006FE803 /* SystemKitReborn.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = SystemKitReborn.framework; sourceTree = "<group>"; };
46+
9FFBBC1C295D3858009B8FBE /* DarwinScripts */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = DarwinScripts; sourceTree = BUILT_PRODUCTS_DIR; };
47+
9FFBBC3C295D3961009B8FBE /* kernel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = kernel.swift; sourceTree = "<group>"; };
48+
9FFBBC3D295D3961009B8FBE /* mem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = mem.swift; sourceTree = "<group>"; };
49+
9FFBBC3E295D3961009B8FBE /* os.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = os.swift; sourceTree = "<group>"; };
50+
9FFBBC3F295D3961009B8FBE /* cpu.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = cpu.swift; sourceTree = "<group>"; };
51+
9FFBBC40295D3961009B8FBE /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
52+
/* End PBXFileReference section */
53+
54+
/* Begin PBXFrameworksBuildPhase section */
55+
9FFBBC19295D3858009B8FBE /* Frameworks */ = {
56+
isa = PBXFrameworksBuildPhase;
57+
buildActionMask = 2147483647;
58+
files = (
59+
9F0380EF295E85F3006FE803 /* SystemKitReborn.framework in Frameworks */,
60+
9F0380EB295E858E006FE803 /* SystemKitReborn.framework in Frameworks */,
61+
);
62+
runOnlyForDeploymentPostprocessing = 0;
63+
};
64+
/* End PBXFrameworksBuildPhase section */
65+
66+
/* Begin PBXGroup section */
67+
9F038081295E4C05006FE803 /* Frameworks */ = {
68+
isa = PBXGroup;
69+
children = (
70+
9F0380D8295E8266006FE803 /* SystemKitReborn.framework */,
71+
);
72+
name = Frameworks;
73+
sourceTree = "<group>";
74+
};
75+
9FFBBC13295D3858009B8FBE = {
76+
isa = PBXGroup;
77+
children = (
78+
9F0380E2295E847E006FE803 /* SystemKitReborn.framework */,
79+
9FFBBC3B295D3961009B8FBE /* DarwinScripts */,
80+
9FFBBC1D295D3858009B8FBE /* Products */,
81+
9F038081295E4C05006FE803 /* Frameworks */,
82+
);
83+
sourceTree = "<group>";
84+
};
85+
9FFBBC1D295D3858009B8FBE /* Products */ = {
86+
isa = PBXGroup;
87+
children = (
88+
9FFBBC1C295D3858009B8FBE /* DarwinScripts */,
89+
);
90+
name = Products;
91+
sourceTree = "<group>";
92+
};
93+
9FFBBC3B295D3961009B8FBE /* DarwinScripts */ = {
94+
isa = PBXGroup;
95+
children = (
96+
9FFBBC40295D3961009B8FBE /* main.swift */,
97+
9FFBBC3C295D3961009B8FBE /* kernel.swift */,
98+
9FFBBC3E295D3961009B8FBE /* os.swift */,
99+
9FFBBC3F295D3961009B8FBE /* cpu.swift */,
100+
9FFBBC3D295D3961009B8FBE /* mem.swift */,
101+
);
102+
path = DarwinScripts;
103+
sourceTree = "<group>";
104+
};
105+
/* End PBXGroup section */
106+
107+
/* Begin PBXNativeTarget section */
108+
9FFBBC1B295D3858009B8FBE /* DarwinScripts */ = {
109+
isa = PBXNativeTarget;
110+
buildConfigurationList = 9FFBBC23295D3858009B8FBE /* Build configuration list for PBXNativeTarget "DarwinScripts" */;
111+
buildPhases = (
112+
9FFBBC18295D3858009B8FBE /* Sources */,
113+
9FFBBC19295D3858009B8FBE /* Frameworks */,
114+
9FFBBC1A295D3858009B8FBE /* CopyFiles */,
115+
9F0380ED295E858E006FE803 /* Embed Frameworks */,
116+
);
117+
buildRules = (
118+
);
119+
dependencies = (
120+
);
121+
name = DarwinScripts;
122+
productName = DarwinScripts;
123+
productReference = 9FFBBC1C295D3858009B8FBE /* DarwinScripts */;
124+
productType = "com.apple.product-type.tool";
125+
};
126+
/* End PBXNativeTarget section */
127+
128+
/* Begin PBXProject section */
129+
9FFBBC14295D3858009B8FBE /* Project object */ = {
130+
isa = PBXProject;
131+
attributes = {
132+
CLASSPREFIX = DarwinScripts;
133+
LastSwiftUpdateCheck = 1240;
134+
LastUpgradeCheck = 1240;
135+
ORGANIZATIONNAME = com.BatemaDevelopment;
136+
TargetAttributes = {
137+
9FFBBC1B295D3858009B8FBE = {
138+
CreatedOnToolsVersion = 12.4;
139+
};
140+
};
141+
};
142+
buildConfigurationList = 9FFBBC17295D3858009B8FBE /* Build configuration list for PBXProject "DarwinScripts" */;
143+
compatibilityVersion = "Xcode 12.0";
144+
developmentRegion = en;
145+
hasScannedForEncodings = 0;
146+
knownRegions = (
147+
en,
148+
Base,
149+
);
150+
mainGroup = 9FFBBC13295D3858009B8FBE;
151+
productRefGroup = 9FFBBC1D295D3858009B8FBE /* Products */;
152+
projectDirPath = "";
153+
projectRoot = "";
154+
targets = (
155+
9FFBBC1B295D3858009B8FBE /* DarwinScripts */,
156+
);
157+
};
158+
/* End PBXProject section */
159+
160+
/* Begin PBXSourcesBuildPhase section */
161+
9FFBBC18295D3858009B8FBE /* Sources */ = {
162+
isa = PBXSourcesBuildPhase;
163+
buildActionMask = 2147483647;
164+
files = (
165+
9FFBBC5F295D3A96009B8FBE /* mem.swift in Sources */,
166+
9FFBBC6C295D3C32009B8FBE /* main.swift in Sources */,
167+
9FFBBC61295D3A99009B8FBE /* os.swift in Sources */,
168+
9FFBBC5D295D3A94009B8FBE /* kernel.swift in Sources */,
169+
9FFBBC63295D3A9B009B8FBE /* cpu.swift in Sources */,
170+
);
171+
runOnlyForDeploymentPostprocessing = 0;
172+
};
173+
/* End PBXSourcesBuildPhase section */
174+
175+
/* Begin XCBuildConfiguration section */
176+
9FFBBC21295D3858009B8FBE /* Debug */ = {
177+
isa = XCBuildConfiguration;
178+
buildSettings = {
179+
ALWAYS_SEARCH_USER_PATHS = NO;
180+
CLANG_ANALYZER_NONNULL = YES;
181+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
182+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
183+
CLANG_CXX_LIBRARY = "libc++";
184+
CLANG_ENABLE_MODULES = YES;
185+
CLANG_ENABLE_OBJC_ARC = YES;
186+
CLANG_ENABLE_OBJC_WEAK = YES;
187+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
188+
CLANG_WARN_BOOL_CONVERSION = YES;
189+
CLANG_WARN_COMMA = YES;
190+
CLANG_WARN_CONSTANT_CONVERSION = YES;
191+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
192+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
193+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
194+
CLANG_WARN_EMPTY_BODY = YES;
195+
CLANG_WARN_ENUM_CONVERSION = YES;
196+
CLANG_WARN_INFINITE_RECURSION = YES;
197+
CLANG_WARN_INT_CONVERSION = YES;
198+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
199+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
200+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
201+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
202+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
203+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
204+
CLANG_WARN_STRICT_PROTOTYPES = YES;
205+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
206+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
207+
CLANG_WARN_UNREACHABLE_CODE = YES;
208+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
209+
COPY_PHASE_STRIP = NO;
210+
DEBUG_INFORMATION_FORMAT = dwarf;
211+
ENABLE_STRICT_OBJC_MSGSEND = YES;
212+
ENABLE_TESTABILITY = YES;
213+
GCC_C_LANGUAGE_STANDARD = gnu11;
214+
GCC_DYNAMIC_NO_PIC = NO;
215+
GCC_NO_COMMON_BLOCKS = YES;
216+
GCC_OPTIMIZATION_LEVEL = 0;
217+
GCC_PREPROCESSOR_DEFINITIONS = (
218+
"DEBUG=1",
219+
"$(inherited)",
220+
);
221+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
222+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
223+
GCC_WARN_UNDECLARED_SELECTOR = YES;
224+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
225+
GCC_WARN_UNUSED_FUNCTION = YES;
226+
GCC_WARN_UNUSED_VARIABLE = YES;
227+
MACOSX_DEPLOYMENT_TARGET = 10.15;
228+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
229+
MTL_FAST_MATH = YES;
230+
ONLY_ACTIVE_ARCH = YES;
231+
SDKROOT = macosx;
232+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
233+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
234+
};
235+
name = Debug;
236+
};
237+
9FFBBC22295D3858009B8FBE /* Release */ = {
238+
isa = XCBuildConfiguration;
239+
buildSettings = {
240+
ALWAYS_SEARCH_USER_PATHS = NO;
241+
CLANG_ANALYZER_NONNULL = YES;
242+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
243+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
244+
CLANG_CXX_LIBRARY = "libc++";
245+
CLANG_ENABLE_MODULES = YES;
246+
CLANG_ENABLE_OBJC_ARC = YES;
247+
CLANG_ENABLE_OBJC_WEAK = YES;
248+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
249+
CLANG_WARN_BOOL_CONVERSION = YES;
250+
CLANG_WARN_COMMA = YES;
251+
CLANG_WARN_CONSTANT_CONVERSION = YES;
252+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
253+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
254+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
255+
CLANG_WARN_EMPTY_BODY = YES;
256+
CLANG_WARN_ENUM_CONVERSION = YES;
257+
CLANG_WARN_INFINITE_RECURSION = YES;
258+
CLANG_WARN_INT_CONVERSION = YES;
259+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
260+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
261+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
262+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
263+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
264+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
265+
CLANG_WARN_STRICT_PROTOTYPES = YES;
266+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
267+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
268+
CLANG_WARN_UNREACHABLE_CODE = YES;
269+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
270+
COPY_PHASE_STRIP = NO;
271+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
272+
ENABLE_NS_ASSERTIONS = NO;
273+
ENABLE_STRICT_OBJC_MSGSEND = YES;
274+
GCC_C_LANGUAGE_STANDARD = gnu11;
275+
GCC_NO_COMMON_BLOCKS = YES;
276+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
277+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
278+
GCC_WARN_UNDECLARED_SELECTOR = YES;
279+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
280+
GCC_WARN_UNUSED_FUNCTION = YES;
281+
GCC_WARN_UNUSED_VARIABLE = YES;
282+
MACOSX_DEPLOYMENT_TARGET = 10.15;
283+
MTL_ENABLE_DEBUG_INFO = NO;
284+
MTL_FAST_MATH = YES;
285+
SDKROOT = macosx;
286+
SWIFT_COMPILATION_MODE = wholemodule;
287+
SWIFT_OPTIMIZATION_LEVEL = "-O";
288+
};
289+
name = Release;
290+
};
291+
9FFBBC24295D3858009B8FBE /* Debug */ = {
292+
isa = XCBuildConfiguration;
293+
buildSettings = {
294+
CODE_SIGN_IDENTITY = "Apple Development";
295+
CODE_SIGN_STYLE = Automatic;
296+
DEVELOPMENT_TEAM = 8LKAD7LRFR;
297+
ENABLE_HARDENED_RUNTIME = NO;
298+
FRAMEWORK_SEARCH_PATHS = (
299+
"$(inherited)",
300+
"$(PROJECT_DIR)",
301+
);
302+
PRODUCT_BUNDLE_IDENTIFIER = com.BatemaDevelopment;
303+
PRODUCT_NAME = "$(TARGET_NAME)";
304+
PROVISIONING_PROFILE_SPECIFIER = "";
305+
SWIFT_VERSION = 5.0;
306+
};
307+
name = Debug;
308+
};
309+
9FFBBC25295D3858009B8FBE /* Release */ = {
310+
isa = XCBuildConfiguration;
311+
buildSettings = {
312+
CODE_SIGN_IDENTITY = "Apple Development";
313+
CODE_SIGN_STYLE = Automatic;
314+
DEVELOPMENT_TEAM = 8LKAD7LRFR;
315+
ENABLE_HARDENED_RUNTIME = NO;
316+
FRAMEWORK_SEARCH_PATHS = (
317+
"$(inherited)",
318+
"$(PROJECT_DIR)",
319+
);
320+
PRODUCT_BUNDLE_IDENTIFIER = com.BatemaDevelopment;
321+
PRODUCT_NAME = "$(TARGET_NAME)";
322+
PROVISIONING_PROFILE_SPECIFIER = "";
323+
SWIFT_VERSION = 5.0;
324+
};
325+
name = Release;
326+
};
327+
/* End XCBuildConfiguration section */
328+
329+
/* Begin XCConfigurationList section */
330+
9FFBBC17295D3858009B8FBE /* Build configuration list for PBXProject "DarwinScripts" */ = {
331+
isa = XCConfigurationList;
332+
buildConfigurations = (
333+
9FFBBC21295D3858009B8FBE /* Debug */,
334+
9FFBBC22295D3858009B8FBE /* Release */,
335+
);
336+
defaultConfigurationIsVisible = 0;
337+
defaultConfigurationName = Release;
338+
};
339+
9FFBBC23295D3858009B8FBE /* Build configuration list for PBXNativeTarget "DarwinScripts" */ = {
340+
isa = XCConfigurationList;
341+
buildConfigurations = (
342+
9FFBBC24295D3858009B8FBE /* Debug */,
343+
9FFBBC25295D3858009B8FBE /* Release */,
344+
);
345+
defaultConfigurationIsVisible = 0;
346+
defaultConfigurationName = Release;
347+
};
348+
/* End XCConfigurationList section */
349+
};
350+
rootObject = 9FFBBC14295D3858009B8FBE /* Project object */;
351+
}

DarwinScripts.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Bucket
3+
uuid = "B6AC9998-21AD-4ECC-8389-B539A1B55660"
4+
type = "1"
5+
version = "2.0">
6+
</Bucket>

0 commit comments

Comments
 (0)