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 6c94e29 commit c379261Copy full SHA for c379261
Tests/Fixtures/TestProject/build.sh
@@ -1,17 +1,6 @@
1
#!/bin/bash
2
set -e
3
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
15
echo "
16
⚙️ Building iOS app"
17
xcodebuild -quiet -workspace Workspace.xcworkspace -scheme "App_iOS Test" -configuration "Test Debug" -xcconfig fixtures.xcconfig
0 commit comments