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

[iOS] Bundle identifier changed without specifying -b option #280

Open
dylancom opened this issue Oct 5, 2023 · 0 comments
Open

[iOS] Bundle identifier changed without specifying -b option #280

dylancom opened this issue Oct 5, 2023 · 0 comments

Comments

@dylancom
Copy link

dylancom commented Oct 5, 2023

Describe the bug
I'd like to only change the app's name and leave the bundle identifier intact.
Running npx react-native-rename@latest "new_name" currently also changed the bundle identifier though.

I also noticed that adding the -b option gets ignored. It will auto create a bundle identifier based on the "new_name".

Test plan
PRODUCT_BUNDLE_IDENTIFIER = 'com.test.AwesomeProject'

run npx react-native-rename@latest "new_name"

Result: PRODUCT_BUNDLE_IDENTIFIER = 'com.test.newname'
Expected result: PRODUCT_BUNDLE_IDENTIFIER = 'com.test.AwesomeProject'

@dylancom dylancom changed the title Bundle identifier get's changed without specifying -b option [iOS] Bundle identifier get's changed without specifying -b option Oct 5, 2023
@dylancom dylancom changed the title [iOS] Bundle identifier get's changed without specifying -b option [iOS] Bundle identifier changed without specifying -b option Oct 6, 2023
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

No branches or pull requests

1 participant