Definitions and methods for ASCII characters.
This package is part of Swiftfire, the next generation personal web server in Swift.
Project page: Ascii
Reference: reference manual
SecureSockets is distributed as a SPM package or as a modular framework in Xcode.
To use Ascii, add it as a dependency to your SPM project.
To create a clone of Ascii enter the following commands at the prompt:
$ git clone https://github.com/Balancingrock/Ascii
$ cd Ascii
$ swift build
To create a clone of Ascii enter the following commands at the prompt:
$ git clone https://github.com/Balancingrock/Ascii
Then open the Xcode project in the new Ascii directory.
In Xcode, build the framework.
In the project where Ascii should be used: Select the target, go to the General
settings, in the section Embedded Binaries
add the Ascii framework as created previously. If the target does not have a Embedded Binaries
section, then add it to the Libraries and Frameworks
.
Note: Planned releases are for information only, they are subject to change without notice.
- No new features planned. Features and bugfixes will be made on an ad-hoc basis as needed to support Swiftfire development.
- For feature requests and bugfixes please contact rien@balancingrock.nl
- Migrated to SPM 4
- Initial release