Skip to content

Commit

Permalink
update to opencore 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
springLee1989 committed May 23, 2023
1 parent a846922 commit 8be7fa1
Show file tree
Hide file tree
Showing 133 changed files with 2,681 additions and 148 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
unzip -qq "*.zip" || exit 1
chmod +x Utilities/ocvalidate/ocvalidate || exit 1
env:
OC_VERSION: 0.7.9
OC_VERSION: 0.9.1

- name: Run ocvalidate
run: |
Expand Down
Binary file modified Opencore/EFI/BOOT/BOOTx64.efi
100755 → 100644
Binary file not shown.
Empty file modified Opencore/EFI/OC/Drivers/HfsPlus.efi
100755 → 100644
Empty file.
Binary file modified Opencore/EFI/OC/Drivers/OpenCanopy.efi
100755 → 100644
Binary file not shown.
Binary file modified Opencore/EFI/OC/Drivers/OpenRuntime.efi
100755 → 100644
Binary file not shown.
18 changes: 9 additions & 9 deletions Opencore/EFI/OC/Kexts/AirportBrcmFixup.kext/Contents/Info.plist
100755 → 100644
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>20G415</string>
<string>21G419</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,31 +17,31 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.1.4</string>
<string>2.1.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.1.4</string>
<string>2.1.7</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12D4e</string>
<string>13F100</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>11.1</string>
<string>12.3</string>
<key>DTSDKBuild</key>
<string>20C63</string>
<string>21E226</string>
<key>DTSDKName</key>
<string>macosx11.1</string>
<string>macosx12.3</string>
<key>DTXcode</key>
<string>1240</string>
<string>1341</string>
<key>DTXcodeBuild</key>
<string>12D4e</string>
<string>13F100</string>
<key>IOKitPersonalities</key>
<dict>
<key>as.lvs1974.AirportBrcmFixup</key>
Expand Down
Binary file not shown.
Loading

0 comments on commit 8be7fa1

Please sign in to comment.