Swiftpack.co - holzschu/Python-aux as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by holzschu.
holzschu/Python-aux 1.0
Auxiliary libraries needed for Python3 compilation (libpng, harfbuzz, freetype...)
⭐️ 15
🕓 33 weeks ago
.package(url: "https://github.com/holzschu/Python-aux.git", from: "1.0")

Python-aux

Auxiliary libraries needed for Python3 compilation, precompiled (libpng, harfbuzz, freetype...). They can be useful for many other OpenSource projects on iOS, too.

What we have:

How to use:

In your Xcode project, use the menu File -> "Swift Packages" -> "Add Package Dependency". In the window that opens, enter the address for this repository (https://github.com/holzschu/Python-aux.git).

In the rightmost column, you will see "Swift Package Dependencies", and under it "Python-aux". Under "Referenced Binaries", you have all the libraries, precompiled, as "xcframework". You can link with them, embed them, and Xcode will extract the iOS or Simulator version as needed.

How to compile:

In this repository, run build_all_packages.sh. This will update the code, compile the packages, create the frameworks, create and compress the xcframeworks and output the hash sums.

For use in your own repository, update the hash sums in Package.swift, publish the xcframeworks.zip in the right place and enjoy.

Work in progress:

GitHub

link
Stars: 15
Last commit: 33 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

Binary frameworks
3 years ago

Several libraries from the Unix world, ready to use in iOS projects (updated: September 2, 2023). OpenBLAS assumes libgfortran is available.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics