Skip to content

Commit 43a91fd

Browse files
committed
Remove fix-project-settings.rb references from Makefile
Motivation: The Makefile referenced a file which no longer exists. Modifications: Remove references to that file. Result: More happy project generation.
1 parent be70633 commit 43a91fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ project: ${XCODEPROJ}
4747

4848
${XCODEPROJ}:
4949
${SWIFT_PACKAGE} generate-xcodeproj --output $@
50-
@-ruby fix-project-settings.rb GRPC.xcodeproj || \
51-
echo "Consider running 'sudo gem install xcodeproj' to automatically set correct indentation settings for the generated project."
5250

5351
# Generates LinuxMain.swift, only on macOS.
5452
generate-linuxmain:

0 commit comments

Comments
 (0)