aws-amplify / aws-sdk-ios-spm

This repository enables Swift Package Manager support for the AWS Mobile SDK for iOS
Apache License 2.0
29 stars 16 forks source link

Support resuming builds with the create frameworks script #32

Closed brennanMKE closed 1 year ago

brennanMKE commented 3 years ago

Building every framework can take a long time. When making a small change locally it would help to resume the build after removing the XCF file that should be rebuilt while skipping the rest.

royjit commented 1 year ago

Looks like this is handled by https://github.com/aws-amplify/aws-sdk-ios-spm/pull/34 . Closing.