File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
SwiftGRPC-Carthage.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 ActionType = " Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction" >
1111 <ActionContent
1212 title = " Run Script"
13- scriptText = " cd ${PROJECT_DIR}; swift package resolve; ruby fix-carthage-paths.rb SwiftGRPC-Carthage.xcodeproj" >
13+ scriptText = " cd ${PROJECT_DIR}; env -i PATH=/usr/bin swift package resolve; ruby fix-carthage-paths.rb SwiftGRPC-Carthage.xcodeproj " >
1414 <EnvironmentBuildable >
1515 <BuildableReference
1616 BuildableIdentifier = " primary"
Original file line number Diff line number Diff line change 88dependenciesGroup = project [ "Dependencies" ]
99
1010#Open dependencies-state.json file
11- file = File . read ( ".build/dependencies -state.json" )
11+ file = File . read ( ".build/workspace -state.json" )
1212json = JSON . parse ( file )
1313
1414dependenciesGroup . recursive_children_groups . each do |child |
4040 end
4141end
4242
43- File . open ( ".build/dependencies -state.json" , "w" ) do |f |
43+ File . open ( ".build/workspace -state.json" , "w" ) do |f |
4444 f . write ( json . to_json )
4545end
You can’t perform that action at this time.
0 commit comments