Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Fixed build issue with latest OpenCorePkg repo commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavo-IM committed Mar 25, 2021
1 parent bb764c4 commit ab1e1f6
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 11 deletions.
8 changes: 4 additions & 4 deletions OCBuilder.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 7.6.0;
CURRENT_PROJECT_VERSION = 7.6.1;
DEVELOPMENT_TEAM = 5DG8PLV54H;
ENABLE_HARDENED_RUNTIME = NO;
EXCLUDED_ARCHS = arm64;
Expand All @@ -377,7 +377,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 7.6.0;
MARKETING_VERSION = 7.6.1;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = OCBuilder.OCBuilder;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -394,7 +394,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 7.6.0;
CURRENT_PROJECT_VERSION = 7.6.1;
DEVELOPMENT_TEAM = 5DG8PLV54H;
ENABLE_HARDENED_RUNTIME = NO;
EXCLUDED_ARCHS = arm64;
Expand All @@ -410,7 +410,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 7.6.0;
MARKETING_VERSION = 7.6.1;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = OCBuilder.OCBuilder;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion OCBuilder/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
<key>SUFeedURL</key>
<string>https://github.com/Pavo-IM/ocbuilder/releases/latest/download/appcast.xml</string>
<key>SUPublicEDKey</key>
<string>B3Y9YYu6cR/lnB9DO6MPqEhOxe/7f6bCDFqx+TOfxU8=</string>
<string>TWGBfVHrN3WLqSQvrg1/3bfIqWVBsWJyECGM5cZ38lM=</string>
</dict>
</plist>
1 change: 0 additions & 1 deletion OCBuilder/debug.command
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ opencorepackage() {
"ResetSystem.efi"
"RtcRw.efi"
"OpenControl.efi"
"VerifyMsrE2.efi"
)
for efiTool in "${efiTools[@]}"; do
cp "${efiTool}" tmp/EFI/OC/Tools/ || exit 1
Expand Down
1 change: 0 additions & 1 deletion OCBuilder/debug_without_kexts.command
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ opencorepackage() {
"ResetSystem.efi"
"RtcRw.efi"
"OpenControl.efi"
"VerifyMsrE2.efi"
)
for efiTool in "${efiTools[@]}"; do
cp "${efiTool}" tmp/EFI/OC/Tools/ || exit 1
Expand Down
1 change: 0 additions & 1 deletion OCBuilder/debug_without_kexts_IA32.command
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ opencorepackage() {
"ResetSystem.efi"
"RtcRw.efi"
"OpenControl.efi"
"VerifyMsrE2.efi"
)
for efiTool in "${efiTools[@]}"; do
cp "${efiTool}" tmp/EFI/OC/Tools/ || exit 1
Expand Down
1 change: 0 additions & 1 deletion OCBuilder/release.command
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ opencorepackage() {
"ResetSystem.efi"
"RtcRw.efi"
"OpenControl.efi"
"VerifyMsrE2.efi"
)
for efiTool in "${efiTools[@]}"; do
cp "${efiTool}" tmp/EFI/OC/Tools/ || exit 1
Expand Down
1 change: 0 additions & 1 deletion OCBuilder/release_without_kexts.command
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ opencorepackage() {
"ResetSystem.efi"
"RtcRw.efi"
"OpenControl.efi"
"VerifyMsrE2.efi"
)
for efiTool in "${efiTools[@]}"; do
cp "${efiTool}" tmp/EFI/OC/Tools/ || exit 1
Expand Down
1 change: 0 additions & 1 deletion OCBuilder/release_without_kexts_IA32.command
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ opencorepackage() {
"ResetSystem.efi"
"RtcRw.efi"
"OpenControl.efi"
"VerifyMsrE2.efi"
)
for efiTool in "${efiTools[@]}"; do
cp "${efiTool}" tmp/EFI/OC/Tools/ || exit 1
Expand Down

0 comments on commit ab1e1f6

Please sign in to comment.