Update XCode version for iOS and MacOS

This commit is contained in:
Hein-Pieter van Braam-Stewart
2019-10-01 22:04:13 +02:00
parent a62e85620a
commit db63b23b59
7 changed files with 23 additions and 23 deletions

View File

@@ -7,7 +7,7 @@ RUN if [ -z "${mono_version}" ]; then echo -e "\n\nargument mono-version is mand
RUN dnf -y install automake autoconf bzip2-devel clang git libicu-devel libtool libxml2-devel llvm-devel make openssl-devel patch scons xz bzip2 yasm && dnf clean all && \
git clone https://github.com/tpoechtrager/osxcross.git && \
cd /root/osxcross && \
ln -s /root/files/MacOSX10.13.sdk.tar.xz /root/osxcross/tarballs && \
ln -s /root/files/MacOSX10.14.sdk.tar.xz /root/osxcross/tarballs && \
UNATTENDED=1 ./build.sh ;\
cd /root && \
git clone https://github.com/tpoechtrager/apple-libtapi.git && \