Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
Oops-AB/CFBCAccess
CFBCAccess
This package is a system module wrapper for FBCAccess – the official C library for Frontbase –, which must be installed separately before using it in Swift projects.
Note: the database itself does not need to be running, only the header and library files matter.
Install Frontbase
Download an appropriate installer from the Frontbase download page.
Setup Frontbase for pkgConfig
Swift requires a pkgConfig configuration to find the header and library files.
Run the provided setupFBCAccess.sh
script to install the required configuration file. It will sudo
, so use an account that's in sudoers
.