Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Swift version in build_podspec.sh (#294)
Motivation: SwiftNIO recently dropped support for Swift 5.0 and Swift 5.1 but our build_podspec.sh script doesn't reflect this change. Additionally the list_topsorted_dependencies.sh script always assumed named depenencies when listing module depenencies. Since our tools version has now been bumped to 5.2 that's no longer the case and the script produces a bunch of nulls which throws the build_podspec.sh script off course. Modifications: - Bump the Swift version in build_podspec.sh to 5.2 - Include "product" dependencies when listing module dependencies in list_topsorted_dependencies.sh Result: Podspecs are created as expected
- Loading branch information