swift package generate-xcodeproj
Generates an Xcode project (this command will be deprecated soon)
Options
| Name | Description | 
|---|---|
| --help, -h, -help | Show help information | 
| --version | Show the version | 
| --xcconfig-overrides  <path> | Path to xcconfig file | 
| --output  <path> | Path where the Xcode project should be generated | 
| --legacy-scheme-generator | Use the legacy scheme generator | 
| --watch | Watch for changes to the Package manifest to regenerate the Xcode project | 
| --skip-extra-files | Do not add file references for extra files to the generated Xcode project |