File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ cat ${AWS_SDK_SWIFT_PACKAGE} |\
7373 -e " s|\(.*\)url:\ \" https://github.com/awslabs/smithy-swift.*\" \(.*\)|\1path:\ \" $SMITHY_SWIFT \" \2|g" > ${TEMPFILE}
7474mv ${TEMPFILE} ${AWS_SDK_SWIFT_PACKAGE}
7575rm -f ${TEMPFILE}
76+ # Package.swift in 'AWSClientRuntime' needs to be removed if users are depending on the top level Package.swift to easily browse code in XCode
77+ rm -f ${AWS_SDK_SWIFT} /AWSClientRuntime/Package.swift
7678echo " Updated ${AWS_SDK_SWIFT_PACKAGE} "
7779
7880TEMPFILE=` mktemp`
@@ -81,4 +83,6 @@ cat ${SMITHY_SWIFT_PACKAGE} |\
8183 sed -e " s|\(.*\)url:\ \" https://github.com/awslabs/aws-crt-swift.*\" \(.*\)|\1path:\ \" $AWS_CRT_SWIFT \" \2|g" > ${TEMPFILE}
8284mv ${TEMPFILE} ${SMITHY_SWIFT_PACKAGE}
8385rm -f ${TEMPFILE}
86+ # Package.swift in 'Packages' needs to be removed if users are depending on the top level Package.swift to easily browse code in XCode
87+ rm -f ${SMITHY_SWIFT} /Packages/Package.swift
8488echo " Updated ${SMITHY_SWIFT_PACKAGE} "
You can’t perform that action at this time.
0 commit comments