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

[SR-8020] Support running swift package generate-xcodeproj with --package-path #4789

Closed
hartbit opened this issue Jun 16, 2018 · 1 comment
Closed

Comments

@hartbit
Copy link
Collaborator

hartbit commented Jun 16, 2018

Previous ID SR-8020
Radar None
Original Reporter @hartbit
Type New Feature
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Package Manager
Labels New Feature, StarterBug
Assignee None
Priority Medium

md5: c76912bf53a441d02588e89ec7d13df8

Issue Description:

Swift package doesn't support running generate-xcodeproj with the package-path option. It would be nice if this worked:

$ swift package generate-xcodeproj --package-path ~/myproj
@ankitspd
Copy link
Member

This already works. The package path option should appear before the subcommand:

swift package --package-path ~/myproj generate-xcodeproj

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 4, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants