Skip to content

Commit

Permalink
Replace absolute path with relative path after generating xcodeproj
Browse files Browse the repository at this point in the history
  • Loading branch information
ishkawa committed Sep 18, 2018
1 parent 0faf1d6 commit 30441f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ project:

project-carthage:
swift package generate-xcodeproj --output SwiftGRPC-Carthage.xcodeproj
@sed -i '' -e "s|$(PWD)|..|g" SwiftGRPC-Carthage.xcodeproj/project.pbxproj
@sed -i '' -e "s|$(PWD)|../../..|g" SwiftGRPC-Carthage.xcodeproj/GeneratedModuleMap/BoringSSL/module.modulemap
@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!"

Expand Down

0 comments on commit 30441f7

Please sign in to comment.