summaryrefslogtreecommitdiff
path: root/oc/Kexts/NVMeFix.kext/Contents/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'oc/Kexts/NVMeFix.kext/Contents/Info.plist')
-rwxr-xr-xoc/Kexts/NVMeFix.kext/Contents/Info.plist85
1 files changed, 85 insertions, 0 deletions
diff --git a/oc/Kexts/NVMeFix.kext/Contents/Info.plist b/oc/Kexts/NVMeFix.kext/Contents/Info.plist
new file mode 100755
index 0000000..f65462e
--- /dev/null
+++ b/oc/Kexts/NVMeFix.kext/Contents/Info.plist
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>BuildMachineOSBuild</key>
+ <string>23H626</string>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleExecutable</key>
+ <string>NVMeFix</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.acidanthera.NVMeFix</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>NVMeFix</string>
+ <key>CFBundlePackageType</key>
+ <string>KEXT</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.1.3</string>
+ <key>CFBundleSupportedPlatforms</key>
+ <array>
+ <string>MacOSX</string>
+ </array>
+ <key>CFBundleVersion</key>
+ <string>1.1.3</string>
+ <key>DTCompiler</key>
+ <string>com.apple.compilers.llvm.clang.1_0</string>
+ <key>DTPlatformBuild</key>
+ <string></string>
+ <key>DTPlatformName</key>
+ <string>macosx</string>
+ <key>DTPlatformVersion</key>
+ <string>14.2</string>
+ <key>DTSDKBuild</key>
+ <string>23C53</string>
+ <key>DTSDKName</key>
+ <string>macosx14.2</string>
+ <key>DTXcode</key>
+ <string>1520</string>
+ <key>DTXcodeBuild</key>
+ <string>15C500b</string>
+ <key>IOKitPersonalities</key>
+ <dict>
+ <key>org.acidanthera.NVMeFix</key>
+ <dict>
+ <key>CFBundleIdentifier</key>
+ <string>org.acidanthera.NVMeFix</string>
+ <key>IOClass</key>
+ <string>NVMeFix</string>
+ <key>IOMatchCategory</key>
+ <string>NVMeFix</string>
+ <key>IOProviderClass</key>
+ <string>IOResources</string>
+ <key>IOResourceMatch</key>
+ <string>IOKit</string>
+ </dict>
+ </dict>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.14</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright © 2019 acidanthera. All rights reserved.</string>
+ <key>OSBundleCompatibleVersion</key>
+ <string>1.0</string>
+ <key>OSBundleLibraries</key>
+ <dict>
+ <key>as.vit9696.Lilu</key>
+ <string>1.4.1</string>
+ <key>com.apple.kpi.bsd</key>
+ <string>12.0.0</string>
+ <key>com.apple.kpi.dsep</key>
+ <string>12.0.0</string>
+ <key>com.apple.kpi.iokit</key>
+ <string>12.0.0</string>
+ <key>com.apple.kpi.libkern</key>
+ <string>12.0.0</string>
+ <key>com.apple.kpi.mach</key>
+ <string>12.0.0</string>
+ <key>com.apple.kpi.unsupported</key>
+ <string>12.0.0</string>
+ </dict>
+ <key>OSBundleRequired</key>
+ <string>Root</string>
+</dict>
+</plist>