Skip to content

Commit

Permalink
Update Kext
Browse files Browse the repository at this point in the history
  • Loading branch information
Baio1977 committed Dec 7, 2024
1 parent ff238fd commit 968937b
Show file tree
Hide file tree
Showing 10 changed files with 150 additions and 18 deletions.
20 changes: 10 additions & 10 deletions OC/Kexts/RealtekCardReader.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>22A380</string>
<string>24B91</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,29 +17,29 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>0.9.7</string>
<string>0.9.8</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>0.9.7</string>
<string>0.9.8</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>14A400</string>
<string>24B75</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.3</string>
<string>15.1</string>
<key>DTSDKBuild</key>
<string>21E226</string>
<string>24B75</string>
<key>DTSDKName</key>
<string>macosx12.3</string>
<string>macosx15.1</string>
<key>DTXcode</key>
<string>1401</string>
<string>1610</string>
<key>DTXcodeBuild</key>
<string>14A400</string>
<string>16B40</string>
<key>IOKitPersonalities</key>
<dict>
<key>IOSDBlockStorageDevice</key>
Expand Down Expand Up @@ -355,7 +355,7 @@
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.14</string>
<string>10.13</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2021 FireWolf. All rights reserved.</string>
<key>OSBundleLibraries</key>
Expand Down
Binary file modified OC/Kexts/RealtekCardReader.kext/Contents/MacOS/RealtekCardReader
100644 → 100755
Binary file not shown.
132 changes: 132 additions & 0 deletions OC/Kexts/RealtekCardReader.kext/Contents/_CodeSignature/CodeResources
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
<?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>files</key>
<dict>
<key>Resources/LICENSE</key>
<data>
L/o0BjJO4TEOpw7OuYqT0EwaUMo=
</data>
</dict>
<key>files2</key>
<dict>
<key>Resources/LICENSE</key>
<dict>
<key>hash</key>
<data>
L/o0BjJO4TEOpw7OuYqT0EwaUMo=
</data>
<key>hash2</key>
<data>
oP9ouHRNIOLYdPtJlYkuwGziGgHX9ofuMeB+hYmlY3E=
</data>
</dict>
</dict>
<key>rules</key>
<dict>
<key>^Resources/</key>
<true/>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^version.plist$</key>
<true/>
</dict>
<key>rules2</key>
<dict>
<key>.*\.dSYM($|/)</key>
<dict>
<key>weight</key>
<real>11</real>
</dict>
<key>^(.*/)?\.DS_Store$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>2000</real>
</dict>
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^.*</key>
<true/>
<key>^Info\.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^PkgInfo$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^[^/]+$</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^embedded\.provisionprofile$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^version\.plist$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
</dict>
</dict>
</plist>
16 changes: 8 additions & 8 deletions OC/Kexts/RealtekCardReaderFriend.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>24A5264n</string>
<string>24B91</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -27,19 +27,19 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>24A5264i</string>
<string>24B75</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>15.0</string>
<string>15.1</string>
<key>DTSDKBuild</key>
<string>24A5264i</string>
<string>24B75</string>
<key>DTSDKName</key>
<string>macosx15.0</string>
<string>macosx15.1</string>
<key>DTXcode</key>
<string>1600</string>
<string>1610</string>
<key>DTXcodeBuild</key>
<string>16A5171c</string>
<string>16B40</string>
<key>IOKitPersonalities</key>
<dict>
<key>RealtekCardReaderFriend</key>
Expand All @@ -57,7 +57,7 @@
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.14</string>
<string>10.13</string>
<key>OSBundleLibraries</key>
<dict>
<key>as.vit9696.Lilu</key>
Expand Down
Binary file modified OC/Kexts/RealtekCardReaderFriend.kext/Contents/MacOS/RealtekCardReaderFriend
100644 → 100755
Binary file not shown.
Binary file modified OC/Kexts/SMCBatteryManager.kext/Contents/MacOS/SMCBatteryManager
Binary file not shown.
Binary file modified OC/Kexts/SMCLightSensor.kext/Contents/MacOS/SMCLightSensor
Binary file not shown.
Binary file modified OC/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor
Binary file not shown.
Binary file modified OC/Kexts/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO
Binary file not shown.
Binary file modified OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC
Binary file not shown.

0 comments on commit 968937b

Please sign in to comment.