Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shares schemes of any development pods. #3600

Merged
merged 3 commits into from May 24, 2015
Merged

Conversation

neonichu
Copy link
Member

This makes it easier to individually build the product of a development pod from a checked-in project, e.g. when using the pod-template, allowing for improved sharing with non-CocoaPods users.

This makes it easier to individually build the product of a development
pod from a checked-in project, e.g. when using the pod-template,
allowing for improved sharing with non-CocoaPods users.
@neonichu
Copy link
Member Author

cc @orta, @mrackwitz

@orta
Copy link
Member

orta commented May 24, 2015

👍

end.flatten

development_pod_targets.each do |pod_target|
Xcodeproj::XCScheme.share_scheme(pods_project.path, pod_target.name, ENV['USER'])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The last argument is optional and will automatically fall back to the current user. But I would guess, we rather would need to share the scheme across users?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does share the scheme from the user's directory to the common one - if the last argument is optional, we can drop it 🎉

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dropped the superfluous parameter now.

The current user (`ENV['USER']`) is already the default.
neonichu added a commit that referenced this pull request May 24, 2015
@neonichu neonichu merged commit ffa8b8a into master May 24, 2015
@neonichu neonichu deleted the share_development_pod_schemes branch May 24, 2015 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants