Closed jasperblues closed 12 years ago
Steps to reproduce:
lib "ExpanzCore", :git => "git@github.com:expanz/expanz-iOS-SDK.git", :require => "Source/Main/Core"
lib "ExpanzCore", :targets => [ "Model-Object-Explorer", "Tests" ]
Expected Outcome:
ExpanzCore.m files are added to "Model-Object-Explorer" and "Tests" targets.
Actual Outcome:
.m files are added to all targets in the project.
This appears to be fixed now since the change over to Xcoder. I took this as a chance to update the debug output for the installation.
Steps to reproduce:
lib "ExpanzCore", :git => "git@github.com:expanz/expanz-iOS-SDK.git", :require => "Source/Main/Core"
These lines are an alternative syntax to the target specification above
lib "ExpanzCore", :targets => [ "Model-Object-Explorer", "Tests" ]
Expected Outcome:
ExpanzCore.m files are added to "Model-Object-Explorer" and "Tests" targets.
Actual Outcome:
.m files are added to all targets in the project.