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

feat(webpack): add support for 'projectName' config on Xcode build files #10550

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

apburgess
Copy link
Contributor

PR Checklist

What is the current behavior?

Currently Xcode build files are generated using the basename of the project directory.

What is the new behavior?

If (and only if) the new 'projectName' setting is present in nativescript.config.ts, the Xcode build files are generated using this name instead of the basename.

Fixes/Implements/Closes NativeScript/nativescript-cli#2107

This PR replaces #10525 which I accidentally merged other commits onto.

@cla-bot cla-bot bot added the cla: yes label May 15, 2024
@apburgess
Copy link
Contributor Author

Linked to PRs NativeScript/nativescript-cli#5801 and NativeScript/docs#143.

@NathanWalker
Copy link
Contributor

Thank you @apburgess!

@NathanWalker NathanWalker added this to the 8.8 milestone May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: More control over what the .xcodeproj is named
2 participants