Skip to content

Commit

Permalink
Project patch script rework.
Browse files Browse the repository at this point in the history
Fixes #291.
  • Loading branch information
MrMage committed Aug 16, 2018
1 parent 78ac010 commit 4984951
Show file tree
Hide file tree
Showing 5 changed files with 4,795 additions and 4,156 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ project:

project-carthage:
swift package generate-xcodeproj --output SwiftGRPC-Carthage.xcodeproj
@-ruby fix-project-settings.rb SwiftGRPC-Carthage.xcodeproj || echo "You may need to install xcodeproj ('sudo gem install xcodeproj')!"
@ruby remove-unwanted-targets-for-carthage.rb SwiftGRPC-Carthage.xcodeproj || echo "xcodeproj ('sudo gem install xcodeproj') is required in order to generate the Carthage-compatible project!"
@ruby add-swift-resolve-prebuild-phase.rb || echo "xcodeproj ('sudo gem install xcodeproj') is required in order to generate the Carthage-compatible project!"
@ruby fix-project-settings.rb SwiftGRPC-Carthage.xcodeproj || echo "xcodeproj ('sudo gem install xcodeproj') is required in order to generate the Carthage-compatible project!"
@ruby patch-carthage-project.rb SwiftGRPC-Carthage.xcodeproj || echo "xcodeproj ('sudo gem install xcodeproj') is required in order to generate the Carthage-compatible project!"

test: all
swift test $(CFLAGS)
Expand Down
Loading

0 comments on commit 4984951

Please sign in to comment.