Description of changes:before_deploy Travis-CI step gets called once for each deploy_provider so to prevent build failures (and speed up the build process) when building for cocoapods, this PR introduces a change to skip the XCFramework build if the destination folder already exists.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Description of changes:
before_deploy
Travis-CI step gets called once for eachdeploy_provider
so to prevent build failures (and speed up the build process) when building for cocoapods, this PR introduces a change to skip the XCFramework build if the destination folder already exists.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.