|
8 months ago | |
---|---|---|
Interface | 9 months ago | |
pEpMimeObjCAdapter.xcodeproj | 8 months ago | |
pEpMimeObjCAdapter.xcworkspace | 11 months ago | |
pEpMimeObjCAdapterTests_macOS | 8 months ago | |
.gitignore | 11 months ago | |
README.md | 9 months ago |
Converts MIME (string or data) to and from PEPMessage.
Note: You have to update all PEPIdentities (from, to, cc, ...) with available data (userID, isOwn, ...) in a PEPMessage created from MIME.
sudo port install git
sudo port install gmake
sudo port install autoconf
sudo port install libtool
sudo port install automake
sudo port install asn1c
sudo port install wget
sudo port install gsed
pushd ~
git clone https://gitea.pep.foundation/fdik/yml2
popd
xcode-select --install
curl https://sh.rustup.rs -sSf | sh
add this to ~/.profile (or ~/.zprofile, depending on the shell you are using):
source $HOME/.cargo/env
export PATH="$HOME/.cargo/bin:$PATH"
restart your console and run:
sudo port install pkgconfig
rustup toolchain install nightly
rustup target add x86_64-apple-darwin
rustup target add aarch64-apple-darwin
mkdir src_pEpMime4macOS
cd src_pEpMime4macOS
git clone https://gitea.pep.foundation/buff/mac-os-build-scripts-common-dependencies.git
git clone https://gitea.pep.foundation/pep.foundation/pEpObjCAdapter.git
git clone https://gitea.pep.foundation/pEp.foundation/pEpMIME.git
git clone https://gitea.pep.foundation/buff/pEpMimeObjCAdapter.git
open pEpMimeObjCAdapter/pEpMimeObjCAdapter.xcworkspace/
Build scheme "pEpMimeObjCAdapter_macOS".
xcodebuild -workspace "pEpMimeObjCAdapter.xcworkspace" -scheme "pEpMimeObjCAdapter_macOS" -configuration [RELEASE|DEBUG]
You can find the build artefacts in the pEpMimeObjCAdapter/build
folder