Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit 70448de

Browse files
committed
update to v1.0.0
1 parent 6a8abfd commit 70448de

File tree

116 files changed

+572
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+572
-7
lines changed

EFI/BOOT/BOOTx64.efi

0 Bytes
Binary file not shown.

EFI/OC/Drivers/OpenCanopy.efi

104 KB
Binary file not shown.

EFI/OC/Drivers/OpenRuntime.efi

0 Bytes
Binary file not shown.

EFI/OC/Kexts/AppleALC.kext/Contents/Info.plist

Lines changed: 355 additions & 3 deletions
Large diffs are not rendered by default.
80.2 KB
Binary file not shown.
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
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>BuildMachineOSBuild</key>
6+
<string>21G651</string>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>en</string>
9+
<key>CFBundleExecutable</key>
10+
<string>NVMeFix</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>org.acidanthera.NVMeFix</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>NVMeFix</string>
17+
<key>CFBundlePackageType</key>
18+
<string>KEXT</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>1.1.1</string>
21+
<key>CFBundleSupportedPlatforms</key>
22+
<array>
23+
<string>MacOSX</string>
24+
</array>
25+
<key>CFBundleVersion</key>
26+
<string>1.1.1</string>
27+
<key>DTCompiler</key>
28+
<string>com.apple.compilers.llvm.clang.1_0</string>
29+
<key>DTPlatformBuild</key>
30+
<string>13F100</string>
31+
<key>DTPlatformName</key>
32+
<string>macosx</string>
33+
<key>DTPlatformVersion</key>
34+
<string>12.3</string>
35+
<key>DTSDKBuild</key>
36+
<string>21E226</string>
37+
<key>DTSDKName</key>
38+
<string>macosx12.3</string>
39+
<key>DTXcode</key>
40+
<string>1341</string>
41+
<key>DTXcodeBuild</key>
42+
<string>13F100</string>
43+
<key>IOKitPersonalities</key>
44+
<dict>
45+
<key>org.acidanthera.NVMeFix</key>
46+
<dict>
47+
<key>CFBundleIdentifier</key>
48+
<string>org.acidanthera.NVMeFix</string>
49+
<key>IOClass</key>
50+
<string>NVMeFix</string>
51+
<key>IOMatchCategory</key>
52+
<string>NVMeFix</string>
53+
<key>IOProviderClass</key>
54+
<string>IOResources</string>
55+
<key>IOResourceMatch</key>
56+
<string>IOKit</string>
57+
</dict>
58+
</dict>
59+
<key>LSMinimumSystemVersion</key>
60+
<string>10.14</string>
61+
<key>NSHumanReadableCopyright</key>
62+
<string>Copyright © 2019 acidanthera. All rights reserved.</string>
63+
<key>OSBundleCompatibleVersion</key>
64+
<string>1.0</string>
65+
<key>OSBundleLibraries</key>
66+
<dict>
67+
<key>as.vit9696.Lilu</key>
68+
<string>1.4.1</string>
69+
<key>com.apple.kpi.bsd</key>
70+
<string>12.0.0</string>
71+
<key>com.apple.kpi.dsep</key>
72+
<string>12.0.0</string>
73+
<key>com.apple.kpi.iokit</key>
74+
<string>12.0.0</string>
75+
<key>com.apple.kpi.libkern</key>
76+
<string>12.0.0</string>
77+
<key>com.apple.kpi.mach</key>
78+
<string>12.0.0</string>
79+
<key>com.apple.kpi.unsupported</key>
80+
<string>12.0.0</string>
81+
</dict>
82+
<key>OSBundleRequired</key>
83+
<string>Root</string>
84+
</dict>
85+
</plist>
50.1 KB
Binary file not shown.
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
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>BuildMachineOSBuild</key>
6+
<string>21G531</string>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>en</string>
9+
<key>CFBundleExecutable</key>
10+
<string>SMCDellSensors</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>as.lvs1974.SMCDellSensors</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>SMCDellSensors</string>
17+
<key>CFBundlePackageType</key>
18+
<string>KEXT</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>1.3.2</string>
21+
<key>CFBundleSupportedPlatforms</key>
22+
<array>
23+
<string>MacOSX</string>
24+
</array>
25+
<key>CFBundleVersion</key>
26+
<string>1.3.2</string>
27+
<key>DTCompiler</key>
28+
<string>com.apple.compilers.llvm.clang.1_0</string>
29+
<key>DTPlatformBuild</key>
30+
<string>13F100</string>
31+
<key>DTPlatformName</key>
32+
<string>macosx</string>
33+
<key>DTPlatformVersion</key>
34+
<string>12.3</string>
35+
<key>DTSDKBuild</key>
36+
<string>21E226</string>
37+
<key>DTSDKName</key>
38+
<string>macosx12.3</string>
39+
<key>DTXcode</key>
40+
<string>1341</string>
41+
<key>DTXcodeBuild</key>
42+
<string>13F100</string>
43+
<key>IOKitPersonalities</key>
44+
<dict>
45+
<key>SMCDellSensors</key>
46+
<dict>
47+
<key>CFBundleIdentifier</key>
48+
<string>as.lvs1974.SMCDellSensors</string>
49+
<key>FanMultiplier</key>
50+
<integer>1</integer>
51+
<key>FanNames</key>
52+
<array>
53+
<string>CPU Fan</string>
54+
<string>System Fan</string>
55+
<string>GPU Fan</string>
56+
<string>PSU Fan</string>
57+
<string>Chipset Fan</string>
58+
<string>Other Fan</string>
59+
</array>
60+
<key>IOClass</key>
61+
<string>SMCDellSensors</string>
62+
<key>IOMatchCategory</key>
63+
<string>SMCDellSensors</string>
64+
<key>IOProviderClass</key>
65+
<string>IOResources</string>
66+
<key>IOResourceMatch</key>
67+
<string>IOKit</string>
68+
<key>StopFanOffsets</key>
69+
<array>
70+
<integer>0</integer>
71+
<integer>0</integer>
72+
<integer>0</integer>
73+
<integer>0</integer>
74+
<integer>0</integer>
75+
<integer>0</integer>
76+
</array>
77+
</dict>
78+
</dict>
79+
<key>LSMinimumSystemVersion</key>
80+
<string>10.7</string>
81+
<key>NSHumanReadableCopyright</key>
82+
<string>Copyright © 2018 usrsse2. All rights reserved.</string>
83+
<key>OSBundleCompatibleVersion</key>
84+
<string>1.0.0</string>
85+
<key>OSBundleLibraries</key>
86+
<dict>
87+
<key>as.vit9696.Lilu</key>
88+
<string>1.2.0</string>
89+
<key>as.vit9696.VirtualSMC</key>
90+
<string>1.0.0</string>
91+
<key>com.apple.kpi.bsd</key>
92+
<string>11.0.0</string>
93+
<key>com.apple.kpi.dsep</key>
94+
<string>11.0.0</string>
95+
<key>com.apple.kpi.iokit</key>
96+
<string>11.0.0</string>
97+
<key>com.apple.kpi.libkern</key>
98+
<string>11.0.0</string>
99+
<key>com.apple.kpi.mach</key>
100+
<string>11.0.0</string>
101+
<key>com.apple.kpi.unsupported</key>
102+
<string>11.0.0</string>
103+
</dict>
104+
<key>OSBundleRequired</key>
105+
<string>Root</string>
106+
</dict>
107+
</plist>
53.7 KB
Binary file not shown.

EFI/OC/OpenCore.efi

4 KB
Binary file not shown.

0 commit comments

Comments
 (0)