Skip to content
This repository was archived by the owner on Aug 25, 2022. It is now read-only.

Commit 3c85604

Browse files
committed
NVMeFix 1.0.3
1 parent d8e5405 commit 3c85604

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

OC/Kexts/NVMeFix.kext/Contents/Info.plist

100644100755
Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>18E226</string>
6+
<string>19F101</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -17,27 +17,27 @@
1717
<key>CFBundlePackageType</key>
1818
<string>KEXT</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0.2</string>
20+
<string>1.0.3</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
2424
</array>
2525
<key>CFBundleVersion</key>
26-
<string>1.0.2</string>
26+
<string>1.0.3</string>
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
30-
<string>10E1001</string>
30+
<string>11E503a</string>
3131
<key>DTPlatformVersion</key>
3232
<string>GM</string>
3333
<key>DTSDKBuild</key>
34-
<string>18E219</string>
34+
<string>19E258</string>
3535
<key>DTSDKName</key>
36-
<string>macosx10.14</string>
36+
<string>macosx10.15</string>
3737
<key>DTXcode</key>
38-
<string>1020</string>
38+
<string>1141</string>
3939
<key>DTXcodeBuild</key>
40-
<string>10E1001</string>
40+
<string>11E503a</string>
4141
<key>IOKitPersonalities</key>
4242
<dict>
4343
<key>org.acidanthera.NVMeFix</key>
@@ -54,6 +54,8 @@
5454
<string>IOKit</string>
5555
</dict>
5656
</dict>
57+
<key>LSMinimumSystemVersion</key>
58+
<string>10.14</string>
5759
<key>NSHumanReadableCopyright</key>
5860
<string>Copyright © 2019 acidanthera. All rights reserved.</string>
5961
<key>OSBundleCompatibleVersion</key>

OC/Kexts/NVMeFix.kext/Contents/MacOS/NVMeFix

100644100755
-32 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)