fanquake / apple-libtapi

Apple TAPI Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apple TAPI library - Version 1100.0.11; API: 1.6.0

Sources taken from:

https://opensource.apple.com/tarballs/tapi
https://github.com/apple/llvm-project/commits/apple/stable/20190104

Dependencies:

CMake, Python and Clang or GCC 8+

Installation:

[INSTALLPREFIX=<prefix>] ./build.sh  
./install.sh

What is TAPI?

TAPI is a Text-based Application Programming Interface. It replaces the Mach-O Dynamic Library Stub files in Apple's SDKs to reduce the SDK size even further.

The text-based dynamic library stub file format (.tbd) is a human readable and editable YAML text file. The TAPI projects uses the LLVM YAML parser to read those files and provides this functionality to the linker as a dynamic library.

Travis CI

Build Status

About

Apple TAPI Library


Languages

Language:C++ 92.7%Language:C 4.4%Language:Python 1.3%Language:CMake 0.5%Language:HTML 0.3%Language:OCaml 0.3%Language:Go 0.1%Language:Shell 0.1%Language:Perl 0.1%Language:Roff 0.0%Language:JavaScript 0.0%Language:C# 0.0%Language:Emacs Lisp 0.0%Language:Batchfile 0.0%Language:Vim Script 0.0%Language:CSS 0.0%Language:Makefile 0.0%Language:Dockerfile 0.0%Language:NASL 0.0%Language:AppleScript 0.0%Language:Starlark 0.0%Language:Objective-C 0.0%