Skip to content

Commit c379261

Browse files
committed
remove carthage from building test project
1 parent 6c94e29 commit c379261

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Tests/Fixtures/TestProject/build.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
#!/bin/bash
22
set -e
33

4-
XCODE_VERSION=$(/usr/libexec/PlistBuddy -c "Print :DTXcode" "$(xcode-select -p)/../Info.plist")
5-
6-
CARTHAGE_DYNAMIC_FRAMEWORKS=(Result)
7-
CARTHAGE_STATIC_FRAMEWORKS=(SwiftyJSON swift-nonempty)
8-
9-
XCODE_XCCONFIG_FILE="$PWD/carthage_dynamic.xcconfig" \
10-
carthage bootstrap $CARTHAGE_DYNAMIC_FRAMEWORKS --cache-builds
11-
12-
XCODE_XCCONFIG_FILE="$PWD/carthage_static.xcconfig" \
13-
carthage bootstrap $CARTHAGE_STATIC_FRAMEWORKS --cache-builds
14-
154
echo "
165
⚙️ Building iOS app"
176
xcodebuild -quiet -workspace Workspace.xcworkspace -scheme "App_iOS Test" -configuration "Test Debug" -xcconfig fixtures.xcconfig

0 commit comments

Comments
 (0)