Skip to content

Commit 783acee

Browse files
author
Daniel Browne
committed
Remove redundant SPM 'WithoutEncryption' skipping logic
1 parent ef994d2 commit 783acee

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Consumption-Tests/Shared/performTests.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,6 @@ function runXcodeBuild {
100100
local SCHEME="$2"
101101
echo "SCHEME=$SCHEME"
102102

103-
if [[ "$NAME" == "SwiftPackageManager"* ]] && [[ "$SCHEME" == *"WithoutEncryption" ]]; then
104-
SUMMARY_LOG_OUTPUT+="\n 🔘 $SCHEME (SPM integration does not expose PusherSwift module)"
105-
echo "**** SKIPPING '$NAME - $SCHEME' ****"
106-
echo "------ END: $FUNCNAME $@ ------"
107-
return 0
108-
fi
109-
110103
if [[ "$NAME" == "SwiftPackageManager-Minimum" ]] && [[ "$SCHEME" == "ObjectiveC"* ]]; then
111104
SUMMARY_LOG_OUTPUT+="\n 🔘 $SCHEME (SPM integration not supported with Obj-C in Xcode versions < v11.4)"
112105
echo "**** SKIPPING '$NAME - $SCHEME' ****"

0 commit comments

Comments
 (0)