readme: actual SDK info and status badges

[skip ci]
This commit is contained in:
alexey.lysiuk 2022-06-23 10:46:01 +03:00 committed by GitHub
parent 991f0e55ee
commit 205418234b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,10 @@
This repository contains all binary dependencies required to build macOS application bundles of [ZDoom-derived](https://zdoom.org) source ports. A few other projects are supported as well, with lesser priority though. This repository contains all binary dependencies required to build macOS application bundles of [ZDoom-derived](https://zdoom.org) source ports. A few other projects are supported as well, with lesser priority though.
[![Build Targets](https://github.com/alexey-lysiuk/zdoom-macos-deps/actions/workflows/build.yml/badge.svg)](https://github.com/alexey-lysiuk/zdoom-macos-deps/actions/workflows/build.yml)
[![Lint Code](https://github.com/alexey-lysiuk/zdoom-macos-deps/actions/workflows/lint.yml/badge.svg)](https://github.com/alexey-lysiuk/zdoom-macos-deps/actions/workflows/lint.yml)
[![Test Libraries](https://github.com/alexey-lysiuk/zdoom-macos-deps/actions/workflows/test.yml/badge.svg)](https://github.com/alexey-lysiuk/zdoom-macos-deps/actions/workflows/test.yml)
## Usage ## Usage
Download source code, and build a target Download source code, and build a target
@ -39,5 +43,5 @@ Xcode 12.2 or newer is required in order to build universal binaries. Launch Xco
## Common information ## Common information
Libraries were built using 10.9 SDK (Intel x64_64) and 11.0 SDK (ARM64). Libraries were built using 10.12 SDK (Intel x86_64) and 11.0 SDK (ARM64).
macOS 10.9 SDK was obtained from Xcode 6.4. macOS 11.0 SDK was obtained from Xcode 12.2. macOS 10.12 SDK was obtained from Xcode 8.3.3. macOS 11.0 SDK was obtained from Xcode 12.2.