awslabs / aws-mobile-appsync-sdk-ios

iOS SDK for AWS AppSync.
https://awslabs.github.io/aws-mobile-appsync-sdk-ios/
Other
262 stars 130 forks source link

chore: skip build xcframework when build for cocoapods #524

Closed diegocstn closed 2 years ago

diegocstn commented 2 years ago

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.