Skip to content

hlewin/apple-libtapi

 
 

Repository files navigation

Apple TAPI library - Version 1000.10.8; API: 1.4.0

Sources taken from:

https://opensource.apple.com/tarballs/tapi
https://github.com/apple/swift/tree/swift-4.2-branch
https://github.com/apple/swift-clang/tree/swift-4.2-branch

Dependencies:

CMake, Python and GCC or Clang

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 49.1%
  • LLVM 30.6%
  • Assembly 9.9%
  • C 6.1%
  • Objective-C 2.1%
  • Objective-C++ 0.7%
  • Other 1.5%