This repository holds everything required to build the httpd
Trigger.io module.
For more information about working on Trigger.io native modules, see the documentation.
git clone https://github.com/thecatalinstan/Criollo.git cd Criollo git submodule update --init --recursive
productType = "com.apple.product-type.framework";
should become:
productType = "com.apple.product-type.library.static”;
xcodebuild -arch arm64 -arch armv7 -arch armv7s -sdk iphoneos -configuration Release -target "Criollo iOS"
xcodebuild -arch i386 -arch x86_64 -sdk iphonesimulator -configuration Release -target "Criollo iOS"
# lipo -create -output Criollo.dylib ./build/Release-iphonesimulator/Criollo.framework/Criollo build/Release-iphoneos/Criollo.framework/Criollo
lipo -create -output libCriollo.a ./build/Release-iphonesimulator/libCriollo.a build/Release-iphoneos/libCriollo.a