Sources for the plugin plugin.appodeal.Amazon.
Add following to your build.settings to use:
{
plugins = {
"plugin.appodeal.Pangle" = {
publisherId = "com.coronalabs",
},
},
}PAGAdSDK is shipped as five static-library pieces (libPAGAdSDK_1..5.a) instead of one 100+ MB
archive so every file stays under GitHub's limit without git-lfs. Regenerate them from a new
PAGAdSDK.xcframework with:
tools/split_static_lib.py --input PAGAdSDK.xcframework/ios-arm64/PAGAdSDK.framework/PAGAdSDK --outdir plugins/2018.3326/iphone --name PAGAdSDK --parts 5 --verify
tools/split_static_lib.py --input PAGAdSDK.xcframework/ios-arm64_x86_64-simulator/PAGAdSDK.framework/PAGAdSDK --outdir plugins/2018.3326/iphone-sim --name PAGAdSDK --parts 5 --verify