We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef994d2 commit 783aceeCopy full SHA for 783acee
Consumption-Tests/Shared/performTests.sh
@@ -100,13 +100,6 @@ function runXcodeBuild {
100
local SCHEME="$2"
101
echo "SCHEME=$SCHEME"
102
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
-
110
if [[ "$NAME" == "SwiftPackageManager-Minimum" ]] && [[ "$SCHEME" == "ObjectiveC"* ]]; then
111
SUMMARY_LOG_OUTPUT+="\n 🔘 $SCHEME (SPM integration not supported with Obj-C in Xcode versions < v11.4)"
112
echo "**** SKIPPING '$NAME - $SCHEME' ****"
0 commit comments