You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
SecureBoot.pkg
macOSUpd10.14.2.RecoveryHDUpdate.pkg
macOSUpd10.14.2.pkg (1.65 GB)
macOSBrain.pkg
FullBundleUpdate.pkg
FirmwareUpdate.pkg
EmbeddedOSFirmware.pkg
Distribution
2 - Now the files that are inside macOSUpd10.14.2.pkg (1.65 GB) can be seen in the Finder -> right button mouse -> Show Package Contents -> copy Payload file to another folder/directory.
3 - Install Macports (need XCode installed). My system is HighSierra: MacPorts-2.5.4-10.13-HighSierra.pkg and reboot Mac OS system.
The text was updated successfully, but these errors were encountered:
nsgrbr
changed the title
Works with HighSierra 10.13.6 and open Mojave 10.14 Update pkg -> Payload
Works with HighSierra 10.13.6 and open Mojave Update 10.14.2.pkg -> Payload
Dec 12, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First: thanks the developer for the source code.
Payload file: macOSUpd10.14.2.dmg -> macOSUpd10.14.2.pkg (2.46 GB) -> macOSUpd10.14.2.pkg (1.65 GB) -> Payload (pbzx file).
Open Payload file with Hex Fiend app and verify the first line: pbz
https://support.apple.com/kb/DL1987?viewlocale=en_US&locale=en_US
https://ridiculousfish.com/hexfiend/
I tried opening the file macOSUpd10.14.2.pkg - 2.46 GB with Pacifist 3.6.1 but gave the error:
1 - I extracted the macOSUpd10.14.2.pkg - 2.46 GB with The Unarchiver.app 4.0.0 and extracted the following files.
https://itunes.apple.com/br/app/the-unarchiver/id425424353?l=en&mt=12
2 - Now the files that are inside macOSUpd10.14.2.pkg (1.65 GB) can be seen in the Finder -> right button mouse -> Show Package Contents -> copy Payload file to another folder/directory.
3 - Install Macports (need XCode installed). My system is HighSierra: MacPorts-2.5.4-10.13-HighSierra.pkg and reboot Mac OS system.
https://guide.macports.org/#installing.macports
4 - Update Macports - Finder -> Applications -> Utilities -> Terminal
sudo port selfupdate
5 - Install XZ (lzma.h) - /opt/local/include/lzma.h
sudo port install xz
6 - Install XAR (xar.h) - /opt/local/include/xar/xar.h
sudo port install xar
7 - Compile pbzx.c - source code in /Downloads/pbzx-master/pbzx.c
cd Downloads/pbzx-master/
clang -llzma -lxar -I /opt/local/include pbzx.c -o pbzx
8 - Copy Payload file to /Downloads/pbzx-master/ .
Executable files that are not in the system path need to be executed by putting before ". /" - Unix rules.
./pbzx -n Payload | cpio -i
9 - The following directories with their respective files will be created inside directory/folder /Downloads/pbzx-master/
The text was updated successfully, but these errors were encountered: