Skip to content

Commit a120275

Browse files
Update Makefile
1 parent 0ecfb3e commit a120275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ analyze:
2929
@DERIVED_DATA="$$(mktemp -d)"; \
3030
XCODEBUILD_LOG="$$DERIVED_DATA/xcodebuild.log"; \
3131
xcodebuild \
32-
-scheme "$(target)" \
32+
-scheme "$(target)-Package" \
3333
-destination "$(destination)" \
3434
-derivedDataPath "$$DERIVED_DATA" \
3535
-configuration "Debug" \

0 commit comments

Comments
 (0)