- the source code of this plugin developed using the 4D Plug-in SDK is licensed under the MIT license.
- see Zint for the licensing of Zint (shared library).
- the licensing of the binary product of this plugin is subject to the licensing of all its dependencies.
to compile libpng for ARM, add
set(CMAKE_SYSTEM_PROCESSOR arm CACHE INTERNAL "")
to CMakeLists.txt, set architecture to arm
in Xcode, build, lipo -create
.