Skip to content

Commit b285a82

Browse files
authored
Update build.sh
1 parent fe81c54 commit b285a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -eu
55
function ci_lib() {
66
NAME=$1
77
xcodebuild -project TwitterImagePipeline.xcodeproj \
8-
-scheme "TwitterImagePipeline" \
8+
-scheme "TwitterImagePipeline.framework" \
99
-destination "platform=iOS Simulator,name=${NAME}" \
1010
-sdk iphonesimulator \
1111
build test

0 commit comments

Comments
 (0)