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

Commit

Permalink
Fixed IntelMausi building
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavo-IM committed Sep 21, 2020
1 parent b280f22 commit 2aa09a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions OCBuilder.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 7.5.2;
MARKETING_VERSION = 7.5.3;
PRODUCT_BUNDLE_IDENTIFIER = OCBuilder.OCBuilder;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -379,7 +379,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 7.5.2;
MARKETING_VERSION = 7.5.3;
PRODUCT_BUNDLE_IDENTIFIER = OCBuilder.OCBuilder;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion OCBuilder/debug.command
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ copyBuildProducts() {
cp -r "${BUILD_DIR}/AtherosE2200Ethernet/build/Debug/AtherosE2200Ethernet.kext" "${FINAL_DIR}"/EFI/OC/Kexts
cp -r "${BUILD_DIR}/IntelMausi/build/Debug/IntelMausi.kext" "${FINAL_DIR}"/EFI/OC/Kexts
cp -r "${BUILD_DIR}/RTL8111_driver_for_OS_X/build/Debug/RealtekRTL8111.kext" "${FINAL_DIR}"/EFI/OC/Kexts
cp -r "${BUILD_DIR}/NVMeFix/build/Debug/NVMeFix.kext" "${FINAL_DIR}"/EFI/OC/Kexts
cp -r "${BUILD_DIR}"/OcBinaryData/Resources "${FINAL_DIR}"/EFI/OC/
cp -r "${BUILD_DIR}"/OcBinaryData/Drivers/*.efi "${FINAL_DIR}"/EFI/OC/Drivers
echo "All Done!..."
Expand Down Expand Up @@ -415,6 +414,7 @@ cd "${BUILD_DIR}"
echo "Cloning IntelMausi repo..."
git clone https://github.com/acidanthera/IntelMausi.git >/dev/null || exit 1
cp -r "${BUILD_DIR}/Lilu/MacKernelSDK" "${BUILD_DIR}/IntelMausi/"
cd "${BUILD_DIR}/IntelMausi"
echo "Compiling the latest commited Debug version of IntelMausi..."
builddebug
Expand Down
2 changes: 1 addition & 1 deletion OCBuilder/release.command
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ copyBuildProducts() {
cp -r "${BUILD_DIR}/AtherosE2200Ethernet/build/Release/AtherosE2200Ethernet.kext" "${FINAL_DIR}"/EFI/OC/Kexts
cp -r "${BUILD_DIR}/IntelMausi/build/Release/IntelMausi.kext" "${FINAL_DIR}"/EFI/OC/Kexts
cp -r "${BUILD_DIR}/RTL8111_driver_for_OS_X/build/Release/RealtekRTL8111.kext" "${FINAL_DIR}"/EFI/OC/Kexts
cp -r "${BUILD_DIR}/NVMeFix/build/Release/NVMeFix.kext" "${FINAL_DIR}"/EFI/OC/Kexts
cp -r "${BUILD_DIR}"/OcBinaryData/Resources "${FINAL_DIR}"/EFI/OC/
cp -r "${BUILD_DIR}"/OcBinaryData/Drivers/*.efi "${FINAL_DIR}"/EFI/OC/Drivers
echo "All Done!..."
Expand Down Expand Up @@ -431,6 +430,7 @@ cd "${BUILD_DIR}"
echo "Cloning IntelMausi repo..."
git clone https://github.com/acidanthera/IntelMausi.git >/dev/null || exit 1
cp -r "${BUILD_DIR}/Lilu/MacKernelSDK" "${BUILD_DIR}/IntelMausi/"
cd "${BUILD_DIR}/IntelMausi"
echo "Compiling the latest commited Release version of IntelMausi..."
buildrelease
Expand Down

0 comments on commit 2aa09a1

Please sign in to comment.